mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Silence ocsp debug output.
* dirmngr/ocsp.c (check_signature_core): No debug output -- Also typo and doc fixes.
This commit is contained in:
parent
1246e16432
commit
d70779bdc6
3 changed files with 11 additions and 4 deletions
|
@ -634,8 +634,8 @@ gpgsm_verify (ctrl_t ctrl, int in_fd, int data_fd, estream_t out_fp)
|
|||
|
||||
/* FIXME: INFO_PKALGO correctly shows ECDSA but PKALGO is then
|
||||
* ECC. We should use the ECDSA here and need to find a way to
|
||||
* figure this oult without using the bodus assumtion in
|
||||
* gpgsm_check_cms_signature that ECC is alwas ECDSA. */
|
||||
* figure this out without using the bogus assumption in
|
||||
* gpgsm_check_cms_signature that ECC is always ECDSA. */
|
||||
|
||||
fpr = gpgsm_get_fingerprint_hexstring (cert, GCRY_MD_SHA1);
|
||||
tstr = strtimestamp_r (sigtime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue