aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Don't bail out for unknown subkey packet versions.Werner Koch2024-09-121-1/+4
* gpg: Get the signature keyid from the issuer fpr.Werner Koch2023-03-031-2/+15
* gpg: Minor robustness fix.Werner Koch2022-05-051-6/+9
* gpg: Handle leading-zeros private key for Ed25519.NIIBE Yutaka2022-04-281-1/+94
* Revert "gpg: Accept Ed25519 private key in SOS which reserves leading zeros."NIIBE Yutaka2022-04-281-74/+1
* gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch2022-04-251-6/+13
* gpg: Accept Ed25519 private key in SOS which reserves leading zeros.NIIBE Yutaka2021-12-071-1/+74
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-12/+128
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-141-0/+4
* gpg: New option --include-key-block.Werner Koch2020-03-141-0/+30
* gpg: Silence some warning messages during -Kv.Werner Koch2019-08-231-10/+12
* 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: Do not bail out on v5 keys in the local keyring.Werner Koch2019-03-181-1/+1
* 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
* 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: 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
* common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield2015-08-211-0/+11