commit | 7da160b0f46d832dbf285cb0b48ae56d4a8b884d | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Nov 25 10:22:02 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Dec 08 17:18:12 2016 +0000 |
tree | 3d5adabc37eeb594df853331c6d089786f5ee790 | |
parent | 25670f3e87d3a9e7ea8ffb2b717a288e2b3024f5 [diff] |
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>