aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-06gpg: Fix regression for the recent malicious subkey DoS fix.Werner Koch1-0/+1
2025-02-21gpg: Fix a verification DoS due to a malicious subkey in the keyring.Werner Koch1-1/+1
2025-02-20gpg: Remove a signature check function wrapper.Werner Koch1-5/+1
2024-10-31gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch1-4/+3
2024-09-09gpg: New commands --add-recipients and --change-recipients.Werner Koch1-1/+8
2024-09-06gpg: Simplify the pubkey_enc_list objectWerner Koch1-4/+10
2024-08-12gpg: Improve decryption diagnostic for an ADSK key.Werner Koch1-0/+4
2024-06-05gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch1-0/+4
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-04-11gpg: Changed internal data format for Kyber.Werner Koch1-0/+3
2024-04-03gpg: Initial support for generating Kyber subkeys.Werner Koch1-1/+3
2024-03-12gpg: new list-option show-x509-notationsWerner Koch1-3/+4
2023-09-26agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka1-2/+2
2023-07-05gpg: Use gnupg_fd_t for decryption and sign.NIIBE Yutaka1-2/+2
2023-03-01gpg: Allow adding of Additional Decryption Subkeys.Werner Koch1-5/+13
2022-09-07gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch1-0/+3
2022-03-18gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch1-2/+3
2021-02-02gpg: Remove support for PKA.Werner Koch1-16/+0
2020-06-08doc: Minor code comment fixes.Werner Koch1-0/+3
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-1/+3
2019-11-27gpg: Move a keydb function to another file.Werner Koch1-0/+1
2019-09-05gpg: Rework the signature subpacket iteration function.Werner Koch1-48/+51
2019-05-21gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch1-0/+5
2019-05-13gpg: Cleanup use of make_keysig_packet.Werner Koch1-1/+1
2019-04-12gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch1-0/+3
2019-03-14gpg: Implement v5 keys and v5 signatures.Werner Koch1-1/+2
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch1-5/+5
2019-01-16gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka1-0/+1
2018-12-04gpg: Prepare revocation keys for use with v5 keys.Werner Koch1-0/+2
2018-10-25headers: fix spellingDaniel Kahn Gillmor1-1/+1
2018-08-29gpg: New option --known-notation.Werner Koch1-0/+3
2018-08-27g10: Change decryption key selection for public key encryption.NIIBE Yutaka1-1/+11
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-0/+1
2018-06-07gpg: Fix import's repair-key duplicate signature detection.Werner Koch1-0/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-0/+2
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-5/+8
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-6/+16
2018-01-10gpg: Add option and preference framework for AEAD.Werner Koch1-2/+5
2017-07-20doc: Comment fixes and one trailing comma fix.Werner Koch1-3/+3
2017-07-13gpg: New option --key-origin.Werner Koch1-3/+3
2017-05-08gpg: Properly account for ring trust packets.Justus Winter1-0/+2
2017-05-08gpg: Fix typo.Justus Winter1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-5/+8
2017-03-30gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch1-2/+3
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-7/+34
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-4/+13
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-40/+56
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-4/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2