[openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Mon Mar 25 12:38:39 UTC 2019
The branch master has been updated
via 29716a03e8c602d69d6c86558b2903b23edddd9b (commit)
from f4b4574f4bc8b3099c34162332e317bd314e35a1 (commit)
- Log -----------------------------------------------------------------
commit 29716a03e8c602d69d6c86558b2903b23edddd9b
Author: Hubert Kario <hkario at redhat.com>
Date: Wed Mar 6 16:51:49 2019 +0100
ts(1): digest option is mandatory
not specifying the digest both on command line and in the config file
will lead to response generation aborting with
140617514493760:error:2F098088:time stamp routines:ts_CONF_lookup_fail: \
cannot find config variable:crypto/ts/ts_conf.c:106:tsr_test::signer_digest
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8421)
-----------------------------------------------------------------------
Summary of changes:
doc/man1/ts.pod | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index 078905a..38ecffc 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -262,7 +262,7 @@ specified, the argument is given to the engine as a key identifier.
=item B<-I<digest>>
Signing digest to use. Overrides the B<signer_digest> config file
-option. (Optional)
+option. (Mandatory unless specified in the config file)
=item B<-chain> certs_file.pem
@@ -460,7 +460,8 @@ command line option. (Optional)
=item B<signer_digest>
Signing digest to use. The same as the
-B<-I<digest>> command line option. (Optional)
+B<-I<digest>> command line option. (Mandatory unless specified on the command
+line)
=item B<default_policy>
More information about the openssl-commits
mailing list