aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorolszomal <Malgorzata.Olszowka@stunnel.org>2023-08-21 09:29:28 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-25 15:05:51 +0200
commit10536b7f5b07aab3dc9631e94a56258155a1d942 (patch)
treed0ca8d3c14e86775c69f3d15af5d4c10a590156c /doc
parent975f372a6f7ae20e0c4c55a930a6844f2585ee6d (diff)
downloadopenssl-10536b7f5b07aab3dc9631e94a56258155a1d942.tar.gz
Changed the default value of the "ess_cert_id_alg" option
This is used to calculate the TSA's public key certificate identifier. The default algorithm is changed from sha1 to sha256. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21794)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-ts.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in
index 0f9049d2a4..6f71820202 100644
--- a/doc/man1/openssl-ts.pod.in
+++ b/doc/man1/openssl-ts.pod.in
@@ -490,7 +490,7 @@ Default is no. (Optional)
=item B<ess_cert_id_alg>
This option specifies the hash function to be used to calculate the TSA's
-public key certificate identifier. Default is sha1. (Optional)
+public key certificate identifier. Default is sha256. (Optional)
=back