aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-311-3/+2
* gpg: New option --default-new-key-adsk and "addadsk" for edit-key.Werner Koch2024-09-261-1/+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/+5
* gpg: Implement encryption to ADSKs.Werner Koch2023-03-031-2/+2
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2023-03-031-0/+3
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-181-2/+3
* gpg: Show AEAD preferencesWerner Koch2020-04-161-1/+2
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-7/+22
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-141-1/+3
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-211-0/+5
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-5/+5
* gpg: New option --known-notation.Werner Koch2018-08-291-0/+3
* 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
* gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-0/+2
* 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
* gpg: Improve function documentation and some comments.Neal H. Walfield2015-10-191-3/+12
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-191-2/+2
* g10: Add TOFU support.Neal H. Walfield2015-10-181-0/+5