summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-12-05 17:04:51 +0000
committerMatt Caswell <matt@openssl.org>2017-01-10 23:02:50 +0000
commit2c5dfdc357046a4d6f40afb3311f7c3f06c58ebe (patch)
tree4775fcf266a7204526fc9cae3c0f4cf0de9d5de3 /include
parentd8bc139978ee86efe1039a1f783a30b63b89f665 (diff)
Make CertificateVerify TLS1.3 aware
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2157)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index d57e680dc0..c6001c005d 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -857,7 +857,9 @@ typedef enum {
TLS_ST_SW_CHANGE,
TLS_ST_SW_FINISHED,
TLS_ST_SW_ENCRYPTED_EXTENSIONS,
- TLS_ST_CR_ENCRYPTED_EXTENSIONS
+ TLS_ST_CR_ENCRYPTED_EXTENSIONS,
+ TLS_ST_CR_CERT_VRFY,
+ TLS_ST_SW_CERT_VRFY
} OSSL_HANDSHAKE_STATE;
/*