summaryrefslogtreecommitdiffstats
path: root/scd/card-p15.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch8-348/+403
2011-04-29Fix import stat counter and abort secret key import on merge-only error case.Marcus Brinkmann2-25/+36
2011-04-29Give sensible error messages when trying to delete secret key.Marcus Brinkmann2-11/+26
2011-04-28Update OpenPGP parser to support ECCWerner Koch3-63/+83
2011-04-28Removed memory leak in the ECDH code.Werner Koch2-32/+59
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch7-6/+53
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch20-24/+62
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch6-7/+31
2011-04-202011-04-20 Marcus Brinkmann <mb@g10code.com>Marcus Brinkmann2-1/+6
2011-04-20Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann2-0/+8
2011-04-18Another PASSWD --preset fix.Ben Kibbey2-1/+5
2011-04-13Fixed PASSWD --preset.Ben Kibbey2-7/+11
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch4-12/+23
2011-04-12Added PASSWD --preset.Ben Kibbey2-2/+15
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey4-4/+24
2011-04-12Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey2-10/+25
2011-04-12Add code for explicit selection of pooled A records.Werner Koch8-79/+453
2011-03-28Detect premature EOF while parsing corrupted key packets.Werner Koch2-17/+31
2011-03-10Make use of gcry_kdf_derive.Werner Koch5-140/+59
2011-03-10Support pkcs#12 import of PBES2 encoded data.Werner Koch2-68/+297
2011-03-08Post beta release updatesWerner Koch2-2/+6
2011-03-08Prepare for 1.5.0beta2gnupg-2.1.0beta2Werner Koch5-15/+69
2011-03-08Require libgcrypt 1.5Werner Koch11-74/+33
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey2-4/+30
2011-03-03New agent option pinentry-mode.Werner Koch6-45/+197
2011-03-03Print the secret keyinfo stuff with --card-status again.Werner Koch3-65/+79
2011-03-03Minor code cleanups.Werner Koch3-8/+10
2011-03-03Fix faulty gcc warningsWerner Koch5-11/+20
2011-03-03Simplify the management of the stream list in estream.cWerner Koch2-66/+83
2011-03-02fix wLangId in ccid-driver.cNIIBE Yutaka1-2/+2
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch7-154/+39
2011-03-02Add comment to last patch.Werner Koch2-14/+23
2011-03-02Added option --data to KEYINFO to return the result with a data response.Ben Kibbey1-12/+27
2011-03-02Let KEYINFO show the cached status of a key grip.Ben Kibbey1-1/+11
2011-03-02Rename Ben's new option.Werner Koch2-7/+11
2011-03-02Added CLEAR_PASSPHRASE option --agent to search the cache for a cacheid with ...Ben Kibbey1-3/+10
2011-03-02Fix doc/Makefile target onlineWerner Koch1-8/+7
2011-03-01Move parameter file description to the manual.Werner Koch5-366/+474
2011-03-01Support X.509 certificate creation.Werner Koch8-81/+615
2011-03-01Update some M4 files and AUTHORS.Werner Koch7-20/+44
2011-03-01Add new functions to convert iso time strings.Werner Koch6-24/+253
2011-02-23Update gpg-error.m4 and libgcrypt.m4Werner Koch3-8/+40
2011-02-23Fix dirmngr crash (bug#1300)Werner Koch2-1/+9
2011-02-23Lock scdaemon to CCID if once found.Werner Koch7-143/+239
2011-02-15Fix ChnageLog entries.Werner Koch2-4/+5
2011-02-12fixed --list-keys on Linux64 bitAndrey Jivsov2-2/+7
2011-02-11Add ECC sign, verify, encrypt and decrypt testsWerner Koch2-105/+165
2011-02-10Remove debug code from regression test pinentryWerner Koch2-20/+45
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch15-48/+473
2011-02-09Replace printf by es_printf in keyserver.cWerner Koch2-27/+28