[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Tue Oct 11 18:24:51 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  f1f97699cb5e01f1b7e37f4c92df1a9bce6772f5 (commit)
      from  53a71b7429a4315f7761bea1be20a6d0b9c9a502 (commit)


- Log -----------------------------------------------------------------
commit f1f97699cb5e01f1b7e37f4c92df1a9bce6772f5
Author: Kurt Cancemi <kurt at x64architecture.com>
Date:   Thu Sep 22 18:05:37 2016 -0400

    Add missing error string for SSL_R_TOO_MANY_WARN_ALERTS
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 ssl/ssl_err.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index 79aaf1a..a4c17a6 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -753,6 +753,7 @@ static ERR_STRING_DATA SSL_str_reasons[] = {
      "tls illegal exporter label"},
     {ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST),
      "tls invalid ecpointformat list"},
+    {ERR_REASON(SSL_R_TOO_MANY_WARN_ALERTS), "too many warn alerts"},
     {ERR_REASON(SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST),
      "tls peer did not respond with certificate list"},
     {ERR_REASON(SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG),


More information about the openssl-commits mailing list