summaryrefslogtreecommitdiffstats
path: root/g10/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* Improve some comments.Neal H. Walfield2016-11-291-2/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch2016-09-011-7/+7
* gpg: Print the signer's UID during verification.Werner Koch2016-08-101-1/+2
* gpg: Allow to cache the mbox in a user id struct.Werner Koch2016-07-011-0/+1
* gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch2016-07-011-1/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-1/+1
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-131-0/+2
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-311-2/+7
* g10: Fix typo.Justus Winter2016-04-071-1/+1
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-021-0/+1
* gpg: Add a new function for creating binary notations.Neal H. Walfield2016-03-021-0/+2
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-251-53/+196
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-191-2/+6
* gpg: Add an exact search flag to the PK struct.Werner Koch2016-01-081-0/+1
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield2015-11-051-0/+2
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-1/+1
* gpg: Remove unused prototype digest_algo_from_sig.Neal H. Walfield2015-10-201-1/+0