]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/extensions_clnt.c
Implement a new custom extensions API
[thirdparty/openssl.git] / ssl / statem / extensions_clnt.c
2017-04-07  Matt CaswellImplement a new custom extensions API
2017-04-07  Matt CaswellMove the extensions context codes into the public API
2017-04-03  Matt CaswellFix calls to SSL_get_server_tmp_key() in TLSv1.3
2017-03-28  FdaSilvaYYFix a few more typos
2017-03-16  Matt CaswellFix the Padding extension
2017-03-16  Matt CaswellEnsure after an HRR any PSKs have the right hash
2017-03-16  Matt CaswellMerge early_data_info extension into early_data
2017-03-15  Benjamin KadukRemove dead code
2017-03-15  Benjamin KadukTighten up client status_request processing
2017-03-14  Benjamin KadukDe-obfuscate
2017-03-06  Kurt RoeckxFix double free in cookie generation.
2017-03-04  Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02  Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02  Matt CaswellAdd extra validation parsing the server-to-client early...
2017-03-02  Matt CaswellImplement client side parsing of 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-02-16  Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-14  Matt CaswellAdd a bytestogroup macro
2017-02-14  Matt CaswellVarious style fixes following review feedback
2017-02-14  Matt CaswellAdd client side support for parsing Hello Retry Request
2017-02-14  Matt CaswellAdd server side support for creating the Hello Retry...
2017-02-14  Matt CaswellMake the context available to the extensions parse...
2017-01-30  Dr. Stephen HensonUse uint16_t for signature scheme.
2017-01-30  Matt CaswellVarious style fixes following review feedback
2017-01-30  Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30  Matt CaswellAlways ensure that session->cipher is set
2017-01-30  Matt CaswellUse the correct session resumption mechanism
2017-01-30  Matt CaswellSet the kex modes on the client too.
2017-01-30  Matt CaswellImplement Server side of PSK extension parsing
2017-01-30  Matt CaswellMake sure we also cleanse the finished key
2017-01-30  Matt CaswellAdd support for client side parsing of the PSK extension
2017-01-30  Matt CaswellAdd support for the age_add field
2017-01-30  Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30  Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-30  Matt CaswellMove state machine knowledge out of the record layer
2017-01-26  Dr. Stephen HensonUse correct signature algorithm list when sending or...
2017-01-10  Matt CaswellConvert Sigalgs processing to use ints
2017-01-10  Rich SalzMove extension data into sub-structs
2017-01-06  Matt CaswellRename the chain variable to chainidx
2017-01-06  Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06  Matt CaswellCreate Certificate messages in TLS1.3 format
2017-01-06  Matt CaswellExtends extension parsing to take the Certificate
2017-01-06  Matt CaswellExtend tls_construct_extensions() to enable passing...
2016-12-29  Matt CaswellFix compilation with no-ec
2016-12-18  Kurt RoeckxFix memory leak in tls_parse_stoc_key_share
2016-12-08  Matt CaswellFix make update issues
2016-12-08  Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
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 CaswellMove client construction of ClientHello extensions...
2016-12-08  Matt CaswellMove client parsing of ServerHello extensions into...