aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-061-2/+2
* scd: Fix ecc_oid.NIIBE Yutaka2015-08-041-1/+1
* scd: Fix ECC support.NIIBE Yutaka2015-08-041-17/+44
* scd: Fix size_t/unsigned int mismatch.Werner Koch2015-07-261-1/+3
* scd: support any curves defined by libgcrypt.NIIBE Yutaka2015-07-251-221/+143
* scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka2015-07-231-6/+10
* scd: change_keyattr_from_string for ECC.NIIBE Yutaka2015-07-211-55/+95
* scd: Use openpgpdefs.h for constants.NIIBE Yutaka2015-07-171-13/+17
* scd: Support AES decryption for OpenPGPcard v3.0.NIIBE Yutaka2015-07-021-1/+4
* scd: Support button flag and AES key data for OpenPGPcard v3.0.NIIBE Yutaka2015-06-261-8/+28
* scd: do_decipher change for OpenPGPcard v3.0.NIIBE Yutaka2015-06-051-3/+21
* scd: Fix key template of ECC.NIIBE Yutaka2015-05-291-1/+1
* scd: fix for 64-bit arch.NIIBE Yutaka2015-03-091-3/+3
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-1/+2
* scd: Fix varargs call for 64-bit arch on ECC keys.NIIBE Yutaka2015-01-281-14/+12
* scd: fix get_public_key for OpenPGPcard v1.0.Joshua Rogers2015-01-081-1/+1
* scd: ECDH Support.NIIBE Yutaka2014-12-221-100/+69
* gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch2014-12-151-3/+4
* scd: Fix possibly inhibited checkpin of the admin pin.Werner Koch2014-12-121-1/+1
* scd: Fix for EdDSA.NIIBE Yutaka2014-12-081-3/+5
* scd: Fix for NIST P-256.NIIBE Yutaka2014-12-051-6/+12
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-3/+2
* scd: EdDSA support.NIIBE Yutaka2014-04-091-43/+121
* scd: Silent compiler warnings about unused variables.Werner Koch2014-04-081-0/+10
* scd: writekey support of ECC.NIIBE Yutaka2014-03-121-93/+424
* scd: add support for RSA_CRT and RSA_CRT_N key import.Jonas Borgström2013-08-291-7/+68
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-1/+4
* scd: fix parsing login-data DO.NIIBE Yutaka2013-08-271-12/+13
* scd: fix missing close paren.NIIBE Yutaka2013-03-141-1/+1
* scd: support ECDSA signing.NIIBE Yutaka2013-03-091-7/+24
* scd: support ECDSA public key.NIIBE Yutaka2013-03-081-94/+254
* scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka2013-02-081-43/+43
* scd: Fix check_keypad_request.NIIBE Yutaka2013-02-051-1/+1
* SCD: Support P=N format for login data.NIIBE Yutaka2013-02-051-24/+24
* SCD: Defaults to use pinpad if the reader has the capability.NIIBE Yutaka2013-02-051-25/+25
* SCD: handle keypad request on the card.NIIBE Yutaka2013-02-051-6/+104