]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/extensions.c
Provide a key_share extension finaliser
[thirdparty/openssl.git] / ssl / statem / extensions.c
2017-01-30  Matt CaswellProvide a key_share extension finaliser
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 CaswellAdd support for the psk_key_exchange_modes extension
2017-01-25  FdaSilvaYYTypo, fix a comment
2017-01-10  Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10  Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
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 CaswellExtends extension parsing to take the Certificate
2017-01-06  Matt CaswellExtend tls_construct_extensions() to enable passing...
2017-01-04  Richard LevitteDon't build OCSP stuff when OCSP is disabled
2016-12-29  Matt CaswellFix extension for various no- options
2016-12-29  Matt CaswellFix the EC point formats extension
2016-12-08  Matt CaswellFix make update issues
2016-12-08  Matt CaswellFix more style issues following extensions refactor...
2016-12-08  Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08  Matt CaswellChange TLSEXT_IDX_* values into an enum
2016-12-08  Matt CaswellVarious style updates following extensions refactor
2016-12-08  Matt CaswellRemove some spurious whitespace
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 ALPN processing into an extension finalisation...
2016-12-08  Matt CaswellProvide server side extension init and finalisation...
2016-12-08  Matt CaswellAdd an extension initilisation and finalisation capability
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 CaswellContinue the extensions refactor
2016-12-08  Matt CaswellRefactor ClientHello extension parsing