aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-28g10: Fix --list-packets.NIIBE Yutaka1-1/+1
2015-10-01gpg: Silence a compiler warning.Werner Koch1-4/+4
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-7/+43
2015-02-23Use inline functions to convert buffer data to scalars.Werner Koch1-20/+21
2015-02-23gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch1-3/+7
2015-02-23gpg: Limit the size of key packets to a sensible value.Werner Koch1-2/+28
2015-01-13gpg: Fix possible read of unallocated memoryWerner Koch1-4/+7
2014-11-24gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch1-2/+7
2014-11-24gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch1-0/+8
2013-10-18Print the keyid for key packets with --list-packets.Werner Koch1-1/+11
2011-07-22Print the decoded iteration count witn --list-packets.Werner Koch1-13/+15
2010-10-20Remove warnings on VMSWerner Koch1-1/+1
2010-06-18Backport bug fix. Fixes bug#1240.Werner Koch1-2/+10
2009-06-17Fix bug#1040.Werner Koch1-2/+2
2009-05-05Fix bug#931.Werner Koch1-20/+29
2008-04-17Add Camellia-192.David Shaw1-3/+3
2008-03-17* parse-packet.c (parse_key): Parse a secret key encrypted withDavid Shaw1-1/+2
2007-10-27* parse-packet.c (parse_onepass_sig): Sigclass is hex, so include theDavid Shaw1-1/+1
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
2007-04-04* parse-packet.c (parse_marker): New. Enforce that the markerDavid Shaw1-22/+58
2007-02-14* parse-packet.c (parse_signature): It's hex.David Shaw1-1/+1
2007-02-04Fix for Debian bug 402592Werner Koch1-3/+19
2007-01-15 * parse-packet.c (read_protected_v3_mpi): Make sure to stopWerner Koch1-1/+1
2006-10-13* parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw1-1/+3
2006-07-26Fixed memory allocation bug and typos.Werner Koch1-3/+17
2006-06-09* parse-packet.c (parse_user_id): Cap the user ID size at 2048 bytes. David Shaw1-0/+14
2006-05-23* parse-packet.c (dump_sig_subpkt, parse_signature), build-packet.cDavid Shaw1-7/+17
2005-11-12* trustdb.h, trustdb.c (clean_key): New function to handle keyDavid Shaw1-24/+6
2005-09-02* parse-packet.c (enum_sig_subpkt, parse_signature,David Shaw1-12/+15
2005-07-28Implemented PKA trust modelWerner Koch1-0/+2
2005-07-27Converted all m_free to xfree etc.Werner Koch1-27/+27
2005-06-18(parse_signature): Use log_info for messagesWerner Koch1-2/+2
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-11* keygen.c (write_selfsigs): Rename from write_selfsig. Write the sameDavid Shaw1-7/+19
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-135/+159
2004-10-16* parse-packet.c (parse_one_sig_subpkt, enum_sig_subpkt): Don't BUG() onDavid Shaw1-10/+7
2004-09-09* photoid.c: Include ttyio.h.Werner Koch1-26/+11
2004-07-15* g10.c (main): Alias --charset as --display-charset to help avoid theDavid Shaw1-2/+2
2004-04-23* keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not createDavid Shaw1-3/+1
2004-04-22* parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,David Shaw1-76/+88
2004-03-03* build-packet.c (write_header2): Remove call to start old gpg partialDavid Shaw1-30/+22
2004-03-03* packet.h, free-packet.c (free_encrypted, free_plaintext), parse-packet.cDavid Shaw1-50/+54
2004-03-01* parse-packet.c (parse): Only data-type packets are allowed to useDavid Shaw1-28/+46
2004-02-15* build-packet.c (write_header2): If a suggested header length is providedDavid Shaw1-7/+7
2003-10-01* g10.c (main): Add --no-groups to zero --group list.David Shaw1-5/+18
2003-09-30* keygen.c (do_add_key_flags, parse_parameter_usage): Add supportWerner Koch1-2/+22
2003-08-26* mainproc.c (check_sig_and_print): Use two different preferred keyserverDavid Shaw1-0/+4
2003-08-13* packet.h, sig-check.c (signature_check2, do_check, do_check_messages):David Shaw1-8/+10
2003-07-10* parse-packet.c (parse_signature): No need to reserve 8 bytes for theDavid Shaw1-5/+2
2003-06-10* parse-packet.c (parse): Disallow old style partial length forWerner Koch1-2/+22