projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040c878
)
Add extms extension
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 6 Dec 2015 17:49:14 +0000
(17:49 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 8 Dec 2015 16:33:04 +0000
(16:33 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
util/TLSProxy/ClientHello.pm
patch
|
blob
|
history
diff --git
a/util/TLSProxy/ClientHello.pm
b/util/TLSProxy/ClientHello.pm
index bd03183aabb6eed69d351a0be4a9795f4b95dfef..c6f3c3fe04c74fa48352f02ae21677d536a20ce7 100644
(file)
--- a/
util/TLSProxy/ClientHello.pm
+++ b/
util/TLSProxy/ClientHello.pm
@@
-59,6
+59,7
@@
use parent 'TLSProxy::Message';
use constant {
EXT_ENCRYPT_THEN_MAC => 22,
+ EXT_EXTENDED_MASTER_SECRET => 23,
EXT_SESSION_TICKET => 35
};