aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsTodd Short2022-02-031-2/+2
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-0/+13
* coverity 1497107: dereference after null checkPauli2022-01-141-3/+6
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-1/+18
* apps.c: fix various coding style nits found by check-format.plDr. David von Oheimb2022-01-081-137/+127
* APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb2022-01-071-75/+68
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-20/+43
* 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
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-213-13/+13
* fix Coverity 1494649: dead codePauli2021-12-101-3/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+37
* 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
* x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi2021-11-241-15/+29
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-222-20/+51
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-172-5/+3
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-172-25/+20
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-6/+14
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2021-11-021-1/+14
* fix some code with obvious wrong coding stylex20182021-10-286-15/+15
* s_socket.c: Avoid possible NULL pointer dereferenceTomas Mraz2021-10-061-5/+7
* apps/lib/s_socket.c: Fix mem leak on host name in init_client()Dr. David von Oheimb2021-10-041-1/+4
* Use -nameopt utf8 by defaultDmitry Belyavskiy2021-09-211-1/+1
* Socket now displays what address it is connecting toZengit2021-09-081-0/+2
* 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
* Fix s_server app to not report an error when using a non DH certificate.Shane Lontis2021-06-101-19/+57