projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update the TLSv1.3 version indicator for draft-20
[openssl.git]
/
util
/
TLSProxy
/
Record.pm
diff --git
a/util/TLSProxy/Record.pm
b/util/TLSProxy/Record.pm
index 59251193983ba8bbcbfd59dbcc85cf1729ecf546..8c6e901558f69f5e234845c2746914037959d27e 100644
(file)
--- a/
util/TLSProxy/Record.pm
+++ b/
util/TLSProxy/Record.pm
@@
-36,7
+36,7
@@
my %record_type = (
use constant {
VERS_TLS_1_4 => 0x0305,
- VERS_TLS_1_3_DRAFT => 0x7f1
3
,
+ VERS_TLS_1_3_DRAFT => 0x7f1
4
,
VERS_TLS_1_3 => 0x0304,
VERS_TLS_1_2 => 0x0303,
VERS_TLS_1_1 => 0x0302,