mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
ac731dbbbd
commit
965bb0693c
6 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue