aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch2020-11-261-25/+1
* scd: Add special serialno compare for OpenPGP cards.Werner Koch2020-11-261-4/+9
* scd: Rework the handling of the displayed serial number.Werner Koch2020-11-251-45/+18
* doc: Fix typosGavin L. Rebeiro2020-11-231-1/+1
* scd: Handle Yubikey's multiple apps and serialno.NIIBE Yutaka2020-10-231-0/+33
* scd: Don't overwrite serialno for Yubikey.NIIBE Yutaka2020-10-231-3/+10
* scd,openpgp: Use app_get_serialno function to get SERIALNO.NIIBE Yutaka2020-10-231-16/+17
* scd: Report any error for LEARN command.NIIBE Yutaka2020-09-301-30/+67
* scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch2020-09-211-2/+21
* scd: Clear PIN cache when changing key attributes.NIIBE Yutaka2020-09-161-1/+4
* scd: Clear caching PIN at KDF setup.NIIBE Yutaka2020-09-161-0/+4
* scd: Add better support for KDF feature.NIIBE Yutaka2020-09-161-0/+7
* gpg,scd: Fix handling of KDF feature.NIIBE Yutaka2020-09-161-11/+23
* scd: Fix the use case of verify_chv2 by CHECKPIN.NIIBE Yutaka2020-09-151-21/+25
* scd: Flush KDF DO (0x00F9) when it's being set.NIIBE Yutaka2020-09-101-3/+3
* scd: Add a workaround for Yubikey.NIIBE Yutaka2020-09-081-0/+3
* scd: Fix handling 0x00FA to support OpenPGP card 3.4.NIIBE Yutaka2020-09-071-1/+1
* scd: Support GET DATA response with no header for DO 0x00FA.NIIBE Yutaka2020-09-041-25/+28
* scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka2020-09-041-2/+106
* scd: Add handling of "Algorithm Information" DO.NIIBE Yutaka2020-09-031-0/+2
* scd: Add condition for VERIFY with 0x82.NIIBE Yutaka2020-08-271-4/+9
* scd: Fix possible uninitialized variables.NIIBE Yutaka2020-08-191-7/+7
* scd: Silence compiler warning.NIIBE Yutaka2020-07-311-3/+3
* scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka2020-05-291-1/+1
* scd:openpgp: New KEY-STATUS attribute.Werner Koch2020-05-271-1/+10
* scd:openpgp: Add attribute "UIF" for convenience.Werner Koch2020-05-261-5/+11
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-031-0/+50
* scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch2020-04-021-2/+11
* scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch2020-03-271-5/+18
* 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
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-02-171-7/+30
* scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2020-02-131-16/+8
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-111-0/+38
* 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-111-45/+176
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-111-4/+4
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-091-3/+12
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-131-3/+34
* scd:piv: Implement PIN cache.Werner Koch2020-01-131-1/+2
* scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2020-01-101-1/+15
* scd:openpgp: Implement PIN cache.Werner Koch2020-01-091-104/+229
* scd: First changes to implement a PIN cache.Werner Koch2020-01-071-49/+109
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-191-13/+29
* scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch2019-09-051-0/+6
* scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka2019-07-191-3/+2
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-251-2/+32
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-211-1/+1