aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd:nks: Add framework to support IDKey cards.Werner Koch2020-05-071-51/+124
* scd:nks: Get the PIN prompts right for the Signature CardWerner Koch2020-05-071-56/+136
* scd:nks: Support decryption using ECDH.Werner Koch2020-05-071-75/+307
* scd: Extend an internal function to also return the algo.Werner Koch2020-05-058-17/+24
* scd:nks: Add do_with_keygrip and implement a cache.Werner Koch2020-05-041-90/+349
* scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch2020-04-171-164/+299
* scd: Detect missing card in "getinfo all_active_apps".Werner Koch2020-04-171-0/+5
* scd:p15: Return a display S/N via Assuan.Werner Koch2020-04-091-21/+54
* scd:p15: Show a pretty PIN prompt.Werner Koch2020-04-071-13/+197
* scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch2020-04-071-0/+2
* scd: Factor common PIN status check out.Werner Koch2020-04-074-82/+57
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-073-14/+91
* scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch2020-04-031-18/+62
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-031-0/+50
* scd:p15: Implement do_with_keygrip and capabilities.Werner Koch2020-04-021-34/+48
* scd:p15: Rename some variables and functions for clarity.Werner Koch2020-04-021-28/+28
* scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch2020-04-023-8/+17
* scd: New command DEVINFO.NIIBE Yutaka2020-04-023-62/+203
* scd:p15: Cache the PIN.Werner Koch2020-04-011-0/+8
* scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch2020-04-011-9/+18
* scd:p15: Support decryption with CardOS 5 cards.Werner Koch2020-04-011-2/+100
* scd:p15: Factor PIN verification out to a new function.Werner Koch2020-04-011-192/+224
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-03-318-98/+368
* scd:p15: Read certificates in extended mode.Werner Koch2020-03-311-2/+4
* scd: Add function for binary read in extended mode.Werner Koch2020-03-312-4/+17
* scd:p15: Improve diagnosticsWerner Koch2020-03-311-164/+202
* scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch2020-03-301-15/+150
* scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch2020-03-271-5/+18
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-29/+5
* scd: Re-group the options in the --help output.Werner Koch2020-03-061-12/+25
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-2/+3
* scd: Fix the previous commit.NIIBE Yutaka2020-02-281-0/+3
* scd: Improve setattr for KDF.NIIBE Yutaka2020-02-281-1/+64
* scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka2020-02-281-0/+2
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-211-91/+68
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-188-14/+14
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-02-171-7/+30
* scd: Print the main app name also for not fully supported cards.Werner Koch2020-02-131-0/+9
* scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2020-02-132-18/+11
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-112-1/+39
* scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch2020-02-111-10/+10
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2020-02-112-47/+181
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-112-6/+7
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+2
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-091-3/+12
* scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch2020-01-163-13/+262
* scd:piv: Remove debug code from a recent commit.Werner Koch2020-01-161-2/+1
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-132-4/+81
* scd:piv: Implement PIN cache.Werner Koch2020-01-135-29/+100