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