Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / ssl / t1_lib.c
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
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-08 Matt CaswellFix an incorrect error flow in add_provider_groups
2020-06-27 Kurt RoeckxReduce the security bits for MD5 and SHA1 based signatu...
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
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-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-09 Hubert Kariouse safe primes in ssl_get_auto_dh()
2020-06-05 Matt CaswellDon't downgrade keys in libssl
2020-06-05 Matt CaswellCheck that Signature Algorithms are available before...
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-28 Nikolay MorozovFix GOST curve sec bits
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Nikolay MorozovGOST2012 TLS Supported Groups Identifiers Support
2020-04-21 Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
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-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-03-30 Matt CaswellGive a better error if we can't find a sig alg
2020-03-26 Matt CaswellUse a fetched cipher when decrypting a ticket in libssl
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-11 Kurt RoeckxCheck that ed25519 and ed448 are allowed by the securit...
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
2019-11-10 Dmitry BelyavskiyWorkaround for Windows-based GOST implementations
2019-09-28 Dr. Matthias St... Reorganize local header files
next