TLS13: add draft-27 and draft-28 version numbers

TLS 1.3 draft 26 up to 28 are purely editorial, but since QUIC draft-11
will actually use the latest TLS 1.3 draft, add these versions. See
https://github.com/quicwg/base-drafts/wiki/5th-Implementation-Draft

Bug: 12779
Change-Id: I31316afa900c4b085caeed2529b388617211bff7
Reviewed-on: https://code.wireshark.org/review/27108
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Peter Wu 2018-04-23 23:54:43 +02:00 committed by Anders Broman
parent 352b7a9fd5
commit 84149ab769
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ const value_string ssl_versions[] = {
{ 0x7F18, "TLS 1.3 (draft 24)" },
{ 0x7F19, "TLS 1.3 (draft 25)" },
{ 0x7F1A, "TLS 1.3 (draft 26)" },
{ 0x7F1B, "TLS 1.3 (draft 27)" },
{ 0x7F1C, "TLS 1.3 (draft 28)" },
{ DTLSV1DOT0_OPENSSL_VERSION, "DTLS 1.0 (OpenSSL pre 0.9.8f)" },
{ DTLSV1DOT0_VERSION, "DTLS 1.0" },
{ DTLSV1DOT2_VERSION, "DTLS 1.2" },