diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2012-06-25 14:32:30 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2012-06-25 14:32:30 +0000 |
commit | 4453cd8c734349f4515eaa1b047464de0f34a1b5 (patch) | |
tree | 724963358f13bfc1b6f8c7986982875af95bb71d /ssl/ssl_err.c | |
parent | a8f3b8b519ddf028f7b1f915813b4ba2ceb858aa (diff) | |
download | openssl-new-4453cd8c734349f4515eaa1b047464de0f34a1b5.tar.gz |
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.
Diffstat (limited to 'ssl/ssl_err.c')
-rw-r--r-- | ssl/ssl_err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index e6736fb101..3b32f55e44 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -462,6 +462,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {ERR_REASON(SSL_R_NO_RENEGOTIATION) ,"no renegotiation"}, {ERR_REASON(SSL_R_NO_REQUIRED_DIGEST) ,"digest requred for handshake isn't computed"}, {ERR_REASON(SSL_R_NO_SHARED_CIPHER) ,"no shared cipher"}, +{ERR_REASON(SSL_R_NO_SHARED_SIGATURE_ALGORITHMS),"no shared sigature algorithms"}, {ERR_REASON(SSL_R_NO_SRTP_PROFILES) ,"no srtp profiles"}, {ERR_REASON(SSL_R_NO_VERIFY_CALLBACK) ,"no verify callback"}, {ERR_REASON(SSL_R_NULL_SSL_CTX) ,"null ssl ctx"}, |