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