Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-17 | Add readcert command. | Werner Koch | 1 | -52/+74 | |
fix reading large certificates. | |||||
2009-06-09 | app-openpgp changes | Werner Koch | 1 | -4/+8 | |
2009-06-08 | Typo fix. Updated German translation. | Werner Koch | 1 | -5/+5 | |
2009-05-20 | Make PIN changing code work for v2 cards. | Werner Koch | 1 | -130/+246 | |
2009-05-15 | Made card key generate with backup key work for 2048 bit. | Werner Koch | 1 | -0/+3 | |
Improved card key generation prompts. | |||||
2009-05-08 | More support for Netkey cards. | Werner Koch | 1 | -34/+70 | |
Small changes to teh CCID driver. Support 2048 bit OpenPGP cards. | |||||
2009-04-01 | Prepare for OpenPGP cards with extended length support. | Werner Koch | 1 | -4/+8 | |
2009-03-30 | Implement decryption for TCOS 3 cards. | Werner Koch | 1 | -2/+4 | |
2009-03-18 | Add server option with-ephemeral-keys. | Werner Koch | 1 | -1/+3 | |
Extend SCD LEARN command. | |||||
2009-03-10 | Add new attribute KEY-ATTR. | Werner Koch | 1 | -8/+35 | |
2009-03-05 | New PIN Callback attributes in gpg-agent. | Werner Koch | 1 | -64/+61 | |
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
2008-12-05 | Add option --card-timeout. | Werner Koch | 1 | -3/+6 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-11-03 | Use bin2hex if possible. | Werner Koch | 1 | -13/+10 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+5 | |
2008-09-25 | Finished support for v2 cards with the exception of secure messaging. | Werner Koch | 1 | -88/+425 | |
2008-09-23 | Improvements for 2k keys. | Werner Koch | 1 | -37/+137 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -13/+169 | |
2008-08-31 | 2008-08-30 Moritz <[email protected]> | Moritz Schulte | 1 | -4/+4 | |
* scdaemon.c (main): Use estream_asprintf instead of asprintf. * command.c (update_reader_status_file): Likewise. (cmd_serialno): Use estream_asprintf instead of asprintf and xfree instead of free to release memory allocated through (estream_)asprintf. (cmd_learn): Likewise. (pin_cb): Likewise. * app-openpgp.c (get_public_key): Likewise. | |||||
2008-08-18 | Fix new test for v2 cards. | Werner Koch | 1 | -2/+2 | |
2008-07-30 | prompt change. | Werner Koch | 1 | -2/+2 | |
2008-07-17 | Do not run the setuid test if running under as root proper. | Werner Koch | 1 | -2/+60 | |
Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
2008-06-24 | Add support for the TCOS NullPIN feature. | Werner Koch | 1 | -1/+3 | |
2008-04-21 | Use default PIN flag | Werner Koch | 1 | -1/+20 | |
2008-03-26 | Preparing a release. | Werner Koch | 1 | -21/+69 | |
2007-12-12 | Support DSA2. | Werner Koch | 1 | -1/+1 | |
Support Camellia for testing. More audit stuff. | |||||
2007-12-10 | Fix for bug 851. | Werner Koch | 1 | -3/+44 | |
Fixed auto generation of the stub key for the card. Allow to encrypt toElgamal encryption keys of type 20. | |||||
2007-07-05 | Fixed card key generation of gpg2. | Werner Koch | 1 | -4/+5 | |
Reveal less information about timings while generating a key. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -2/+2 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2006-12-21 | The keypad is now also used for OpenPGP signing keys. | Werner Koch | 1 | -98/+141 | |
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -12/+37 | |
Some cleanups for 64 bit CPUs. | |||||
2006-10-11 | Allow pkcs#10 creation directkly from a smart card | Werner Koch | 1 | -1/+21 | |
2006-10-05 | bug fixes | Werner Koch | 1 | -1/+1 | |
2006-09-23 | 2006-09-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -2/+8 | |
* app-openpgp.c (do_sign): Advance INDATA by the SHA1 resp. RMD160 prefix length. | |||||
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -10/+10 | |
2006-08-29 | 2006-08-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -34/+42 | |
* app-openpgp.c (do_decipher, do_sign): Allow "OPENPGP.2" resp. "OPENPGP.1" for KEYIDSTR. | |||||
2006-06-30 | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 1 | -1/+1 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-04-11 | Added command APDU | Werner Koch | 1 | -2/+2 | |
2006-02-06 | Support for CardMan 4040 | Werner Koch | 1 | -3/+7 | |
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -1/+8 | |
2005-09-09 | Bug fixes and ssh support for the BELPIC. | Werner Koch | 1 | -1/+26 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -1482/+0 | |
2005-07-20 | * keylist.c (email_kludge): Reworked. | Werner Koch | 1 | -1/+8 | |
* certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto | |||||
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -13/+14 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2005-06-03 | * command.c (cmd_updatestartuptty): New. | Werner Koch | 1 | -1/+1 | |
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread. | |||||
2005-05-24 | * call-scd.c (inq_needpin): Skip leading spaces in of PIN | Werner Koch | 1 | -2/+2 | |
description. * divert-scd.c (getpin_cb): Enhanced to cope with description flags. * query.c (agent_askpin): Add arg PROMPT_TEXT. Changed all callers. | |||||
2005-05-23 | * Makefile.am: Do not build sc-copykeys anymore. | Werner Koch | 1 | -212/+0 | |
* app-openpgp.c (app_openpgp_storekey, app_openpgp_readkey) (app_openpgp_cardinfo): Removed. | |||||
2005-05-21 | * call-scd.c (start_scd): Don't test for an alive scdaemon here. | Werner Koch | 1 | -1/+1 | |
(agent_scd_check_aliveness): New. * gpg-agent.c (handle_tick): Test for an alive scdaemon. (handle_signal): Print thread info on SIGUSR1. * scdaemon.c (handle_signal): Print thread info on SIGUSR1. | |||||
2005-05-20 | * protect-tool.c: New option --canonical. | Werner Koch | 1 | -33/+322 | |
(show_file): Implement it. * keyformat.txt: Define the created-at attribute for keys. * ccid-driver.c: Replaced macro DEBUG_T1 by a new debug level. (parse_ccid_descriptor): Mark SCR335 firmware version 5.18 good. (ccid_transceive): Arghhh. The seqno is another bit in the R-block than in the I block, this was wrong at one place. * scdaemon.c: New options --debug-ccid-driver and --debug-disable-ticker. * app-openpgp.c (do_genkey, do_writekey): Factored code to check for existing key out into .. (does_key_exist): .. New function. * gpg-connect-agent.c (add_definq, show_definq, clear_definq) (handle_inquire): New. (read_and_print_response): Handle INQUIRE command. (main): Implement control commands. |