summaryrefslogtreecommitdiff
path: root/lib/algorithms
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-13 11:52:07 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:33 +0100
commit8e26c9040a3924f7f8f8e0149b5fae2a068c32b9 (patch)
tree7c17374b476da3e44fc03cc51dac8eb3a45f6366 /lib/algorithms
parent6b1f1761fdc8044adb4e59004ff68e7851119c2d (diff)
downloadgnutls-8e26c9040a3924f7f8f8e0149b5fae2a068c32b9.tar.gz
ext/post_handshake: restrict the use of this extension to TLS 1.3 or later
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/algorithms')
-rw-r--r--lib/algorithms/protocols.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c
index 7885c5dc72..74a41f981a 100644
--- a/lib/algorithms/protocols.c
+++ b/lib/algorithms/protocols.c
@@ -101,6 +101,7 @@ static const version_entry_st sup_versions[] = {
.compact_hello = 1,
.obsolete = 0,
.only_extension = 1,
+ .post_handshake_auth = 1,
.false_start = 0, /* doesn't make sense */
.tls_sig_sem = 1
},