summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2024-07-17Fix coverity-1604665Neil Horman
2024-06-04Copyright year updatesTomas Mraz
2024-02-22s_cb.c: Add missing return value checksMrRurikov
2023-12-12Fix a possible memleak in opt_verifyBernd Edlinger
2023-10-19load_key_certs_crls(): There is no quiet argumentTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-14APPS: remove spurious errors when certain config file entries are not providedDr. David von Oheimb
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-05-30Update copyright yearTomas Mraz
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2023-04-18cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-12-01Update copyright yearTomas Mraz
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-21Remove duplicated #include headersJHH20
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-09APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb
2022-11-09Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
2022-10-11Update copyright yearMatt Caswell
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-06app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-03-10Set protocol in init_client()Todd Short
2022-02-03Fix copyrightsTodd Short
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-04app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-14Update copyright yearMatt Caswell
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-08-25Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam