summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
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/gnutls_int.h
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/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 3e2c84cd12..3679369f84 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -523,6 +523,7 @@ typedef struct {
bool compact_hello; /* The TLS 1.3 client and server hello form */
bool false_start; /* That version can be used with false start */
bool only_extension; /* negotiated only with an extension */
+ bool post_handshake_auth; /* Supports the TLS 1.3 post handshake auth */
/*
* TLS versions modify the semantics of signature algorithms. This number
* is there to distinguish signature algorithms semantics between versions