[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Dr. Stephen Henson steve at openssl.org
Tue Feb 14 17:48:03 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  dff827da751525b0e32ecb59a1d382b03f34a4de (commit)
      from  55f0883dadcf38ddcf11d6a17899fd8a19ee146c (commit)


- Log -----------------------------------------------------------------
commit dff827da751525b0e32ecb59a1d382b03f34a4de
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Tue Feb 14 17:18:00 2017 +0000

    Make -xcert work again.
    
    When a certificate is prepended update the list pointer.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2628)
    (cherry picked from commit 52f4840cb237cc37cad5eac8328828cf3d3e1049)

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

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

diff --git a/apps/s_cb.c b/apps/s_cb.c
index 9535f12..e0acd51 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -922,6 +922,7 @@ int args_excert(int opt, SSL_EXCERT **pexc)
             BIO_printf(bio_err, "%s: Error adding xcert\n", opt_getprog());
             goto err;
         }
+        *pexc = exc;
         exc->certfile = opt_arg();
         break;
     case OPT_X_KEY:


More information about the openssl-commits mailing list