]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_lib.c
Remove unnecessary OPENSSL_NO_RSA remnants
[thirdparty/openssl.git] / ssl / s3_lib.c
5 days ago  martinAdd support for TLS 1.3 OCSP multi-stapling for server...
2025-07-09  Michael BaentschIntroduce SSL_OP_SERVER_PREFERENCE to replace SSL_OP_CI...
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-05-16  Norbert Pocss3_lib.c: Use illegal_parameter for failing encapsulati...
2025-05-15  Norbert Pocss3_lib.c: Handle weak x keys as illegal_parameter alert
2025-03-20  Matt CaswellFix the use of CCM ciphersuites with QUIC TLS API
2025-03-12  openssl-machineCopyright year updates
2025-02-19  Viktor Dukhovnissl3_ctrl(): Fix condition in SSL_CTRL_GET_PEER_SIGNATU...
2025-02-18  Frederik Wedel-HeinenAdds missing checks of return from XXX_up_ref(). feature/evp_skey
2025-02-17  Hugo Landaulibssl: Move SSL object unwrapping macros to separate...
2025-02-17  Viktor DukhovniAccessors for the IANA signature scheme name
2025-02-14  Dmitry BelyavskiyWhen we try to get a group, we need session to be valid
2025-02-14  Viktor DukhovniML-KEM hybrids for TLS
2025-02-11  Matt CaswellAdd an API for other QUIC stacks to use our TLS impleme...
2025-02-10  Dave KelseyAdd support for multiple key shares
2024-09-05  FdaSilvaYYssl: rework "e_os.h" inclusions
2024-08-01  Tomas Mraz3DES ciphersuites are not allowed in FIPS anymore
2024-05-14  Rajeev RanjanAdd support for integrity-only cipher suites for TLS...
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
next