summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 14:26:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 14:26:16 +0000
commitc70a1fee71119a9005b1f304a3bf47694b4a53ac (patch)
treef67169f23f812da6d78a7d2e63b15cd9f667a448 /ssl/ssl.h
parent0b362de5f57547b31eddef5f8a0d298c4b7e0fd3 (diff)
Reorganise supported signature algorithm extension processing.
Only store encoded versions of peer and configured signature algorithms. Determine shared signature algorithms and cache the result along with NID equivalents of each algorithm. (backport from HEAD)
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 676e3a1a82..71ae0833c2 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2532,6 +2532,7 @@ void ERR_load_SSL_strings(void);
#define SSL_R_NO_RENEGOTIATION 339
#define SSL_R_NO_REQUIRED_DIGEST 324
#define SSL_R_NO_SHARED_CIPHER 193
+#define SSL_R_NO_SHARED_SIGATURE_ALGORITHMS 376
#define SSL_R_NO_SRTP_PROFILES 359
#define SSL_R_NO_VERIFY_CALLBACK 194
#define SSL_R_NULL_SSL_CTX 195