aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-09gpg,ecc: Handle external representation as SOS with opaque MPI.NIIBE Yutaka1-8/+103
2020-04-15indent: Some typo and indentation changes for gpg.Werner Koch1-1/+1
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-0/+4
2020-03-13gpg: New option --include-key-block.Werner Koch1-0/+29
2020-01-16gpg: Print better debug info in case of broken sig subpackets.Werner Koch1-1/+4
2019-09-27gpg: Fix a recently introduced printf format buglet.Werner Koch1-1/+1
2019-09-05gpg: Prepare parser for the new attestation certificates.Werner Koch1-10/+43
2019-09-05gpg: Rework the signature subpacket iteration function.Werner Koch1-24/+25
2019-08-23gpg: Silence some warning messages during -Kv.Werner Koch1-10/+10
2019-05-21gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch1-6/+0
2019-05-03gpg: Use just the addrspec from the Signer's UID.Werner Koch1-0/+9
2019-03-14gpg: Implement v5 keys and v5 signatures.Werner Koch1-31/+98
2018-12-04gpg: Prepare revocation keys for use with v5 keys.Werner Koch1-7/+9
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-10-24gpg: Unfinished support for v5 signatures.Werner Koch1-8/+8
2018-08-29gpg: New option --known-notation.Werner Koch1-7/+51
2018-08-10g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka1-2/+2
2018-03-21doc: Typo fix in comment.Werner Koch1-4/+4
2018-03-21gpg: Fix out-of-bound read in subpacket enumerationWerner Koch1-0/+9
2018-02-06gpg: Fix packet length checking in symkeyenc parser.Werner Koch1-7/+10
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-5/+27
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-3/+95
2017-11-26gpg: Do not read from uninitialized memory with --list-packets.Werner Koch1-0/+6
2017-07-13gpg: New option --key-origin.Werner Koch1-4/+4
2017-05-08gpg: Properly account for ring trust packets.Justus Winter1-0/+3
2017-04-17g10: Fix parse_ring_trust.NIIBE Yutaka1-1/+1
2017-04-03gpg: Handle critical marked 'Reason for Revocation'.Werner Koch1-0/+1
2017-03-30gpg: Consistent use of preprocessor conditionals.Justus Winter1-8/+8
2017-03-30gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch1-12/+13
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-29/+155
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-2/+36
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-31/+63
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2016-12-12gpg: Fix algo string parsing of --quick-addkey.Werner Koch1-1/+1
2016-11-29Improve some comments.Neal H. Walfield1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-07gpg: Put extra parens around bit tests.Werner Koch1-1/+1
2016-10-06g10: Fix testing for debug flag.Justus Winter1-1/+1
2016-08-10gpg: Print the signer's UID during verification.Werner Koch1-4/+1
2016-06-28g10: Fix --list-packets.NIIBE Yutaka1-1/+1
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-0/+18
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-2/+2
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch1-0/+14
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-5/+4
2016-02-25gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield1-1/+1
2016-02-23common: More accurately name function.Neal H. Walfield1-1/+1
2016-01-06gpg: Avoid using an uninitialized SALT on premature EOF.Werner Koch1-0/+5
2016-01-06gpg: Silence warnings found by static analyzer.Werner Koch1-2/+1
2016-01-06gpg: Comment on false positives by static analyzers.Werner Koch1-0/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1