summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-03 18:51:28 +0000
committerMatt Caswell <matt@openssl.org>2016-11-16 10:09:46 +0000
commit5a8e54d9dc99dcc54b10e78ba0901e185fd2f77d (patch)
treece4f600a7c8963a4abe7a512443293ba8d1da83c /util/TLSProxy
parent323f212aa792904b7312d22f6107e9546a41faa4 (diff)
Add some tests for the key_share extension
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/TLSProxy')
-rw-r--r--util/TLSProxy/Message.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/TLSProxy/Message.pm b/util/TLSProxy/Message.pm
index 8a14dea211..6bf5a72949 100644
--- a/util/TLSProxy/Message.pm
+++ b/util/TLSProxy/Message.pm
@@ -59,10 +59,12 @@ my %message_type = (
use constant {
EXT_STATUS_REQUEST => 5,
+ EXT_SUPPORTED_GROUPS => 10,
EXT_ENCRYPT_THEN_MAC => 22,
EXT_EXTENDED_MASTER_SECRET => 23,
EXT_SESSION_TICKET => 35,
EXT_SUPPORTED_VERSIONS => 43,
+ EXT_KEY_SHARE => 40,
# This extension does not exist and isn't recognised by OpenSSL.
# We use it to test handling of duplicate extensions.
EXT_DUPLICATE_EXTENSION => 1234