aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-09gpg: Allow for longer signature subpackets.Werner Koch1-7/+8
2024-09-09gpg: New commands --add-recipients and --change-recipients.Werner Koch1-12/+19
2024-04-11gpg: Changed internal data format for Kyber.Werner Koch1-7/+13
2024-04-09gpg: Some support to allow Kyber decryption.Werner Koch1-3/+9
2024-04-03gpg: Initial support for generating Kyber subkeys.Werner Koch1-27/+86
2024-01-09gpg: Print a useful error id SKI algo 253 is found.Werner Koch1-1/+10
2023-11-13gpg: Implement a parser for Kyber encrypted packets.Werner Koch1-48/+129
2022-12-02gpg: New export option "mode1003".Werner Koch1-7/+41
2022-09-28gpg: Silence some diagnostics.Werner Koch1-7/+10
2022-04-25gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch1-6/+13
2021-02-02gpg: Remove support for PKA.Werner Koch1-3/+1
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