aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-17Smartcard related updatesWerner Koch1-40/+49
2010-10-13More agent support for gpg.Werner Koch1-0/+1
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-5/+5
A couple of forward ported changes. Doc updates.
2010-09-06Removed more secret key related code.Werner Koch1-144/+150
It builds fine and passes some of the tests but there are quite some features which don't work yet.
2010-06-07Add unfinished gpgtar.Werner Koch1-0/+2
Collected changes and ports of bug fixes from stable.
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-9/+10
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-67/+70
stdio.
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-1/+1
Comment fixes. Minor chnages in preparation of a W32CE port.
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-2/+2
Collected changes.
2009-08-05Enable readline support in --card-edit.Werner Koch1-12/+9
better cope with re-inserted cards.
2009-08-05Ask for the keysize when generating a new card key.Werner Koch1-18/+145
2009-07-22Make use of the card's extended capabilities.Werner Koch1-13/+40
2009-07-09Support writing of existing keys with non-matching key sizes.Werner Koch1-3/+7
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-3/+1
Still one problem left; marked with a gcc #warning.
2009-06-17Add readcert command.Werner Koch1-7/+74
fix reading large certificates.
2009-06-09app-openpgp changesWerner Koch1-26/+49
2009-06-03Fixed an fopen problem on Windows Vista.Werner Koch1-0/+1
2009-06-02Fix for bug#1066.Werner Koch1-0/+1
A couple of minor changes.
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-1/+15
Improved card key generation prompts.
2009-01-27Add a Geldkarte gadget application.Werner Koch1-0/+6
Minor other changes.
2009-01-13Add a sample key.Werner Koch1-2/+23
Detect and show the card type.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-2/+2
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-2/+45
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-54/+118
2008-01-26Add --logger-fd alias.Werner Koch1-0/+2
Ass card vendor 004.
2007-07-17Typo fixes.Werner Koch1-3/+6
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-05Fixed card key generation of gpg2.Werner Koch1-13/+3
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-1/+1
2006-09-21Various updatesWerner Koch1-0/+1
2006-06-30A couple of fixes. gpg2's key generation does now work.Werner Koch1-1/+1
2006-05-23g10/ does build again.Werner Koch1-11/+7
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-77/+323
The gpg part does not yet build.
2006-03-21Allow for rmd160 signatures when using gpg-agent.Werner Koch1-0/+1
2006-01-01* mainproc.c (check_sig_and_print), keyserver.cDavid Shaw1-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-18Fixed minor card related bugs and enhanced status messagesWerner Koch1-16/+17
2005-09-07Add "help" sub option to --*-options.Werner Koch1-0/+1
2005-07-27Converted all m_free to xfree etc.Werner Koch1-1/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-03* passphrase.c (agent_get_passphrase): Add new arg CACHEID.Werner Koch1-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 Koch1-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): ChangedWerner Koch1-9/+16
indentation. * card-util.c (command_generator, card_edit_completion): Ditto.
2005-03-20* card-util.c (command_generator, card_edit_completion)David Shaw1-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 theWerner Koch1-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 Koch1-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.
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch1-6/+17
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-4/+9
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch1-3/+4
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-4/+31
* card-util.c (card_status): Create asecret key stub on the fly and print more information about a card key. * import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New. * getkey.c (get_seckeyblock_byfprint): New. * keylist.c (print_card_key_info): New.
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-22/+19