aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.cnf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-11 16:58:57 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-11-20 13:40:53 +0000
commite20b47275109aafc559446d731e6baad4a1f55d1 (patch)
tree81cb21ba12afa38fe00295ee9c7260ed22776559 /apps/openssl.cnf
parentfa49924659f21454fba3d70b4f60ce76ee6059f8 (diff)
downloadopenssl-e20b47275109aafc559446d731e6baad4a1f55d1.tar.gz
Add support for signer_digest option in TS.
Based on PR#2145 Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/openssl.cnf')
-rw-r--r--apps/openssl.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl.cnf b/apps/openssl.cnf
index 41c2a37426..473c884514 100644
--- a/apps/openssl.cnf
+++ b/apps/openssl.cnf
@@ -335,7 +335,7 @@ signer_cert = $dir/tsacert.pem # The TSA signing certificate
certs = $dir/cacert.pem # Certificate chain to include in reply
# (optional)
signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
-
+signer_digest = sha1 # Signing digest to use. (Optional)
default_policy = tsa_policy1 # Policy if request did not specify it
# (optional)
other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)