]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_local.h
Concentrate deprecated libssl API usage in one file
[thirdparty/openssl.git] / ssl / ssl_local.h
2020-10-16  Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14  Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14  Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-10-14  Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-09-21  Rutger HendriksIncrease PSK_MAX_PSK_LEN to 512
2020-09-03  Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03  Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-31  John BaldwinMove KTLS inline functions only used by libssl into...
2020-07-06  Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06  Matt CaswellMove MAC removal responsibility to the various protocol...
2020-06-19  Matt CaswellUpdate the various SSL group getting and setting functions
2020-06-19  Matt CaswellModify libssl to discover supported groups based on...
2020-06-05  Matt CaswellCheck that Signature Algorithms are available before...
2020-06-04  Otto HollmannAdd cipher list ciphersuites which using encryption...
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-06  Benjamin KadukFix up whitespace nits introduced by PR #11416
2020-05-01  Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-04-19  Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-16  Nikolay MorozovTLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
2020-03-26  Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-06  Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-29  PauliTLS: use EVP for HMAC throughout libssl.
2020-01-25  Kurt RoeckxCheck that the default signature type is allowed
2020-01-22  Matt CaswellIntroduce SSL_CTX_new_with_libex()
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize local header files