aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-05-11 10:55:54 +0100
committerMatt Caswell <matt@openssl.org>2017-05-11 13:13:04 +0100
commitb6fdc12d94d7527c3018492ab838cbcda81ba346 (patch)
treeb076afe967ca664d0e631d18126585e445a13b1c /include
parentfc4c15faa462c1a4cbf002f214f6503e629e7a20 (diff)
downloadopenssl-b6fdc12d94d7527c3018492ab838cbcda81ba346.tar.gz
Send a missing_extension alert if key_share/supported groups not present
Only applies if we're not doing psk. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3436)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 23dde11808..4558b17c3c 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2675,6 +2675,7 @@ int ERR_load_SSL_strings(void);
# define SSL_R_MISSING_RSA_SIGNING_CERT 170
# define SSL_R_MISSING_SIGALGS_EXTENSION 112
# define SSL_R_MISSING_SRP_PARAM 358
+# define SSL_R_MISSING_SUPPORTED_GROUPS_EXTENSION 209
# define SSL_R_MISSING_TMP_DH_KEY 171
# define SSL_R_MISSING_TMP_ECDH_KEY 311
# define SSL_R_NOT_ON_RECORD_BOUNDARY 182