diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-27 18:32:19 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-11-09 16:03:08 +0000 |
commit | 203b1cdf73be98b2abfe00cc2c0347cf246ad80d (patch) | |
tree | a6776a8b530f7fbf238f201cf083d21ab532b33b /util/TLSProxy | |
parent | 619d8336d00fe19bc694e61e772b5838d7e422e5 (diff) | |
download | openssl-new-203b1cdf73be98b2abfe00cc2c0347cf246ad80d.tar.gz |
Add a test for the supported_versions extension
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/TLSProxy')
-rw-r--r-- | util/TLSProxy/Message.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/TLSProxy/Message.pm b/util/TLSProxy/Message.pm index 1810d8c30e..8a14dea211 100644 --- a/util/TLSProxy/Message.pm +++ b/util/TLSProxy/Message.pm @@ -62,6 +62,7 @@ use constant { EXT_ENCRYPT_THEN_MAC => 22, EXT_EXTENDED_MASTER_SECRET => 23, EXT_SESSION_TICKET => 35, + EXT_SUPPORTED_VERSIONS => 43, # This extension does not exist and isn't recognised by OpenSSL. # We use it to test handling of duplicate extensions. EXT_DUPLICATE_EXTENSION => 1234 |