The branch OpenSSL_1_1_0-stable has been updated
via dff827da751525b0e32ecb59a1d382b03f34a4de (commit)
from 55f0883dadcf38ddcf11d6a17899fd8a19ee146c (commit)
- Log -----------------------------------------------------------------
commit dff827da751525b0e32ecb59a1d382b03f34a4de
Author: Dr. Stephen Henson <[email protected]>
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 <[email protected]>
(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:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits