summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
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
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-07-02load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz
2021-06-30cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz
2021-06-02apps: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-22VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb