aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd:p15: Rename some variables and functions for clarity.Werner Koch2020-04-151-20/+20
* scd:p15: Cache the PIN.Werner Koch2020-04-151-0/+8
* scd:p15: Add missing keygrip retrieval for decryption.Werner Koch2020-04-011-0/+8
* scd:p15: Support decryption with CardOS 5 cards.Werner Koch2020-04-011-2/+99
* scd:p15: Factor PIN verification out to a new function.Werner Koch2020-04-011-189/+224
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-04-015-101/+285
* scd:p15: Read certificates in extended mode.Werner Koch2020-04-012-1/+17
* scd: Add function for binary read in extended mode.Werner Koch2020-04-012-4/+17
* scd:p15: Improve diagnosticsWerner Koch2020-04-011-164/+202
* scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch2020-04-011-15/+150
* scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka2020-03-181-0/+2
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-03-181-6/+29
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+2
* scd,ccid: Add support of GEMPC_EZIO.NIIBE Yutaka2019-11-152-5/+20
* scd:nks: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+11
* scd:openpgp: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+10
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-212-4/+34
* gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch2019-08-211-1/+1
* scd: Handle CCID bwi of time extension.NIIBE Yutaka2019-08-121-1/+6
* scd: Fix bBWI value.NIIBE Yutaka2019-08-121-2/+2
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-242-2/+2
* scd: Add dummy option --application-priority.Werner Koch2019-04-021-1/+8
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-271-2/+2
* scd: Fix flushing of CA-FPR data objectsWerner Koch2019-03-071-20/+22
* scd: Don't let the "undefined" app cause a conflict error.Werner Koch2019-02-251-0/+3
* scd: Distinguish cancel by user and protocol error.NIIBE Yutaka2019-02-193-3/+6
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-116-19/+24
* scd: Fix parameter name of app_change_key.Werner Koch2019-02-112-7/+10
* scd: Allow standard keyref scheme for app-openpgp.Werner Koch2019-02-112-1/+15
* scd: Add option --clear to PASSWD.Werner Koch2019-01-226-6/+45
* scd: One new and one improved 7816 function.Werner Koch2019-01-226-27/+90
* scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka2019-01-161-2/+1
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-12-187-1/+97
* scd: Make "learn" report about KDF data object.NIIBE Yutaka2018-12-061-0/+2
* scd: Fix signing authentication status.NIIBE Yutaka2018-10-151-1/+4
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-293-3/+13
* 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
* agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka2018-03-271-6/+10
* scd: Support KDF DO setup.NIIBE Yutaka2018-03-221-2/+3
* scd: signal mask should be set just after npth_init.NIIBE Yutaka2018-03-191-11/+17
* scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka2018-03-151-1/+2
* scd: After fatal error, shutdown a reader.NIIBE Yutaka2018-03-131-0/+9
* scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka2018-03-131-4/+2
* scd: Fix typo in previous commit.NIIBE Yutaka2018-03-121-1/+1
* scd: More fix with PC/SC for Windows.NIIBE Yutaka2018-03-081-18/+20
* scd: Fix status check when using PC/SC.NIIBE Yutaka2018-03-082-3/+14
* common: Use new function to print status strings.Werner Koch2018-02-141-1/+3
* scd: Improve KDF-DO supportArnaud Fontaine2018-02-131-1/+2