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) --- ssl/ssl_err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/ssl_err.c') diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index eccc5af22b..0b82c0e945 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -594,6 +594,7 @@ static const ERR_STRING_DATA SSL_str_reasons[] = { {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_PACKET_LENGTH), "bad packet length"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_PROTOCOL_VERSION_NUMBER), "bad protocol version number"}, + {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_PSK), "bad psk"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_PSK_IDENTITY), "bad psk identity"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_RECORD_TYPE), "bad record type"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_RSA_ENCRYPT), "bad rsa encrypt"}, -- cgit v1.2.3