Deprecate old style BIO callback calls
[openssl.git] / apps / lib / s_cb.c
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