projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add test for no change following an HRR
[openssl.git]
/
util
/
TLSProxy
/
Message.pm
diff --git
a/util/TLSProxy/Message.pm
b/util/TLSProxy/Message.pm
index 3c198451646b0d9cfb7b40fabd5ff6a6ef177b9f..4cb594cfef2bca55c5855c4daa995390e0305a48 100644
(file)
--- a/
util/TLSProxy/Message.pm
+++ b/
util/TLSProxy/Message.pm
@@
-86,6
+86,7
@@
use constant {
# (i.e. not read), and even then only when enabled. We use it to test
# handling of duplicate extensions.
EXT_DUPLICATE_EXTENSION => 0xfde8,
+ EXT_UNKNOWN => 0xfffe,
#Unknown extension that should appear last
EXT_FORCE_LAST => 0xffff
};