diff options
author | Werner Koch <wk@gnupg.org> | 2022-02-26 17:24:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-02-27 12:26:38 +0100 |
commit | 890e9849b58e91fb7e0ad8d3b11d19363fca2d8a (patch) | |
tree | 84ac03a4a297501c0b46aa65adf0efc0282d9a6e /doc/DETAILS | |
parent | gpg: Clarify a call of ask_for_detached_datafile. (diff) | |
download | gnupg2-890e9849b58e91fb7e0ad8d3b11d19363fca2d8a.tar.xz gnupg2-890e9849b58e91fb7e0ad8d3b11d19363fca2d8a.zip |
dirmngr: Support ECDSA for OCSP.
* dirmngr/validate.c (pk_algo_from_sexp): Make public. Support ECC.
* dirmngr/ocsp.c (check_signature): Remove hash preparation out to ...
(check_signature_core): here. This changes the arg s_hash to md.
Support ECDSA.
--
The test was done with my qualified signature certificate from the
Telesec and their responder http://tqrca1.ocsp.telesec.de/ocspr .
See also libksba commit rK24992a4a7a61d93759e1dbd104b845903d4589bf
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 6bdcd6c3e..028e68ba9 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1670,6 +1670,8 @@ Description of some debug flags: - RFC-5280 :: X.509 PKI Certificate and CRL Profile - RFC-5652 :: CMS (STD0070) - RFC-6818 :: Updates to the X.509 PKI Certificate and CRL Profile + - RFC-6960 :: Online Certificate Status Protocol - OCSP + - RFC-8954 :: Online Certificate Status Protocol (OCSP) Nonce Extension - RFC-8398 :: Internationalized Email Addresses in X.509 Certificates. - RFC-8399 :: Internationalization Updates to RFC 5280 - RFC-5480 :: ECC Subject Public Key Information |