diff options
author | Werner Koch <[email protected]> | 2021-05-11 07:04:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-05-11 07:06:34 +0000 |
commit | 965bb0693c0df04e6dbd57a8b471944367cf6c4e (patch) | |
tree | 3d038894faf6e52c451d2a58cccfca0766b2b2be /doc/DETAILS | |
parent | gpg: Fix allocation for EXTRAHASH. (diff) | |
download | gnupg-965bb0693c0df04e6dbd57a8b471944367cf6c4e.tar.gz gnupg-965bb0693c0df04e6dbd57a8b471944367cf6c4e.zip |
A few minor code cleanups and typo fixes.
* agent/command-ssh.c (ssh_handler_request_identities): Remove double
check of ERR.
* g10/getkey.c (get_pubkey_byname): Remove double use of break.
* g10/pkglue.c (pk_encrypt): Handle possible NULL-ptr access due to
failed malloc.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 3f136e18d..bbe2ad5d5 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1666,6 +1666,7 @@ Description of some debug flags: - RFC-3447 :: PKCS #1: RSA Cryptography Specifications Version 2.1 - RFC-4880 :: OpenPGP - 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-8398 :: Internationalized Email Addresses in X.509 Certificates. - RFC-8399 :: Internationalization Updates to RFC 5280 |