summaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Writing KDF resets auth state.NIIBE Yutaka2018-04-031-1/+7
* g10,scd: Support single salt for KDF data object.NIIBE Yutaka2018-03-301-7/+22
* scd: Support changing key attribute back to RSA.NIIBE Yutaka2018-03-301-6/+18
* scd: Support KDF DO setup.NIIBE Yutaka2018-03-221-2/+3
* scd: Improve KDF-DO supportArnaud Fontaine2018-02-131-1/+2
* scd: Fix handling for Data Object with no data.NIIBE Yutaka2018-02-121-2/+6
* scd: Support KDF Data Object of OpenPGPcard V3.3.NIIBE Yutaka2018-01-221-25/+94
* scd: Fix for large ECC keys.NIIBE Yutaka2017-09-111-8/+32
* scd: Convey the correct length for LeWerner Koch2017-08-271-2/+2
* scd: Use unsigned int for fields.NIIBE Yutaka2017-07-241-5/+5
* scd: Add debug message for v3 card.NIIBE Yutaka2017-07-211-8/+17
* scd: Support longer data length for special DOs for v3 card.NIIBE Yutaka2017-07-201-16/+45
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* scd: Fix compiler warnings for app-openpgp.c.NIIBE Yutaka2017-03-061-4/+2
* scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch2017-02-221-7/+18
* Revert "scd: Nitpicks on the improved card prompts"Werner Koch2017-02-221-7/+7
* scd: Nitpicks on the improved card promptsAndre Heinecke2017-02-221-7/+7
* scd: Improve the prompts for OpenPGP cards.Werner Koch2017-02-221-38/+182
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* scd: Cleanup SERIALNO protocol.NIIBE Yutaka2017-01-181-17/+8
* Replace use of variable-length-arrays.Werner Koch2017-01-021-1/+13
* gpg: New option --default-new-key-algo.Werner Koch2016-12-021-1/+1
* scd: Support OpenPGP card V3 for RSA.NIIBE Yutaka2016-11-251-23/+38
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* scd: Fix length error for READKEY.NIIBE Yutaka2016-11-041-0/+2
* scd: Add --advanced option for READKEY.NIIBE Yutaka2016-11-041-52/+78
* scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka2016-10-271-12/+21
* scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2016-10-241-31/+58
* g10,scd: Fix ECC keygen.NIIBE Yutaka2016-10-211-11/+12
* scd: Fix segfault changing key attr.NIIBE Yutaka2016-10-211-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-1/+1
* scd: GENKEY updates the public key in APP.NIIBE Yutaka2016-10-201-228/+257
* scd: Support ECC key generation.NIIBE Yutaka2016-10-181-61/+137
* scd: minor cleanup to merge other works.NIIBE Yutaka2016-10-181-32/+26
* scd: Fix keytocard for ECC.NIIBE Yutaka2016-10-171-0/+2
* scd: Add support of ECC pubkey attribute.NIIBE Yutaka2016-09-161-16/+45
* Use ngettext for some strings.Werner Koch2016-01-181-4/+12
* scd: Fix regression for generating RSA keys on card.NIIBE Yutaka2015-12-141-0/+5
* scd: Fix for removing the prefix.NIIBE Yutaka2015-12-041-1/+1
* scd: More fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-041-11/+31
* scd: Another fix for Curve25519 prefix handling.Werner Koch2015-12-031-6/+9
* scd: Fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-031-1/+26
* scd: Improve error handling.Justus Winter2015-11-191-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-4/+4
* scd: fix change_keyattr.NIIBE Yutaka2015-11-041-2/+2
* scd: Fix KEYTOCARD handling for ECC key.NIIBE Yutaka2015-09-191-7/+11
* scd: Force key attribute change for writekey.NIIBE Yutaka2015-09-071-33/+62
* scd: KEYNO cleanup.NIIBE Yutaka2015-09-071-70/+67
* Curve25519 support.NIIBE Yutaka2015-08-061-57/+62