]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_lib.c
Fix intermittent sslapitest early data related failures
[thirdparty/openssl.git] / ssl / s3_lib.c
2024-04-09  Richard LevitteCopyright year updates
2024-03-29  Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-01-03  Frederik Wedel-HeinenSimplify ssl protocol version comparisons.
2023-11-09  Bernd EdlingerFix a possible memory leak of ssl->s3.tmp.psk
2023-09-12  Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-07  Matt CaswellCopyright year updates
2023-08-15  Matt CaswellDon't forget we are doing QUIC if we clear the QUIC...
2023-06-06  Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-02-24  Michael Baentschfirst cut at sigalg loading
2022-11-14  Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-10-20  Matt CaswellRemove some redundant code
2022-10-07  Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-05  Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-13  Paulissl: modify libssl so that it uses OSSL_TIME
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-13  slontisCheck for EVP_MD being NULL inside ssl.
2022-06-02  Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-05-03  Matt CaswellUpdate copyright year
2022-04-06  Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-03-01  Nicola Tuveri[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
2022-02-03  Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07  Matt CaswellDon't free the EVP_PKEY on error in set0_tmp_dh_pkey...
2021-11-26  Bernd EdlingerEnable brainpool curves for TLS1.3
2021-09-24  Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-09-24  Paulidoc: document the change to the security level of CCM8...
2021-09-24  Paulitls: reduce the strength of CCM_8 ciphers due to their...
2021-09-23  slontisChange TLS RC4 cipher strength check to be data driven.
2021-05-29  Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-15  Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-04-01  Tomas MrazOBJ_nid2sn(NID_sha256) is completely equivalent to...
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-11  Paulissl: support params arguments to init functions
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05  Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellRemove compile time guard checking from ssl3_get_req_ce...
2021-02-05  Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-02-04  Matt CaswellRemove some TODO(OpenSSL1.2) references
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-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-18  Matt CaswellReturn sensible values for some SSL ctrls
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18  Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18  Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-29  Benjamin KadukUnify ssl3_get_cipher_by_std_name() implementation
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-09-27  hklaasoptimise ssl3_get_cipher_by_std_name()
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-07-24  Shane LontisAdd X509 related libctx changes.
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-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-19  Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-18  Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-04-02  Nikolay MorozovTLS Cipher Suite 0xC102 Support
2020-04-01  Matt CaswellMake sure we use the libctx when creating an EVP_PKEY_C...
2020-03-30  Matt CaswellExplicitly cache X509v3 extensions in libssl
2020-03-13  Benjamin KadukFix whitespace nit in ssl_generate_master_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-24  Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2019-10-17  Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-06  raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-07-17  Matt CaswellFix the return value for SSL_get0_chain_certs()
2019-06-18  Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18  Matt CaswellFix a race condition in supported groups handling
2019-06-17  Matt CaswellFix no-ec with no-dh
2019-06-17  Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-13  Matt CaswellFix no-dh
2019-06-12  raja-ashokTLS1.3 FFDHE Support
2019-05-01  Matt CaswellFix no-srp
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-29  Richard LevitteRemove heartbeats completely
2019-03-06  Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-15  Antoine SalonAdd SSL_CTX_set_tmp_ecdh.pod
2018-11-12  Viktor DukhovniAdded missing signature algorithm reflection functions
2018-08-30  Matt CaswellFix a mem leak on error in the PSK code
2018-08-15  Matt CaswellTurn on TLSv1.3 downgrade protection by default
2018-07-20  Benjamin KadukAdd TODO comment for a nonsensical public API
2018-05-14  Matt CaswellFix no-psk
2018-05-11  Matt CaswellPrefer SHA-256 ciphersuites if using old style PSKs
2018-04-26  Matt CaswellFix typo in the definition of tls13_ciphers
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-03-19  Todd ShortPlace ticket keys into secure memory
next