summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-08-01 14:56:56 +0100
committerMatt Caswell <matt@openssl.org>2014-08-06 20:41:53 +0100
commitbb4c9ffd02a74057f7f6fd807c5be5d1f807b831 (patch)
treea324268665752ea2f2126649ff502777b592520e /ssl/ssl.h
parent53348780e9936f49b4ced7459e32d0bebbf9e8fa (diff)
Check SRP parameters early.
Check SRP parameters when they are received so we can send back an appropriate alert. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index da36aaea07..3f5fc712e3 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2752,6 +2752,7 @@ void ERR_load_SSL_strings(void);
#define SSL_R_BAD_SRP_B_LENGTH 348
#define SSL_R_BAD_SRP_G_LENGTH 349
#define SSL_R_BAD_SRP_N_LENGTH 350
+#define SSL_R_BAD_SRP_PARAMETERS 371
#define SSL_R_BAD_SRP_S_LENGTH 351
#define SSL_R_BAD_SRTP_MKI_VALUE 352
#define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 353