summaryrefslogtreecommitdiffstats
path: root/test/CAtsa.cnf
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 /test/CAtsa.cnf
parent975f372a6f7ae20e0c4c55a930a6844f2585ee6d (diff)
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 'test/CAtsa.cnf')
-rw-r--r--test/CAtsa.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CAtsa.cnf b/test/CAtsa.cnf
index 50f68cbc19..756c94d733 100644
--- a/test/CAtsa.cnf
+++ b/test/CAtsa.cnf
@@ -144,7 +144,7 @@ tsa_name = yes # Must the TSA name be included in the reply?
ess_cert_id_chain = yes # Must the ESS cert id chain be included?
# (optional, default: no)
ess_cert_id_alg = sha256 # algorithm to compute certificate
- # identifier (optional, default: sha1)
+ # identifier (optional, default: sha256)
[ tsa_config2 ]