summaryrefslogtreecommitdiff
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTomas Mraz2022-12-011-1/+1
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-1/+1
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-231-2/+2
* Remove duplicated #include headersJHH202022-11-211-1/+0
* Drop explicit check for engines in opt_legacy_okaySimo Sorce2022-11-161-8/+0
* APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb2022-11-091-75/+68
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2022-11-091-1/+14
* Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel2022-10-241-1/+4
* Update copyright yearMatt Caswell2022-10-111-1/+1
* Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy2022-07-201-10/+16
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-141-4/+14
* app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb2022-07-061-1/+8
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-231-3/+3
* Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe2022-06-161-1/+3
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-215-18/+16
* Update copyright yearMatt Caswell2022-03-153-3/+3
* check return value of functions that call BIO_new() internallyxkernel2022-03-141-1/+7
* Set protocol in init_client()Todd Short2022-03-101-1/+1
* Fix copyrightsTodd Short2022-02-031-1/+1
* coverity 1497107: dereference after null checkPauli2022-01-141-3/+6
* app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb2022-01-041-8/+11
* HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb2022-01-041-4/+10
* HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb2021-12-221-13/+20
* Update copyright yearMatt Caswell2021-12-141-1/+1
* s_cb.c: check the return value of X509_get0_pubkey()x20182021-12-021-11/+29
* Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu2021-11-291-3/+15
* check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x20182021-11-251-1/+7
* check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x20182021-11-251-0/+2
* check the return value of OPENSSL_strdup to prevent potential memory access e...x20182021-11-251-1/+1
* Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger2021-08-251-1/+2
* APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb2021-08-251-5/+3
* Redefine getpid() -> _getpid() only for MSVCTanzinul Islam2021-07-311-5/+5
* apps: Use the first detected address family if IPv6 is not availableDaiki Ueno2021-07-161-0/+10
* apps: avoid using POSIX IO macros and functions when built without them.Pauli2021-07-141-13/+23
* app: add library context and propq arguments to opt_md() and opt_cipher()Pauli2021-07-121-5/+14
* apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli2021-07-121-0/+32
* apps: add query to allow a command to know of a provider command line option ...Pauli2021-07-121-0/+13
* load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz2021-07-021-9/+3
* cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb2021-06-301-0/+23
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-14/+14
* cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb2021-06-231-6/+22
* APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2021-06-221-5/+40
* Update copyright yearMatt Caswell2021-06-171-1/+1
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-161-1/+1
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-161-6/+37
* apps: move global libctx and property query into their own filePauli2021-06-153-42/+51
* add libctx and property query to fetch functionsPauli2021-06-151-0/+1
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-0/+9
* apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte2021-06-111-0/+9