aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix regression for the recent malicious subkey DoS fix.Werner Koch2025-03-061-0/+1
* gpg: Fix a verification DoS due to a malicious subkey in the keyring.Werner Koch2025-02-211-1/+1
* gpg: Remove a signature check function wrapper.Werner Koch2025-02-201-5/+1
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-311-4/+3
* gpg: New commands --add-recipients and --change-recipients.Werner Koch2024-09-091-1/+8
* gpg: Simplify the pubkey_enc_list objectWerner Koch2024-09-061-4/+10
* gpg: Improve decryption diagnostic for an ADSK key.Werner Koch2024-08-121-0/+4
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-051-0/+4
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* gpg: Changed internal data format for Kyber.Werner Koch2024-04-111-0/+3
* gpg: Initial support for generating Kyber subkeys.Werner Koch2024-04-031-1/+3
* gpg: new list-option show-x509-notationsWerner Koch2024-03-121-3/+4
* agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-261-2/+2
* gpg: Use gnupg_fd_t for decryption and sign.NIIBE Yutaka2023-07-051-2/+2
* gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-011-5/+13
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2022-09-071-0/+3
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-181-2/+3
* gpg: Remove support for PKA.Werner Koch2021-02-021-16/+0
* doc: Minor code comment fixes.Werner Koch2020-06-081-0/+3
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-131-1/+3
* gpg: Move a keydb function to another file.Werner Koch2019-11-271-0/+1
* gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-051-48/+51
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-211-0/+5
* gpg: Cleanup use of make_keysig_packet.Werner Koch2019-05-131-1/+1
* gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2019-04-121-0/+3
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-141-1/+2
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-5/+5
* gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka2019-01-161-0/+1
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-0/+2
* headers: fix spellingDaniel Kahn Gillmor2018-10-251-1/+1
* gpg: New option --known-notation.Werner Koch2018-08-291-0/+3
* g10: Change decryption key selection for public key encryption.NIIBE Yutaka2018-08-271-1/+11
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-0/+1
* gpg: Fix import's repair-key duplicate signature detection.Werner Koch2018-06-071-0/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-0/+2
|\
| * gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-0/+2
* | gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-231-5/+8
* | gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-211-6/+16
* | gpg: Add option and preference framework for AEAD.Werner Koch2018-01-101-2/+5
|/
* doc: Comment fixes and one trailing comma fix.Werner Koch2017-07-201-3/+3
* gpg: New option --key-origin.Werner Koch2017-07-131-3/+3
* gpg: Properly account for ring trust packets.Justus Winter2017-05-081-0/+2
* gpg: Fix typo.Justus Winter2017-05-081-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-5/+8
* gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch2017-03-301-2/+3
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-7/+34
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-4/+13
* gpg: Change parse_packet to take a context.Werner Koch2017-03-291-40/+56
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-4/+3