Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / apps / lib / s_cb.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-22 MrRurikovs_cb.c: Add missing return value checks
2023-10-25 Matt CaswellMake s_client -quic -debug work
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-02-24 Michael Baentschfirst cut at sigalg loading
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-07-20 Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-05-03 Matt CaswellUpdate copyright year
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-02 x2018s_cb.c: check the return value of X509_get0_pubkey()
2021-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-08-25 Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-03-25 Pauliapps: fix coverity 1455340: unchecked return value
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-11 pandaCheck SSL_set1_chain error in set_cert_cb
2021-02-28 Pauliapps: updates for the new additional MAC_init arguments
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-15 Pauligenerate_cookie_callback: free temporary memory on...
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-27 Marcapps: -msg flag enhancement 1/2
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-06-19 Matt CaswellReturn the cookie_len value from generate_cookie_callback
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-14 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-01-29 PauliDeprecate the low level HMAC functions
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-09-04 Richard LevitteMove libapps.a source to apps/lib