]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_locl.h
Add support for the TLS 1.3 signature_algorithms_cert extension
[thirdparty/openssl.git] / ssl / ssl_locl.h
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...
2017-05-17  Matt CaswellFail if we receive a response to an extension that...
2017-05-10  Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-02  Todd ShortTLS1.3 Padding
2017-04-26  Matt CaswellAdd a ciphersuite config sanity check for servers
2017-04-24  Matt CaswellDon't fail the connection in SSLv3 if server selects...
2017-04-07  Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07  Matt CaswellPrefix custom extension API callback types with SSL_
2017-04-07  Matt CaswellImplement a new custom extensions API
2017-04-03  Dr. Stephen HensonNew certificate_authorities functions
2017-03-24  Matt CaswellMove the downgrade sentinel declarations to a header...
2017-03-24  Matt CaswellAdd client side support for TLSv1.3 downgrade mechanism
2017-03-24  Matt CaswellAdd server side support for TLSv1.3 downgrade mechanism
2017-03-17  Dr. Stephen HensonImplement certificate_authorities extension
2017-03-16  Matt CaswellMerge early_data_info extension into early_data
2017-03-16  Matt CaswellUpdate end of early data processing for draft-19
2017-03-04  Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02  Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02  Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-03-02  Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02  Matt CaswellValidate the ticket age for resumed sessions
2017-03-02  Matt CaswellCheck max_early_data against the amount of early data...
2017-03-02  Matt CaswellFix changing of the cipher state when dealing with...
2017-03-02  Matt CaswellConstruct the server side early_data extension
2017-03-02  Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02  Matt CaswellImplement the early data changes required in tls13_chan...
2017-03-02  Matt CaswellParse the early_data extension
2017-03-02  Matt CaswellConstruct the early_data extension
2017-03-02  Matt CaswellProvide functions to write early data
2017-03-02  Matt CaswellParse the ticket_early_data_info extension
2017-03-02  Matt CaswellConstruct the ticket_early_data_info extension
2017-03-01  AndyCode health: ssl/ssl_locl.h unused macros
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28  Emilia KasperClean up references to FIPS
2017-02-28  Matt CaswellRemove some dead code from libssl
2017-02-24  Dr. Stephen HensonTidy up certificate type handling.
2017-02-23  Kurt RoeckxImplement SSL_read_ex() and SSL_write_ex() as documented.
2017-02-23  Benjamin KadukAdd SSL_CTX early callback
next