Create defines for TLS Group Ids
[oweals/openssl.git] / ssl / t1_lib.c
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...
2018-03-19 Todd ShortPlace ticket keys into secure memory
2018-03-19 Matt CaswellAlways call the new_session_cb when issuing a NewSessio...
2018-03-12 Todd ShortSession Ticket app data
2018-03-05 Matt CaswellAdd X448/Ed448 support to libssl
2018-02-21 Matt CaswellSanity check the ticket length before using key name/IV
2018-02-12 Matt CaswellThe function ssl_get_min_max_version() can fail
2018-01-26 Benjamin KadukFix uninitialized read in sigalg parsing code
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25 Benjamin KadukPropagate TLS 1.3 sigalgs through tls1_set_sigalgs()
2018-01-25 Benjamin KadukAdd TLS 1.3 draft-23 PSS signature algorithms
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08 Noah RobbinUse the index that matches the key type (either SSL_PKE...
2018-01-08 Noah RobbinUse size of server key when selecting signature algorithm.
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-21 KaoruTodaVarious clean-ups
2017-10-06 Dr. Stephen HensonMerge tls1_check_curve into tls1_check_group_id
2017-10-06 Dr. Stephen HensonChange curves to groups where relevant
2017-10-06 Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-09-26 Dr. Stephen HensonAdd and use function tls1_in_list to avoid code duplica...
2017-09-26 Dr. Stephen HensonUse tls1_group_id_lookup in tls1_curve_allowed
2017-09-26 Dr. Stephen HensonRename tls1_get_curvelist.
2017-09-26 Dr. Stephen HensonRewrite compression and group checks.
2017-09-26 Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-26 Dr. Stephen HensonRename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.h
2017-09-26 Dr. Stephen HensonReturn group id in tls1_shared_group
2017-09-26 Dr. Stephen HensonReturn correct Suite B curve, fix comment.
2017-09-23 Kurt RoeckxUse curve_id not the nid
2017-09-22 Dr. Stephen HensonStore groups as uint16_t
2017-09-21 Patrick SteuerFix strict-warnings build
2017-09-20 Dr. Stephen HensonAllow RSA certificates to be used for RSA-PSS
2017-09-20 Dr. Stephen HensonAdd RSA-PSS key certificate type.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-07-13 Dr. Stephen HensonUse cert tables in ssl_set_sig_mask
2017-07-13 Dr. Stephen HensonUse certificate tables instead of ssl_cert_type
2017-07-13 Dr. Stephen HensonUse certificate tables instead of ssl_cipher_get_cert_i...
2017-07-13 Dr. Stephen HensonReplace tls12_get_pkey_idx
2017-06-29 Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-25 Benjamin KadukDisallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellos
next