Add EVP_PKEY_supports_digest_nid()
[openssl.git] / ssl / ssl_locl.h
2018-09-25 Matt CaswellFix no-psk
2018-09-21 Matt CaswellFix the max psk len for TLSv1.3
2018-09-18 Dr. Matthias St... ssl/ssl_ciph.c: make set_ciphersuites static
2018-08-22 Matt CaswellUse the same min-max version range on the client consis...
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-07 Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-07-18 Matt CaswellCheck that the public key OID matches the sig alg
2018-07-13 Matt CaswellUse ssl_version_supported() when choosing server version
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-07-02 Matt CaswellAdd setters to set the early_data callback
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-07 Matt CaswellDon't store the ticket nonce in the session
2018-06-07 Matt CaswellFix TLSv1.3 ticket nonces
2018-05-30 Dmitry BelyavskiyBugfix: GOST2012 certificates for GOST ciphersuites...
2018-05-17 Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-05-02 Matt CaswellFix comment in ssl_locl.h
2018-04-18 Peter WuAdd support for logging early exporter secret
2018-04-18 Peter WuAdd support for logging TLS 1.3 exporter secret
2018-04-04 Matt CaswellFix configuration of TLSv1.3 ciphersuites
2018-03-28 Rich SalzRewrite the X509->alert mapping code
2018-03-28 Matt CaswellTolerate a Certificate using a non-supported group...
2018-03-21 FdaSilvaYYUnify s_client/s_server srtp profiles option handling
2018-03-19 Todd ShortPlace ticket keys into secure memory
2018-03-19 Tomas MrazApply system_default configuration on SSL_CTX_new().
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 Todd ShortSession Ticket app data
2018-03-05 Matt CaswellAdd X448/Ed448 support to libssl
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-12 Matt CaswellThe function ssl_get_min_max_version() can fail
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
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-24 Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-02 Daniel BeveniusFix minor 'the the' typos
2017-12-28 Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-14 Matt CaswellMake sure we treat records written after HRR as TLSv1.3
2017-12-14 Matt CaswellEnsure CCS sent before early_data has the correct recor...
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-08 Daniel BeveniusCorrect minor typo in ssl_locl.h comment
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-11 Benjamin KadukMove supportedgroup ext-block fields out of NO_EC
2017-10-06 Dr. Stephen HensonMerge tls1_check_curve into tls1_check_group_id
2017-10-06 Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-10-04 Todd ShortSession resume broken switching contexts
2017-09-28 PauliUse safestack.h exclusively internally.
2017-09-26 Dr. Stephen HensonRename tls1_get_curvelist.
2017-09-26 Dr. Stephen HensonRewrite compression and group checks.
2017-09-26 Dr. Stephen HensonNew function ssl_generate_param_group
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-22 Dr. Stephen HensonStore groups as uint16_t
2017-09-20 Dr. Stephen HensonAdd RSA-PSS key certificate type.
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-08-31 Paulistruct timeval include guards
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-18 Todd ShortReorder extensions to put SigAlgs last
2017-08-11 FdaSilvaYYFix some Typos and indents
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-07-30 Xiaoyin LiuRemove redundant declarations in ssl_locl.h
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
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 HensonAdd SSL_aCERT: this is used for any ciphersuite with...
2017-07-13 Dr. Stephen HensonAdd certificate properties table.
2017-07-07 Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-07-07 Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-06-29 Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21 Dr. Stephen HensonHandle signature algorithms with no associated digest
2017-06-21 Dr. Stephen HensonAdd Ed25519 signature algorithm
2017-06-21 Dr. Stephen HensonAdd index for ED25519
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-08 Matt CaswellAdd back support for SHA224 based sig algs
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
next