mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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
This commit is contained in:
parent
335805e1d4
commit
890e9849b5
4 changed files with 109 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue