| Commit message (Expand) | Author | Files | Lines |
2017-05-10 | g10: Fix secmem leak. | Ineiev | 1 | -12/+12 |
2016-07-06 | g10: Fix keysize with --expert. | NIIBE Yutaka | 1 | -2/+2 |
2015-02-23 | Use inline functions to convert buffer data to scalars. | Werner Koch | 1 | -8/+6 |
2015-02-23 | gpg: Allow predefined names as answer to the keygen.algo prompt. | Werner Koch | 1 | -11/+13 |
2014-12-12 | gpg: release DEK soon after its use. | NIIBE Yutaka | 1 | -1/+1 |
2014-10-03 | gpg: Add build and runtime support for larger RSA keys | Daniel Kahn Gillmor | 1 | -2/+3 |
2014-06-30 | Limit keysize for unattended key generation to useful values. | Werner Koch | 1 | -2/+10 |
2013-10-04 | gpg: Allow setting of all zero key flags | Daniel Kahn Gillmor | 1 | -3/+0 |
2013-08-30 | gpg: Use 2048 as the default keysize in batch mode. | Werner Koch | 1 | -3/+3 |
2012-11-08 | Create off-line card encryption key with the right size. | Werner Koch | 1 | -1/+16 |
2012-11-08 | Support the not anymore patented IDEA cipher algorithm. | Werner Koch | 1 | -8/+3 |
2011-08-09 | Fix bug#1307 | Werner Koch | 1 | -64/+64 |
2010-10-27 | Detect unsigned time_t and adjust y2038 detection. | Werner Koch | 1 | -1/+1 |
2010-02-17 | Fix bug 1186 | Werner Koch | 1 | -1/+1 |
2009-07-29 | Update key generation menu to match gnupg 2.0. | Werner Koch | 1 | -100/+168 |
2009-07-21 | First set of changes to backport the new card code from 2.0. | Werner Koch | 1 | -42/+77 |
2009-05-05 | Backport of Creation-Date parameter for unattended key generation. | Werner Koch | 1 | -51/+118 |
2008-12-09 | Check algo usage. | Werner Koch | 1 | -19/+39 |
2008-08-11 | Fix bug #947 (expire time overflow) | Werner Koch | 1 | -6/+12 |
2007-12-03 | Comment typ fixes. | Werner Koch | 1 | -2/+15 |
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -4/+2 |
2007-02-01 | Missed one caller. | David Shaw | 1 | -1/+1 |
2007-02-01 | * main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass in | David Shaw | 1 | -13/+11 |
2007-01-31 | * keygen.c (do_generate_keypair, proc_parameter_file, | David Shaw | 1 | -35/+58 |
2007-01-31 | * main.h, keygen.c (ask_expiredate), keyedit.c (menu_expire): Remove | David Shaw | 1 | -8/+0 |
2007-01-30 | * keygen.c (make_backsig, write_direct_sig, write_selfsigs) | David Shaw | 1 | -7/+9 |
2007-01-15 | * parse-packet.c (read_protected_v3_mpi): Make sure to stop | Werner Koch | 1 | -1/+1 |
2006-07-26 | Fixed memory allocation bug and typos. | Werner Koch | 1 | -0/+2 |
2006-06-22 | * options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs, | David Shaw | 1 | -1/+28 |
2006-06-10 | * keygen.c (gen_card_key): Add optional argument to return a pointer | David Shaw | 1 | -8/+13 |
2006-05-25 | * keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes > | David Shaw | 1 | -21/+56 |
2006-05-23 | * parse-packet.c (dump_sig_subpkt, parse_signature), build-packet.c | David Shaw | 1 | -1/+1 |
2006-03-09 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 1 | -2/+4 |
2006-03-08 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 1 | -1/+4 |
2006-03-08 | * options.h, sign.c (mk_notation_policy_etc), gpg.c (add_notation_data): | David Shaw | 1 | -2/+46 |
2005-11-10 | * packet.h: Move some flags to a bitfield. Change all callers. | David Shaw | 1 | -2/+2 |
2005-10-26 | * keygen.c (proc_parameter_file): Default key and subkey usage flags to | David Shaw | 1 | -7/+29 |
2005-10-18 | Fixed minor card related bugs and enhanced status messages | Werner Koch | 1 | -3/+7 |
2005-10-14 | * keyedit.c (keyedit_menu, menu_backsign): New "backsign" command to | David Shaw | 1 | -1/+1 |
2005-10-11 | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2), | David Shaw | 1 | -14/+6 |
2005-08-27 | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signing | David Shaw | 1 | -7/+17 |
2005-08-05 | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 1 | -7/+2 |
2005-08-05 | * keygen.c (proc_parameter_file): Sanity check items in keygen batch | David Shaw | 1 | -98/+120 |
2005-08-04 | * keygen.c (write_keyblock): Don't try and build deleted kbnodes since | David Shaw | 1 | -6/+12 |
2005-08-04 | Revert bad patch. | David Shaw | 1 | -8/+1 |
2005-08-04 | * keygen.c (start_tree): Need to use an actual packet type (which we | David Shaw | 1 | -1/+8 |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -21/+0 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -113/+113 |
2005-06-20 | * keygen.c (save_unprotected_key_to_card): Better fix for gcc4 warning. | David Shaw | 1 | -1/+1 |
2005-06-14 | * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning. | David Shaw | 1 | -1/+1 |