summaryrefslogtreecommitdiffstats
path: root/apps/lib/s_cb.c
AgeCommit message (Expand)Author
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2023-02-24first cut at sigalg loadingMichael Baentsch
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
2022-05-03Update copyright yearMatt Caswell
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-25Avoid using undefined value in generate_stateless_cookie_callbackBernd Edlinger
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-03-26apps: fix coverity 1455340: unchecked return valuePauli
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda
2021-02-28apps: updates for the new additional MAC_init argumentsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
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