aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-08-23gpg: Fix regression in packet parser from Aug 19.Werner Koch1-15/+8
2015-08-21common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield1-1/+8
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-9/+15
2015-08-21common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield1-0/+11
2015-08-21common: Check parameters more rigorously.Neal H. Walfield1-0/+8
2015-08-21common: Don't continuing processing on error.Neal H. Walfield1-4/+4
2015-08-21common: Better respect the packet's length when reading it.Neal H. Walfield1-9/+27
2015-08-20g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield1-6/+25
2015-08-20g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield1-3/+3
2015-08-20Add documentation for g10/parse-packet.c.Neal H. Walfield1-17/+90
2015-08-20g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield1-6/+5
2015-08-20g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield1-8/+21
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-1/+1
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-2/+2
2015-06-29Improve the description of old packets with an indeterminate length.Neal H. Walfield1-1/+1
2015-05-08gpg: Fix wrong output in list mode.Werner Koch1-1/+1
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-1/+25
2015-03-16gpg: Allow printing of MPI values in --list-mode.Werner Koch1-8/+22
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-19/+18
2015-02-09gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch1-1/+3
2015-01-28gpg: Limit the size of key packets to a sensible value.Werner Koch1-3/+19
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-12/+12
2015-01-22gpg: Remove an unused variable.Werner Koch1-1/+1