aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-22scd: Nitpicks on the improved card promptsAndre Heinecke1-7/+7
2017-02-22scd: Improve the prompts for OpenPGP cards.Werner Koch1-38/+182
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2017-01-18scd: Cleanup SERIALNO protocol.NIIBE Yutaka1-17/+8
2017-01-02Replace use of variable-length-arrays.Werner Koch1-1/+13
2016-12-02gpg: New option --default-new-key-algo.Werner Koch1-1/+1
2016-11-25scd: Support OpenPGP card V3 for RSA.NIIBE Yutaka1-23/+38
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-04scd: Fix length error for READKEY.NIIBE Yutaka1-0/+2
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka1-52/+78
2016-10-27scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka1-12/+21
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka1-31/+58
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka1-11/+12
2016-10-21scd: Fix segfault changing key attr.NIIBE Yutaka1-1/+1
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-1/+1
2016-10-20scd: GENKEY updates the public key in APP.NIIBE Yutaka1-228/+257
2016-10-18scd: Support ECC key generation.NIIBE Yutaka1-61/+137
2016-10-18scd: minor cleanup to merge other works.NIIBE Yutaka1-32/+26
2016-10-17scd: Fix keytocard for ECC.NIIBE Yutaka1-0/+2
2016-09-16scd: Add support of ECC pubkey attribute.NIIBE Yutaka1-16/+45
2016-01-18Use ngettext for some strings.Werner Koch1-4/+12
2015-12-14scd: Fix regression for generating RSA keys on card.NIIBE Yutaka1-0/+5
2015-12-04scd: Fix for removing the prefix.NIIBE Yutaka1-1/+1
2015-12-04scd: More fix for Curve25519 prefix handling.NIIBE Yutaka1-11/+31
2015-12-03scd: Another fix for Curve25519 prefix handling.Werner Koch1-6/+9
2015-12-02scd: Fix for Curve25519 prefix handling.NIIBE Yutaka1-1/+26
2015-11-19scd: Improve error handling.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-4/+4
2015-11-04scd: fix change_keyattr.NIIBE Yutaka1-2/+2
2015-09-19scd: Fix KEYTOCARD handling for ECC key.NIIBE Yutaka1-7/+11
2015-09-07scd: Force key attribute change for writekey.NIIBE Yutaka1-33/+62
2015-09-07scd: KEYNO cleanup.NIIBE Yutaka1-70/+67
2015-08-06Curve25519 support.NIIBE Yutaka1-57/+62
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-2/+2
2015-08-04scd: Fix ecc_oid.NIIBE Yutaka1-1/+1
2015-08-04scd: Fix ECC support.NIIBE Yutaka1-17/+44
2015-07-26scd: Fix size_t/unsigned int mismatch.Werner Koch1-1/+3
2015-07-25scd: support any curves defined by libgcrypt.NIIBE Yutaka1-221/+143
2015-07-23scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka1-6/+10
2015-07-21scd: change_keyattr_from_string for ECC.NIIBE Yutaka1-55/+95
2015-07-17scd: Use openpgpdefs.h for constants.NIIBE Yutaka1-13/+17
2015-07-02scd: Support AES decryption for OpenPGPcard v3.0.NIIBE Yutaka1-1/+4
2015-06-26scd: Support button flag and AES key data for OpenPGPcard v3.0.NIIBE Yutaka1-8/+28
2015-06-05scd: do_decipher change for OpenPGPcard v3.0.NIIBE Yutaka1-3/+21
2015-05-29scd: Fix key template of ECC.NIIBE Yutaka1-1/+1
2015-03-09scd: fix for 64-bit arch.NIIBE Yutaka1-3/+3
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-1/+2
2015-01-28scd: Fix varargs call for 64-bit arch on ECC keys.NIIBE Yutaka1-14/+12
2015-01-08scd: fix get_public_key for OpenPGPcard v1.0.Joshua Rogers1-1/+1
2014-12-22scd: ECDH Support.NIIBE Yutaka1-100/+69