]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_locl.h
Allow TLSv1.3 in a no-ec build
[thirdparty/openssl.git] / ssl / statem / statem_locl.h
2019-06-17  Matt CaswellAllow TLSv1.3 in a no-ec build
2019-02-22  Matt CaswellDon't restrict the number of KeyUpdate messages we...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-12  Matt CaswellSeparate ca_names handling for client and server
2018-02-09  Matt CaswellDon't calculate the Finished MAC twice
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-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2017-12-28  Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-09-22  Dr. Stephen HensonStore groups as uint16_t
2017-08-31  Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-06-21  Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21  Dr. Stephen HensonConvert key exchange to one shot call
2017-05-17  Matt CaswellAdd a new unsolicited extension error code and add...
2017-05-17  Matt CaswellFail if we receive a response to an extension that...
2017-05-08  Matt CaswellSend the supported_groups extension in EE where applicable
2017-04-26  Tatsuhiro TsujikawaCall init and finalization functions per extension...
2017-04-07  Matt CaswellImplement a new custom extensions API
2017-04-07  Matt CaswellMove the extensions context codes into the public API
2017-03-17  Dr. Stephen HensonAllow signature algorithms in TLS 1.3 certificate reque...
2017-03-17  Dr. Stephen HensonMove parsing and construction of CA names to separate...
2017-03-16  Matt CaswellHelloRetryRequest updates for draft-19
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 CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02  Matt CaswellImplement client side parsing of the early_data extension
2017-03-02  Matt CaswellConstruct the server side early_data extension
2017-03-02  Matt CaswellParse the early_data extension
2017-03-02  Matt CaswellConstruct the early_data extension
2017-03-02  Matt CaswellParse the ticket_early_data_info extension
2017-03-02  Matt CaswellConstruct the ticket_early_data_info extension
2017-02-23  Benjamin Kadukoutput number of exts from tls_collect_extensions()
2017-02-17  Matt CaswellUpdates following review feedback
2017-02-17  Matt CaswellAdd the ability for a client to receive a KeyUpdate...
2017-02-17  Matt CaswellProvide a function to send a KeyUpdate message
2017-02-14  Matt CaswellImplement support for resumption with a HelloRetryRequest
2017-02-14  Matt CaswellAdd client side support for parsing Hello Retry Request
2017-02-14  Matt CaswellMake the context available to the extensions parse...
2017-01-30  Matt CaswellImplement server side of PSK extension construction
2017-01-30  Matt CaswellImplement Server side of PSK extension parsing
2017-01-30  Matt CaswellAdd support for client side parsing of the PSK extension
2017-01-30  Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30  Matt CaswellProcess incoming NewSessionTicket messages on the clien...
2017-01-30  Matt CaswellCreate the NewSessionTicket message in TLSv1.3
2017-01-30  Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-30  Matt CaswellMove TLSv1.3 Session Ticket processing into the state...
2017-01-30  Matt CaswellMove state machine knowledge out of the record layer
2017-01-10  Matt CaswellMove Certificate Verify construction and processing...
2017-01-06  Matt CaswellRename the chain variable to chainidx
2017-01-06  Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06  Matt CaswellExtends extension parsing to take the Certificate
2017-01-06  Matt CaswellExtend tls_construct_extensions() to enable passing...
2016-12-08  Matt CaswellFix the declaration of tls_parse_extension in statem_locl.h
2016-12-08  Matt CaswellVarious style updates following extensions refactor
2016-12-08  Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08  Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08  Matt CaswellSimplify ClientHello extension parsing
2016-12-08  Matt CaswellMove client construction of ClientHello extensions...
2016-12-08  Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08  Matt CaswellRename some functions
2016-12-08  Matt CaswellMove ServerHello extension construction into the new...
2016-12-08  Matt CaswellSplit extensions code into core extensions and server...
2016-12-08  Matt CaswellAdd extensions construction support
2016-12-08  Matt CaswellRefactor ClientHello extension parsing
2016-12-08  Matt CaswellVerify that extensions are used in the correct context
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-11-23  Matt CaswellEnsure the end of first server flight processing is...
2016-11-09  Matt CaswellFix various style issues in the extension parsing refactor
2016-11-09  Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-10-03  Matt CaswellAdd a typedef for the construction function
2016-10-03  Matt CaswellMove setting of the handshake header up one more level
2016-10-03  Matt CaswellRemove the special case processing for finished constru...
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-10-03  Matt CaswellMove init of the WPACKET into write_state_machine()
2016-08-18  Emilia KasperIndent ssl/
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-10-30  Matt CaswellAdd ossl_statem prefix to various functions
2015-10-30  Matt CaswellConvert enums to typedefs
2015-10-30  Matt CaswellMore state machine reorg