diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-03 08:31:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-07 08:26:47 +0200 |
commit | 96627928cdf5311fc3fae5c01fccdfbf6140d45f (patch) | |
tree | 5179c0983689b7e4bf2fb6dd763758e5aed13302 /lib/algorithms | |
parent | efa1c03822cd90cf29fed8059409fe120d229bb4 (diff) | |
download | gnutls-96627928cdf5311fc3fae5c01fccdfbf6140d45f.tar.gz |
protocols: bumped TLS1.3 protocol to draft-28
Resolves #506
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/algorithms')
-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 8c085b7d34..86c7a6027f 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 = 26, + .minor = 28, .transport = GNUTLS_STREAM, .supported = 1, .explicit_iv = 0, |