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