diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-03-08 14:54:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-03-09 17:02:23 +0100 |
commit | dc54f77d775bfaf724e187d792ab5b75c7083ea1 (patch) | |
tree | 0984be673ccb9e383f14dcc3e19160e86c0f4d17 /lib | |
parent | 70db923871d9cdf17a458790e98708828f1e5b1c (diff) | |
download | gnutls-dc54f77d775bfaf724e187d792ab5b75c7083ea1.tar.gz |
Bumped TLS1.3 draft version to -23
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/algorithms/protocols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c index a7af6b834d..12ac1acf12 100644 --- a/lib/algorithms/protocols.c +++ b/lib/algorithms/protocols.c @@ -116,7 +116,7 @@ static const version_entry_st sup_versions[] = { .id = GNUTLS_TLS1_3, .age = 5, .major = 0x7f, - .minor = 21, + .minor = 23, .transport = GNUTLS_STREAM, .supported = 1, .explicit_iv = 0, |