test: use the new set public and private together call
[openssl.git] / ssl / statem /
2021-02-18 Matt CaswellUpdate copyright year
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
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 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-18 Michael BaentschUpdate SERVER_HELLO_MAX_LENGTH
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-08 anupamam13Fix for negative return value from `SSL_CTX_sess_accept()`
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-09 Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-08 Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-11-26 Matt CaswellUpdate copyright year
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 CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18 Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
2020-11-18 Matt CaswellAvoid the use of a DH object in tls_construct_cke_dhe()
2020-11-18 Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-18 Matt CaswellConvert TLS ServerKeyExchange processing to use an...
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteSSL: refactor ossl_statem_fatal() and SSLfatal()
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-02 Benjamin KadukAdjust error reason for ssl_get_min_max_version() failure
2020-10-26 Matt CaswellEnsure we raise SSLfatal on error
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-16 Matt CaswellPass an EVP_PKEY for SSL_SECOP_TMP_DH in the security...
2020-10-16 Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15 Matt CaswellUpdate copyright year
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-01 Matt CaswellRun the withlibctx.pl script
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-15 PauliDTLS: free allocated memory on error paths
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-13 Matt CaswellFix safestack issues in ssl.h
2020-09-01 Felix Monningeralso zero pad DHE public key in ClientKeyExchange messa...
2020-08-29 Matt CaswellCheck whether we have MD5-SHA1 and whether we need it
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-29 Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-21 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-16 Paulideprecate engines in SSL
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von OheimbRename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-06-19 Matt CaswellFix the DTLS1_COOKIE_LENGTH value
2020-06-19 Matt CaswellDon't send supported groups if no-ec and we're doing...
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-09 Tomas MrazDo not allow dropping Extended Master Secret extension...
2020-06-05 Matt CaswellDon't downgrade keys in libssl
2020-06-04 Matt CaswellUpdate copyright year
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-05-01 Benjamin KadukFix whitespace nit in ossl_statem_server_pre_work
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellMake sure we always send an alert in libssl if we hit...
2020-04-08 Matt CaswellUse X509_STORE_CTX_new_with_libctx() in libssl
2020-04-08 Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-01 Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-04-01 Matt CaswellDon't double free a DH object
2020-03-24 Matt CaswellMake sure we use a fetched cipher when encrypting state...
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23 Matt CaswellUse the libctx and properties when constructing an...
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13 Benjamin KadukDon't write to the session when computing TLS 1.3 keys
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-30 Matt CaswellDon't acknowledge a servername following warning alert...
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-19 Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2019-12-13 Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-05 Matt CaswellMove constant time RSA code out of libssl
2019-11-22 Benjamin KadukFix a race condition in SNI handling
2019-11-11 Ido Ben-NatanFix misspelled resumption_label for CHARSET_EBCDIC
2019-10-10 Artiom Vaskovssl/statem/statem_lib.c: make servercontext/clientconte...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-03 NaveenShivanna86'init_buf' memory can be freed when DTLS is used over...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-06 Matt CaswellDon't send a status_request extension in a CertificateR...
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-01 raja-ashokUse allow_early_data_cb from SSL instead of SSL_CTX
2019-07-31 Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-25 David BenjaminDon't generate an unnecessary Diffie-Hellman key in...
next