Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-02 | Allow creating subkeys using an existing key | Werner Koch | 1 | -3/+3 | |
This works by specifying the keygrip instead of an algorithm (section number 13) and requires that the option -expert has been used. It will be easy to extend this to the primary key. | |||||
2011-11-06 | Allow creating subkeys using an existing key | Werner Koch | 1 | -3/+3 | |
This works by specifying the keygrip instead of an algorithm (section number 13) and requires that the option -expert has been used. It will be easy to extend this to the primary key. | |||||
2011-06-16 | Allow generation of card keys up to 4096 bit. | Werner Koch | 1 | -1/+1 | |
This patch implementes a chunk mode to pass the key parameters from scdaemon to gpg. This allows to pass arbitrary long key paremeters; it is used for keys larger than 3072 bit. Note: the card key generation in gpg is currently broken. The keys are generated but it is not possible to create the self-signature because at that time the gpg-agent does not yet know about the new keys and thus can't divert the sign request to the card. We either need to run the learn command right after calling agent_scd_genkey or implement a way to sign using the currently inserted card. Another option would be to get rid of agent_scd_genkey and implement the feature directly in agent_genkey. | |||||
2011-03-03 | Print the secret keyinfo stuff with --card-status again. | Werner Koch | 1 | -21/+23 | |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -54/+53 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-11-17 | Smartcard related updates | Werner Koch | 1 | -40/+49 | |
2010-10-13 | More agent support for gpg. | Werner Koch | 1 | -0/+1 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -5/+5 | |
A couple of forward ported changes. Doc updates. | |||||
2010-09-06 | Removed more secret key related code. | Werner Koch | 1 | -144/+150 | |
It builds fine and passes some of the tests but there are quite some features which don't work yet. | |||||
2010-06-07 | Add unfinished gpgtar. | Werner Koch | 1 | -0/+2 | |
Collected changes and ports of bug fixes from stable. | |||||
2010-04-20 | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 1 | -9/+10 | |
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 1 | -67/+70 | |
stdio. | |||||
2010-02-02 | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 1 | -1/+1 | |
Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 1 | -2/+2 | |
Collected changes. | |||||
2009-08-05 | Enable readline support in --card-edit. | Werner Koch | 1 | -12/+9 | |
better cope with re-inserted cards. | |||||
2009-08-05 | Ask for the keysize when generating a new card key. | Werner Koch | 1 | -18/+145 | |
2009-07-22 | Make use of the card's extended capabilities. | Werner Koch | 1 | -13/+40 | |
2009-07-09 | Support writing of existing keys with non-matching key sizes. | Werner Koch | 1 | -3/+7 | |
2009-06-24 | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 1 | -3/+1 | |
Still one problem left; marked with a gcc #warning. | |||||
2009-06-17 | Add readcert command. | Werner Koch | 1 | -7/+74 | |
fix reading large certificates. | |||||
2009-06-09 | app-openpgp changes | Werner Koch | 1 | -26/+49 | |
2009-06-03 | Fixed an fopen problem on Windows Vista. | Werner Koch | 1 | -0/+1 | |
2009-06-02 | Fix for bug#1066. | Werner Koch | 1 | -0/+1 | |
A couple of minor changes. | |||||
2009-05-15 | Made card key generate with backup key work for 2048 bit. | Werner Koch | 1 | -1/+15 | |
Improved card key generation prompts. | |||||
2009-01-27 | Add a Geldkarte gadget application. | Werner Koch | 1 | -0/+6 | |
Minor other changes. | |||||
2009-01-13 | Add a sample key. | Werner Koch | 1 | -2/+23 | |
Detect and show the card type. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -2/+2 | |
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 1 | -2/+45 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -54/+118 | |
2008-01-26 | Add --logger-fd alias. | Werner Koch | 1 | -0/+2 | |
Ass card vendor 004. | |||||
2007-07-17 | Typo fixes. | Werner Koch | 1 | -3/+6 | |
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | |||||
2007-07-05 | Fixed card key generation of gpg2. | Werner Koch | 1 | -13/+3 | |
Reveal less information about timings while generating a key. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -1/+1 | |
2006-09-21 | Various updates | Werner Koch | 1 | -0/+1 | |
2006-06-30 | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 1 | -1/+1 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -11/+7 | |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -77/+323 | |
The gpg part does not yet build. | |||||
2006-03-21 | Allow for rmd160 signatures when using gpg-agent. | Werner Koch | 1 | -0/+1 | |
2006-01-01 | * mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 1 | -1/+1 | |
(keyserver_import_pka), card-util.c (fetch_url): Always require a scheme:// for keyserver URLs except when used as part of the --keyserver command for backwards compatibility. | |||||
2005-10-18 | Fixed minor card related bugs and enhanced status messages | Werner Koch | 1 | -16/+17 | |
2005-09-07 | Add "help" sub option to --*-options. | Werner Koch | 1 | -0/+1 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -1/+1 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-05-03 | * passphrase.c (agent_get_passphrase): Add new arg CACHEID. | Werner Koch | 1 | -0/+4 | |
Changed all callers. (ask_passphrase): Add new arg CACHEID and use it in agent mode. Changed all callers. (passphrase_clear_cache): New arg CACHEID. Changed all callers. * cardglue.c (format_cacheid): New. (pin_cb): Compute a cache ID. (agent_scd_pksign, agent_scd_pkdecrypt): Use it. (agent_clear_pin_cache): New. * card-util.c (change_pin): Clear the PIN cache. (check_pin_for_key_operation): Ditto. | |||||
2005-04-07 | * ccid-driver.c (ccid_slot_status): Fixed debug messages. | Werner Koch | 1 | -2/+35 | |
* card-util.c (card_edit): Add command "verify". Enhanced admin command to allow optional arguments "on", "off" and "verify". (card_status): Print private DOs in colon mode. * app-openpgp.c (do_check_pin): Add hack to allow verification of CHV3. | |||||
2005-03-21 | * keyedit.c (command_generator, keyedit_completion): Changed | Werner Koch | 1 | -9/+16 | |
indentation. * card-util.c (command_generator, card_edit_completion): Ditto. | |||||
2005-03-20 | * card-util.c (command_generator, card_edit_completion) | David Shaw | 1 | -14/+69 | |
[GNUPG_MAJOR_VERSION==1 && HAVE_LIBREADLINE]: New functions to enable command completion in the --card-edit menu. (card_edit): Call them here. | |||||
2005-03-14 | * card-util.c (card_status): Use isotimestamp and not the | Werner Koch | 1 | -3/+3 | |
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New. | |||||
2005-03-14 | * cardglue.c (pin_cb): Disable debug output. | Werner Koch | 1 | -1/+1 | |
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries. |