]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_locl.h
Move ServerHello extension construction into the new extensions framework
authorMatt Caswell <matt@openssl.org>
Fri, 25 Nov 2016 10:22:02 +0000 (10:22 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Dec 2016 17:18:12 +0000 (17:18 +0000)
commit7da160b0f46d832dbf285cb0b48ae56d4a8b884d
tree3d5adabc37eeb594df853331c6d089786f5ee790
parent25670f3e87d3a9e7ea8ffb2b717a288e2b3024f5
Move ServerHello extension construction into the new extensions framework

This lays the foundation for a later move to have the extensions built and
placed into the correct message for TLSv1.3 (e.g. ServerHello or
EncryptedExtensions).

Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich
Salz

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/ssl.h
ssl/ssl_err.c
ssl/ssl_locl.h
ssl/statem/extensions.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c
ssl/t1_lib.c
ssl/t1_reneg.c