summaryrefslogtreecommitdiffstats
path: root/apps/lib/s_cb.c
AgeCommit message (Expand)Author
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-27apps: -msg flag enhancement 1/2Marc
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov
2020-01-29Deprecate the low level HMAC functionsPauli
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-09-04Move libapps.a source to apps/libRichard Levitte