aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-11-29Improve some comments.Neal H. Walfield1-2/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-01gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch1-7/+7
2016-08-10gpg: Print the signer's UID during verification.Werner Koch1-1/+2
2016-07-01gpg: Allow to cache the mbox in a user id struct.Werner Koch1-0/+1
2016-07-01gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch1-1/+1
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-1/+1
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch1-0/+2
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch1-2/+7
2016-04-07g10: Fix typo.Justus Winter1-1/+1
2016-03-02gpg: Add new program gpgcompose.Neal H. Walfield1-0/+1
2016-03-02gpg: Add a new function for creating binary notations.Neal H. Walfield1-0/+2
2016-02-25gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield1-53/+196
2016-02-19gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield1-2/+6
2016-01-08gpg: Add an exact search flag to the PK struct.Werner Koch1-0/+1
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-11-05gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield1-0/+2
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-1/+1