aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-nks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:nks: Fix ECC signing if key not given by keygrip.Werner Koch2022-11-151-0/+2
* scd:nks: Support non-ESIGN signing with the Signature Card v2Werner Koch2022-10-281-8/+20
* scd: Use app_get_slot at more places.Werner Koch2022-10-281-7/+8
* scd: Use APP_LEARN_FLAG_KEYPAIRINFO with more apps.Werner Koch2022-10-281-1/+1
* scd:nks: Don't flag the ESIGN keypair EF as encryption capable.Werner Koch2022-10-201-1/+1
* scd:nks: Some code cleanup.Werner Koch2022-10-201-107/+100
* scd:nks: Support the Telesec ESIGN application.Werner Koch2022-10-201-26/+81
* scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-10-201-21/+20
* scd:nks: Handle APP_READKEY_FLAG_INFO.Werner Koch2022-10-201-52/+117
* scd:nks: Add support for signing plain SHA-2 digests.Ingo Klöcker2022-10-201-17/+67
* scd:nks: Support READKEY with keygrip and for "NKS-IDLM" keyref.NIIBE Yutaka2022-10-201-0/+22
* scd:nks: Factor out pubkey retrieval from keygrip handling.NIIBE Yutaka2022-10-201-84/+72
* scd:nks: Add support of KEYGRIP for do_readcert.NIIBE Yutaka2022-10-201-0/+18
* scd:nks: Factor out iteration over filelist.NIIBE Yutaka2022-10-201-78/+114
* scd:nks: Fix caching keygrip (more).NIIBE Yutaka2022-10-201-5/+7
* scd:nks: Minor additions to the basic IDLM application support.Werner Koch2022-10-201-15/+25
* scd,nks: Fix caching keygrip.NIIBE Yutaka2022-10-201-3/+4
* scd:nks: Emit the algo string with KEYPAIRINFOWerner Koch2022-10-201-15/+48
* scd:nks: Implement writecert for the Signature card v2.Werner Koch2022-10-201-8/+110
* scd:nks: Fix certificate read problem with TCOS signature card v2.Werner Koch2022-10-201-0/+2
* scd:nks: Fix remaining tries warning in --reset mode.Werner Koch2022-10-201-9/+10
* scd:nks: Add framework to support IDKey cards.Werner Koch2022-10-201-51/+124
* scd:nks: Get the PIN prompts right for the Signature CardWerner Koch2022-10-201-56/+136
* scd:nks: Support decryption using ECDH.Werner Koch2022-10-201-74/+307
* scd:nks: Add do_with_keygrip and implement a cache.Werner Koch2022-10-201-90/+349
* scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch2022-10-201-165/+302
* Assorted memory leak fixes on the error code paths.Werner Koch2021-05-201-1/+1
* scd: Extend iso7816_select_pathWerner Koch2021-04-291-1/+1
* scd: Change parameters of readkey fucntion pointer.Werner Koch2021-02-191-3/+3
* scd: Pass ctrl parameter to more app functions.Werner Koch2021-02-191-6/+12
* scd: Change the apptype from a string to an enum.Werner Koch2021-02-191-1/+1
* scd: Add some compatibility code for easier backporting.Werner Koch2021-02-191-1/+0
* scd: Factor common PIN status check out.Werner Koch2020-04-151-41/+5
* scd:nks: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+11
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-211-4/+20
* scd: Add option --clear to PASSWD.Werner Koch2019-01-221-0/+3
* scd: One new and one improved 7816 function.Werner Koch2019-01-221-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* scd: Fix API of select_file/_path.NIIBE Yutaka2017-03-061-4/+4
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* scd: Add --advanced option for READKEY.NIIBE Yutaka2016-11-041-2/+6
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-021-1/+1
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-1/+2
* scd: Suppress gcc warning about possible uninitialized use.Werner Koch2013-08-301-1/+4
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-1/+4
* scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka2013-02-081-2/+2
* SCD: Support fixed length PIN input for keypad.NIIBE Yutaka2013-02-051-1/+1
* SCD: API cleanup for keypad handling.NIIBE Yutaka2013-02-051-2/+2
* PC/SC pinpad support.NIIBE Yutaka2011-11-281-1/+1