summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Support clearing of Reset Code by ''.NIIBE Yutaka2021-06-111-2/+3
* scd: Add new card vendor.Werner Koch2021-06-101-0/+1
* scd: Fix serial number detection for Yubikey 5.NIIBE Yutaka2021-06-081-4/+5
* scd: Fix READER-PORT option handling for PC/SC.NIIBE Yutaka2021-06-071-17/+27
* scd: Fix zero-byte handling in ECC.NIIBE Yutaka2021-05-281-11/+3
* scd: avoid memory leaksJakub Jelen2021-05-203-7/+14
* scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker2021-05-181-2/+2
* scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka2021-05-141-1/+2
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-1/+1
* scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka2021-05-111-15/+19
* scd: Fix close_pcsc_reader.NIIBE Yutaka2021-05-101-9/+9
* scd: Make sure releasing PC/SC context.NIIBE Yutaka2021-05-101-6/+16
* scd: Increment PCSC.COUNT correctly.NIIBE Yutaka2021-05-071-2/+2
* scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka2021-05-071-2/+6
* scd: Fix declarations for PC/SC access.NIIBE Yutaka2021-05-071-2/+2
* scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka2021-05-061-1/+2
* scd: When reader is specified, make sure only open once.NIIBE Yutaka2021-05-061-0/+5
* scd: Fix PC/SC removed card problemWerner Koch2021-04-291-0/+11
* scd:p15: Fix the name of a card.Werner Koch2021-04-281-1/+1
* scd: Fix problem with reader list becoming empty.Werner Koch2021-04-282-22/+26
* scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin2021-04-271-1/+1
* scd:p15: Fix last commit and improve D-TRUST detection.Werner Koch2021-04-251-7/+16
* scd:p15: Shorten the displayed s/n of RSCS cardsWerner Koch2021-04-251-1/+9
* scd: Fix PSO_CSV for 512 bit curvesWerner Koch2021-04-221-6/+20
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-201-0/+12
* scd:p15: Support attribute KEY-FPR.Werner Koch2021-04-161-5/+170
* scd: Fix memory leaks.Jakub Jelen2021-04-132-1/+5
* scd:p15: Match private keys with certificates also by labels.Werner Koch2021-04-121-28/+59
* scd:nks: Handle APP_READKEY_FLAG_INFO.Werner Koch2021-04-081-62/+117
* scd: Fix duplicate output of KEYPAIRINFO by readkey command.Werner Koch2021-04-082-12/+14
* scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka2021-04-081-1/+13
* scd: New flag --reread for LEARNWerner Koch2021-04-013-39/+101
* scd:p15: New flag APP_LEARN_FLAG_REREAD.Werner Koch2021-04-012-27/+73
* scd: Replace all assert macros by the log_assert macro.Werner Koch2021-03-319-44/+35
* scd:p15: Return labels for keys and certificates.Werner Koch2021-03-302-1/+43
* scd:p15: For CardOS make use of ISO7816_VERIFY_NOT_NEEDED.Werner Koch2021-03-301-11/+17
* scd:p15: Return the creation time of the keys.Werner Koch2021-03-301-0/+32
* scd:p15: Make RSA with SHA512 work with CardOS.Werner Koch2021-03-291-121/+117
* scd:p15: Support ECDSA and ECDH for CardOS.Werner Koch2021-03-294-102/+378
* scd: Fix PC/SC error handling at apdu_dev_list_start.NIIBE Yutaka2021-03-261-1/+3
* scd:p15: Make $SIGNKEY et al determination more fault tolerant.Werner Koch2021-03-241-16/+21
* scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch2021-03-193-22/+126
* scd:openpgp: Rename an internal variable.Werner Koch2021-03-191-13/+14
* scd:openpgp: Small speedup reading card properties.Werner Koch2021-03-191-2/+18
* scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch2021-03-182-21/+46
* scd:p15: New attribute CHV-LABEL.Werner Koch2021-03-181-18/+41
* scd:p15: Implement CHV-STATUS attributeWerner Koch2021-03-163-8/+119
* scd: Add handling of Ed448 key.NIIBE Yutaka2021-03-151-13/+12
* scd: Fix count_sos_bits handling.NIIBE Yutaka2021-03-151-3/+3
* scd: New option --pcsc-shared.Werner Koch2021-03-125-4/+17