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