]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_lib.c
CMS KEMRecipientInfo support requires HKDF with fixed digests
[thirdparty/openssl.git] / ssl / t1_lib.c
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-19  JiashengJiangssl/t1_lib.c: Free gix if sk_TLS_GROUP_IX_push() fails...
2025-04-14  Tim PerryAdd SSL_CTX_set_ec_point_formats() and SSL_set_ec_point...
2025-03-31  Viktor DukhovniFix sigalg corner cases
2025-03-28  Viktor DukhovniFix goto label indents to match style
2025-03-20  Matt CaswellFix the use of CCM ciphersuites with QUIC TLS API
2025-03-12  openssl-machineCopyright year updates
2025-03-09  Viktor DukhovniMake group names case-insensitive
2025-03-09  Viktor DukhovniRefactor sigalg handling
2025-02-25  Tomas Mraztls1_set_groups_list(): Update raised errors
2025-02-25  Tomas MrazNo valid groups is not an error
2025-02-25  Tomas MrazHave the same default groups list for QUIC and TLS
2025-02-25  Viktor DukhovniAdd hybrid ML-KEM based groups to default TLS groups
2025-02-18  Viktor DukhovniCase-insensitive sigalgs
2025-02-17  Hugo Landaulibssl: Move SSL object unwrapping macros to separate...
2025-02-16  Viktor DukhovniAddress non-FP coverity nits
2025-02-14  Viktor DukhovniRefactor squeezing out empty tuples
2025-02-14  Tomas Mrazlibssl: Accept any key management which implements...
2025-02-14  Viktor DukhovniML-KEM hybrids for TLS
2025-02-14  Viktor DukhovniEnsure we accept the IANA name for sigalgs
2025-02-12  Viktor DukhovniAddress coverity reports
2025-02-11  Viktor DukhovniAvoid calling ssl_load_sigalgs in tls1_set_sigalgs_list
2025-02-10  Dave KelseyAdd support for multiple key shares
2024-11-07  Matt CaswellMake sure we use the correct SSL object when making...
2024-11-04  Frederik Wedel-HeinenSupport DEFAULT keyword and '-' prefix in SSL_CTX_set1_...
2024-08-13  Michael Baentschadds TLS signature algorithms list feature
2024-07-22  Dimitri PapadopoulosRemove trailing whitespace
2024-06-20  Frederik Wedel-HeinenFix handling of max_fragment_length extension for PSK
2024-05-14  Frederik Wedel-HeinenRemove SSL_ENC_FLAG_EXPLICIT_IV which is only set and...
2024-04-09  Richard LevitteCopyright year updates
2024-04-02  Jiasheng Jiangssl/t1_lib.c: Add checks for the EVP_MD_get_size()
2024-03-29  Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-03-06  Tomas MrazAllow ignoring unknown sigalgs and groups in the config...
2024-02-22  Michael BaentschSSL_set1_groups_list(): Fix memory corruption with...
2024-01-03  Frederik Wedel-HeinenSimplify ssl protocol version comparisons.
2023-11-27  Hugo LandauMake nid_to_group read-only
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04  Hugo LandauQUIC: Forbid non-QUIC ciphers
2023-06-27  Matt CaswellFix supported_groups handing in TLSv1.2
2023-06-06  Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-03-25  Michael BaentschUpdate the EVP_PKEY_get_id documentation
2023-03-24  Peter Kaestletls1_set_groups_list: freeing *pext before overwriting
2023-02-24  Michael Baentschfirst cut at sigalg loading
2022-10-20  Matt CaswellRemove some redundant code
2022-10-07  Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07  Matt CaswellPartial revert and reimplement "Enable brainpool curves...
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-08-18  Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-01  Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-22  Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-10  Tomas Mrazadd_provider_groups: Clean up algorithm pointer on...
2022-06-03  Tomas MrazFix strict client chain check with TLS-1.3
2022-05-24  Bernd EdlingerFix a crash in ssl_security_cert_chain
2022-05-03  Matt CaswellUpdate copyright year
2022-02-17  Tomas MrazAdd back check for the DH public key size
2022-01-18  Paulissl: replace ;; with ; as statement separator
2021-11-26  Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-12  PauliAdd return value NULL checks that were missing
2021-08-11  Dmitry BelyavskiyOmitted signature_algorithms extension alerts updated
2021-06-19  Paulissl: replace tabs with spaces
2021-06-19  Paulissl: do not choose auto DH groups that are weaker than...
2021-06-02  Paulitls: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-13  Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-04-19  Matt CaswellFix some TODO(3.0) occurrences in ssl/t1_lib.c
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-11  Anthony HuIncrease the upper limit on group name length
2021-02-28  Paulitls: updates for the new additional MAC_init arguments
2021-02-12  Tomas Mraztls_valid_group: Add missing dereference of okfortls13
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
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 CaswellMake sure we don't use sigalgs that are not available
2021-02-05  Matt CaswellAdd the nist group names as aliases for the normal...
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-02-04  Matt CaswellRemove some TODO(OpenSSL1.2) references
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
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-12-08  Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
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  Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-22  Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-16  Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-14  Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-09-23  Shane LontisFix ssl_hmac_new() so that it uses the propq
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
next