Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / ssl / ssl_local.h
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-06-19 Paulissl: do not choose auto DH groups that are weaker than...
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-02 Paulitls: remove TODOs
2021-05-27 Juergen ChristFix compilation warning with GCC11.
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-03-30 Paulissl: fix problem where MAC IDs were globally cached.
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-12-08 Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-23 Matt CaswellMove some libssl global variables into SSL_CTX
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
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