Omitted signature_algorithms extension alerts updated
[openssl.git] / ssl / t1_lib.c
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
2019-08-27 David WoodhouseFix bogus check for EVP_PKEY_supports_digest_nid()...
2019-08-09 Matt CaswellFix SSL_check_chain()
2019-08-06 raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-07-16 PauliRemove tab characters from C source files.
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-17 Matt CaswellFix no-ec with no-dh
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-14 Matt CaswellFix no-ec and no-tls1_2
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-12 Matt CaswellDon't negotiate TLSv1.3 if our EC cert isn't TLSv1...
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-10 David WoodhouseHonour mandatory digest on private key in has_usable_cert()
2018-11-08 Matt CaswellGive a better error if an attempt is made to set a...
2018-09-04 Matt CaswellDon't use an RSA-PSS cert for RSA key exchange
2018-08-22 Matt CaswellUse the same min-max version range on the client consis...
2018-07-18 Matt CaswellCheck that the public key OID matches the sig alg
2018-07-13 Matt CaswellDo not use GOST sig algs in TLSv1.3 where possible
2018-06-29 PauliCheck return from BN_set_word.
2018-06-07 Matt CaswellFix EAP-FAST
2018-05-30 Dmitry BelyavskiySend GOST SignatureAlgorithms when TLS 1.2 in use
2018-05-30 Dmitry BelyavskiyBugfix: GOST2012 certificates for GOST ciphersuites...
2018-05-12 Kurt RoeckxSet sess to NULL after freeing it.
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-05-11 Matt CaswellFix ticket callbacks in TLSv1.3
2018-04-25 Matt CaswellFix the MAX_CURVELIST definition
2018-04-24 Matt CaswellAllow TLSv1.3 EC certs to use compressed points
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-28 Matt CaswellTolerate a Certificate using a non-supported group...
next