summaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Print better debug info in case of broken sig subpackets.Werner Koch2020-01-161-1/+4
* gpg: Fix a recently introduced printf format buglet.Werner Koch2019-09-271-1/+1
* gpg: Prepare parser for the new attestation certificates.Werner Koch2019-09-051-10/+43
* gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-051-24/+25
* gpg: Silence some warning messages during -Kv.Werner Koch2019-08-231-10/+10
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-211-6/+0
* gpg: Use just the addrspec from the Signer's UID.Werner Koch2019-05-031-0/+9
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-141-31/+98
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-7/+9
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-2/+2
* gpg: Unfinished support for v5 signatures.Werner Koch2018-10-241-8/+8
* gpg: New option --known-notation.Werner Koch2018-08-291-7/+51
* g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka2018-08-101-2/+2
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-4/+13
|\
| * doc: Typo fix in comment.Werner Koch2018-03-211-4/+4
| * gpg: Fix out-of-bound read in subpacket enumerationWerner Koch2018-03-211-0/+9
* | gpg: Fix packet length checking in symkeyenc parser.Werner Koch2018-02-061-7/+10
* | gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-231-5/+27
* | gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-211-3/+95
|/
* gpg: Do not read from uninitialized memory with --list-packets.Werner Koch2017-11-261-0/+6
* gpg: New option --key-origin.Werner Koch2017-07-131-4/+4
* gpg: Properly account for ring trust packets.Justus Winter2017-05-081-0/+3
* g10: Fix parse_ring_trust.NIIBE Yutaka2017-04-171-1/+1
* gpg: Handle critical marked 'Reason for Revocation'.Werner Koch2017-04-031-0/+1
* gpg: Consistent use of preprocessor conditionals.Justus Winter2017-03-301-8/+8
* gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch2017-03-301-12/+13
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-29/+155
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-2/+36
* gpg: Change parse_packet to take a context.Werner Koch2017-03-291-31/+63
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4
* gpg: Fix algo string parsing of --quick-addkey.Werner Koch2016-12-121-1/+1
* Improve some comments.Neal H. Walfield2016-11-291-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Put extra parens around bit tests.Werner Koch2016-10-071-1/+1
* g10: Fix testing for debug flag.Justus Winter2016-10-061-1/+1
* gpg: Print the signer's UID during verification.Werner Koch2016-08-101-4/+1
* g10: Fix --list-packets.NIIBE Yutaka2016-06-281-1/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-0/+18
* doc: Consistently use 'keyserver'.Werner Koch2016-06-141-2/+2
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-131-0/+14
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-5/+4
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-251-1/+1
* common: More accurately name function.Neal H. Walfield2016-02-231-1/+1
* gpg: Avoid using an uninitialized SALT on premature EOF.Werner Koch2016-01-061-0/+5
* gpg: Silence warnings found by static analyzer.Werner Koch2016-01-061-2/+1
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-061-0/+1
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Fix regression in packet parser from Aug 19.Werner Koch2015-08-231-15/+8
* common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield2015-08-211-1/+8
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-9/+15