]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/extensions.c
Various style updates following extensions refactor
[thirdparty/openssl.git] / ssl / statem / extensions.c
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