From 9368f86526d9feb1f511fab9c0eee8e8dc869b87 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 12 Jun 2017 13:30:21 +0100 Subject: Add TLSv1.3 client side external PSK support Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3670) --- include/openssl/sslerr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/openssl/sslerr.h') diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h index 8dfc974..540baff 100644 --- a/include/openssl/sslerr.h +++ b/include/openssl/sslerr.h @@ -381,6 +381,7 @@ int ERR_load_SSL_strings(void); # define SSL_R_BAD_LENGTH 271 # define SSL_R_BAD_PACKET_LENGTH 115 # define SSL_R_BAD_PROTOCOL_VERSION_NUMBER 116 +# define SSL_R_BAD_PSK 219 # define SSL_R_BAD_PSK_IDENTITY 114 # define SSL_R_BAD_RECORD_TYPE 443 # define SSL_R_BAD_RSA_ENCRYPT 119 -- cgit v1.1