diff options
author | Marek Klein <kleinmrk@gmail.com> | 2016-03-01 17:32:10 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-05-03 09:04:23 +0200 |
commit | f0ef20bf386b5c37ba5a4ce5c1de9a819bbeffb2 (patch) | |
tree | 3fc8f414a3c10883a8a09fbe621a563d7c29f0a8 /apps/openssl.cnf | |
parent | Update igetest to use the test framework. (diff) | |
download | openssl-f0ef20bf386b5c37ba5a4ce5c1de9a819bbeffb2.tar.xz openssl-f0ef20bf386b5c37ba5a4ce5c1de9a819bbeffb2.zip |
Added support for ESSCertIDv2
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/771)
Diffstat (limited to 'apps/openssl.cnf')
-rw-r--r-- | apps/openssl.cnf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/openssl.cnf b/apps/openssl.cnf index b3e7444e5f..32ee9e9fbb 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -344,3 +344,5 @@ tsa_name = yes # Must the TSA name be included in the reply? # (optional, default: no) ess_cert_id_chain = no # Must the ESS cert id chain be included? # (optional, default: no) +ess_cert_id_alg = sha1 # algorithm to compute certificate + # identifier (optional, default: sha1) |