summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy/Message.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/TLSProxy/Message.pm')
-rw-r--r--util/TLSProxy/Message.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/TLSProxy/Message.pm b/util/TLSProxy/Message.pm
index 88de55844b..39123fabef 100644
--- a/util/TLSProxy/Message.pm
+++ b/util/TLSProxy/Message.pm
@@ -85,7 +85,9 @@ use constant {
# This extension is an unofficial extension only ever written by OpenSSL
# (i.e. not read), and even then only when enabled. We use it to test
# handling of duplicate extensions.
- EXT_DUPLICATE_EXTENSION => 0xfde8
+ EXT_DUPLICATE_EXTENSION => 0xfde8,
+ #Unknown extension that should appear last
+ EXT_FORCE_LAST => 0xffff
};
use constant {