Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-11 | 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 ↵ | Andrey Jivsov | 1 | -1/+0 | |
--debug 15 _e.asc', as well as decoding of an old message posted on https://sites.google.com/site/brainhub/pgpecckeys work. This is the milestone 2 that brings in ECDH support from http://code.google.com/p/gnupg-ecc/source/detail?r=15 . This corresponds to the commit 899386826c85f1e757e75bcc5d5b2159d05676a0 in libgcrypt | |||||
2011-01-06 | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 1 | -0/+1 | |
The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. | |||||
2010-10-26 | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 1 | -1/+4 | |
2010-10-14 | All tests work are again working | Werner Koch | 1 | -1/+1 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -0/+10 | |
A couple of forward ported changes. Doc updates. | |||||
2010-09-01 | Even less prompts for a new key now. | Werner Koch | 1 | -1/+2 | |
2010-09-01 | Use passphrase caching for import and genkey. | Werner Koch | 1 | -1/+3 | |
2010-08-31 | Import OpenPGP keys into the agent. | Werner Koch | 1 | -0/+8 | |
2010-04-23 | Decryption and signi via agent is now implemented. | Werner Koch | 1 | -0/+4 | |
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -4/+5 | |
2010-04-20 | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 1 | -0/+18 | |
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 1 | -0/+3 | |
Collected changes. | |||||
2009-08-11 | Ask to insert the right OpenPGP card. | Werner Koch | 1 | -0/+3 | |
2009-07-22 | Make use of the card's extended capabilities. | Werner Koch | 1 | -0/+4 | |
2009-06-17 | Add readcert command. | Werner Koch | 1 | -0/+4 | |
fix reading large certificates. | |||||
2009-05-15 | Made card key generate with backup key work for 2048 bit. | Werner Koch | 1 | -0/+5 | |
Improved card key generation prompts. | |||||
2009-03-17 | Move password repetition from gpg to gpg-agent. | Werner Koch | 1 | -0/+1 | |
2009-01-13 | Add a sample key. | Werner Koch | 1 | -0/+1 | |
Detect and show the card type. | |||||
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 1 | -0/+1 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -0/+4 | |
2007-07-05 | Fixed card key generation of gpg2. | Werner Koch | 1 | -1/+1 | |
Reveal less information about timings while generating a key. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 1 | -4/+11 | |
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 1 | -2/+6 | |
shows no prblems. Needs more testing of course. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -4/+13 | |
2004-07-01 | * card-util.c (change_login): Kludge to allow reading data from a | Werner Koch | 1 | -0/+6 | |
file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * call-agent.h: Add members for CA fingerprints. * call-agent.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them. | |||||
2003-10-21 | * card-util.c (card_edit): New command "passwd". Add logic to | Werner Koch | 1 | -0/+4 | |
check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. * call-agent.c (agent_scd_checkpin): New. | |||||
2003-09-30 | * keylist.c (print_card_serialno): New. | Werner Koch | 1 | -0/+3 | |
(list_keyblock_print): Use it here. * card-util.c (toggle_forcesig): New. (card_edit): New command "forcesig". * card-util.c (print_name, print_isoname): Use 0 and not LF fro the max_n arg of tty_print_utf8_string2. * call-agent.c (agent_scd_getattr): New. (learn_status_cb): Release values before assignment so that it can be used by getattr to update the structure. * card-util.c (change_pin): Simplified. We now have only a PIN and an Admin PIN. | |||||
2003-07-24 | * g10.c: New command --card-status. | Werner Koch | 1 | -0/+9 | |
* card-util.c (card_status): New. * call-agent.c (learn_status_cb): Parse more information. * keylist.c (print_pubkey_info): Add FP arg for optinal printing to a stream. Changed all callers. | |||||
2003-07-23 | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. | Werner Koch | 1 | -0/+6 | |
(do_generate_keypair): Abd generate the authkey. (check_smartcard): Changed menu accordingly. | |||||
2003-07-03 | * options.h (DBG_CIPHER): Reintroduced it. | Werner Koch | 1 | -6/+4 | |
* seskey.c (encode_session_key): Debug output of the session key. * pubkey-enc.c (get_it): Handle card case. * call-agent.c (agent_scd_pkdecrypt): New. * pkglue.c (pk_encrypt): Add RSA support. * g10.c (main): Default to --use-agent. * keygen.c (show_smartcard): Print info about the public key. (check_smartcard): Check for existing key here. (gen_card_key): And not anymore here. (fpr_is_zero): New. (generate_keypair): Generate both keys for a card. (smartcard_change_url): Nw. | |||||
2003-07-01 | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 1 | -0/+1 | |
* keygen.c (gen_card_key): Obviously we should use the creation date received from SCDAEMON, so that the fingerprints will match. * sign.c (do_sign): Pass the serialno to the sign code. * keyid.c (serialno_and_fpr_from_sk): New. | |||||
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -0/+39 | |
2003-06-05 | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 1 | -22/+11 | |
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.) | |||||
2002-07-22 | * fseeko.c, ftello.c: New. | Werner Koch | 1 | -7/+23 | |
* configure.ac: Check for ftello and provide a replacement. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -9/+8 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |