]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_locl.h
Parse the ticket_early_data_info extension
[thirdparty/openssl.git] / ssl / statem / statem_locl.h
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