summaryrefslogtreecommitdiff
path: root/lib/algorithms
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-13 20:46:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-20 21:49:28 +0200
commitf261e651fffcdcd8c74128c7c6622170d4593553 (patch)
tree41c81c4144bd7877f86658ba417fdcd6626b6a90 /lib/algorithms
parenta46e3d3a3aab8957934b949d05177ed1503b5f5e (diff)
downloadgnutls-f261e651fffcdcd8c74128c7c6622170d4593553.tar.gz
protocols: bumped TLS1.3 version number to RFC8446 value
This adds support of the final RFC numbers. Resolves #542 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/algorithms')
-rw-r--r--lib/algorithms/protocols.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c
index e1093a9ced..12907190df 100644
--- a/lib/algorithms/protocols.c
+++ b/lib/algorithms/protocols.c
@@ -93,7 +93,6 @@ static const version_entry_st sup_versions[] = {
.tls_sig_sem = SIG_SEM_PRE_TLS12,
.false_start = 1
},
-#ifdef TLS13_FINAL_VERSION
{.name = "TLS1.3",
.id = GNUTLS_TLS1_3,
.age = 5,
@@ -113,27 +112,6 @@ static const version_entry_st sup_versions[] = {
.false_start = 0, /* doesn't make sense */
.tls_sig_sem = SIG_SEM_TLS13
},
-#else
- {.name = "TLS1.3",
- .id = GNUTLS_TLS1_3,
- .age = 5,
- .major = 0x7f,
- .minor = 28,
- .transport = GNUTLS_STREAM,
- .supported = 1,
- .explicit_iv = 0,
- .extensions = 1,
- .selectable_sighash = 1,
- .selectable_prf = 1,
- .tls13_sem = 1,
- .obsolete = 0,
- .only_extension = 1,
- .post_handshake_auth = 1,
- .key_shares = 1,
- .false_start = 0, /* doesn't make sense */
- .tls_sig_sem = SIG_SEM_TLS13
- },
-#endif
{.name = "DTLS0.9", /* Cisco AnyConnect (based on about OpenSSL 0.9.8e) */
.id = GNUTLS_DTLS0_9,
.age = 200,