summaryrefslogtreecommitdiffstats
path: root/ssl/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-24 16:59:48 +0000
committerMatt Caswell <matt@openssl.org>2016-12-08 17:17:45 +0000
commit6b473acabdfc72c99677a15f03295c12e4ff32fb (patch)
tree16fac4a85458842ca124d1c76ac9238bd4701f61 /ssl/build.info
parentfadd9a1e2d2ab1d63bd05c30a0d845e837deb9be (diff)
Refactor ClientHello extension parsing
This builds on the work started in 1ab3836b3 and extends is so that each extension has its own identified parsing functions, as well as an allowed context identifying which messages and protocols it is relevant for. Subsequent commits will do a similar job for the ServerHello extensions. This will enable us to have common functions for processing extension blocks no matter which of the multiple messages they are received from. In TLSv1.3 a number of different messages have extension blocks, and some extensions have moved from one message to another when compared to TLSv1.2. 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>
Diffstat (limited to 'ssl/build.info')
-rw-r--r--ssl/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/build.info b/ssl/build.info
index 9e6d69090c..931ad61b59 100644
--- a/ssl/build.info
+++ b/ssl/build.info
@@ -2,7 +2,7 @@ LIBS=../libssl
SOURCE[../libssl]=\
pqueue.c packet.c \
statem/statem_srvr.c statem/statem_clnt.c s3_lib.c s3_enc.c record/rec_layer_s3.c \
- statem/statem_lib.c statem/statem_extensions.c s3_cbc.c s3_msg.c \
+ statem/statem_lib.c statem/extensions.c s3_cbc.c s3_msg.c \
methods.c t1_lib.c t1_enc.c tls13_enc.c t1_ext.c \
d1_lib.c record/rec_layer_d1.c d1_msg.c \
statem/statem_dtls.c d1_srtp.c \