diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-03-13 09:45:44 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-03-23 20:51:35 +0100 |
commit | 0ac0b774ce66e3f43e2e2843d6176229e0c51490 (patch) | |
tree | a016bc249a3becfe1ce8b20d6b05613d483f0a66 /lib | |
parent | 72e99ed84d853d9ebf45f99f8fa2629c8408532a (diff) | |
download | gnutls-0ac0b774ce66e3f43e2e2843d6176229e0c51490.tar.gz |
protocols: bumped TLS1.3 protocol to draft -26
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 12ac1acf12..bfefdec808 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 = 23, + .minor = 26, .transport = GNUTLS_STREAM, .supported = 1, .explicit_iv = 0, |