| Commit message (Expand) | Author | Files | Lines |
2004-10-13 | * keygen.c (read_parameter_file): New keyword "Handle". This is | Werner Koch | 1 | -25/+59 |
2004-10-12 | (read_parameter_file): Changed to use iobuf based file | Werner Koch | 1 | -18/+19 |
2004-10-10 | * card-util.c, keyedit.c, openfile.c, pkclist.c, delkey.c, keygen.c, | David Shaw | 1 | -5/+6 |
2004-10-10 | * keygen.c (ask_key_flags): New. (ask_algo): Call it here in --expert mode | David Shaw | 1 | -30/+97 |
2004-10-10 | * keygen.c (do_add_key_flags): The spec says that all primary keys MUST be | David Shaw | 1 | -6/+6 |
2004-10-10 | * keygen.c (generate_keypair): Fix generating keys with the auth flag. | David Shaw | 1 | -3/+4 |
2004-09-24 | * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set | David Shaw | 1 | -5/+5 |
2004-09-24 | * keyedit.c (keyedit_menu), gpgv.c (agent_scd_getattr (stub)), keygen.c | David Shaw | 1 | -3/+4 |
2004-09-23 | Note: I have not fully tested the new key creation due to a pc/sc | Werner Koch | 1 | -145/+530 |
2004-09-23 | * gpg.sgml: Document "addcardkey" and "keytocard". | Werner Koch | 1 | -0/+28 |
2004-09-20 | * gpg.sgml: Document -K. | Werner Koch | 1 | -7/+123 |
2004-09-16 | * keygen.c (keygen_add_keyserver_url), keyedit.c (menu_set_keyserver_url): | David Shaw | 1 | -1/+4 |
2004-07-15 | * g10.c (main): Alias --charset as --display-charset to help avoid the | David Shaw | 1 | -49/+53 |
2004-05-11 | * keylist.c (show_policy_url, show_keyserver_url, show_notation) | Werner Koch | 1 | -0/+18 |
2004-04-23 | * keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create | David Shaw | 1 | -0/+2 |
2004-04-16 | * keygen.c (gen_elg, gen_dsa, gen_rsa, do_create, do_generate_keypair, | David Shaw | 1 | -71/+182 |
2004-02-26 | * delkey.c (do_delete_key): Allow deleting a public key with a secret | David Shaw | 1 | -3/+3 |
2004-02-10 | * keygen.c (keygen_set_std_prefs): Build the default preferences list at | David Shaw | 1 | -33/+38 |
2004-01-19 | 2004-01-19 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -6/+4 |
2004-01-19 | 2004-01-19 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -1/+1 |
2004-01-18 | 2004-01-18 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -2/+2 |
2004-01-17 | * misc.c (print_cipher_algo_note): May as well call Rijndael AES | David Shaw | 1 | -4/+4 |
2003-11-27 | * keygen.c (ask_algo): Remove ability to generate Elgamal sign+encrypt | David Shaw | 1 | -23/+6 |
2003-11-01 | * trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a keyid to the | David Shaw | 1 | -5/+7 |
2003-10-11 | Always enable the gen_card_key prototype. | Werner Koch | 1 | -2/+0 |
2003-10-08 | * cardglue.c (pin_cb): Detect whether an admin or regular PIN is | Werner Koch | 1 | -126/+308 |
2003-10-08 | * call-agent.c (agent_scd_getattr): Don't clear the passed info | Werner Koch | 1 | -176/+16 |
2003-09-30 | * keygen.c (do_add_key_flags, parse_parameter_usage): Add support | Werner Koch | 1 | -2/+6 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -10/+42 |
2003-09-18 | * g10.c: New command --card-edit. | Werner Koch | 1 | -209/+1 |
2003-09-06 | * configure.ac: Required newer versions of some libraries.V1-9-1 | Werner Koch | 1 | -1/+1 |
2003-09-05 | * keygen.c (do_add_key_flags, parse_parameter_usage) | Werner Koch | 1 | -3/+6 |
2003-09-02 | * configure.ac (HAVE_LIBUSB): Added a simple test for libusb. | Werner Koch | 1 | -0/+9 |
2003-08-31 | * main.h, keygen.c (keygen_add_keyserver_url): Signature callback for | David Shaw | 1 | -0/+10 |
2003-07-29 | * gpgsm.c (main): Add secmem features and set the random seed file. | Werner Koch | 1 | -208/+448 |
2003-07-24 | * g10.c: New command --card-status. | Werner Koch | 1 | -1/+1 |
2003-07-23 | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. | Werner Koch | 1 | -16/+28 |
2003-07-21 | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 1 | -1/+19 |
2003-07-16 | * export.c (parse_export_options): New option sexp-format. | Werner Koch | 1 | -0/+2 |
2003-07-10 | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 1 | -6/+7 |
2003-07-03 | * options.h (DBG_CIPHER): Reintroduced it. | Werner Koch | 1 | -57/+139 |
2003-07-01 | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 1 | -10/+38 |
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -292/+634 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -143/+156 |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+2523 |
2003-05-24 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 1 | -2/+2 |
2003-04-10 | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 1 | -5/+8 |
2003-03-04 | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 1 | -1/+1 |
2003-02-22 | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 1 | -12/+54 |
2003-02-21 | * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in default prefs | David Shaw | 1 | -4/+19 |