mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Add very basic support for PIV cards.
* scd/app-piv.c: New. * scd/Makefile.am (card_apps): Add app-piv.c * scd/app.c (app_new_register): Try to get a Yubikey serial number. Detect the PIV application. (get_supported_applications): Add "piv". -- Right now this allows the use of the authentication key (9A) for SSH authentication. More support will follow soon. Tested with Yubikey-5.
This commit is contained in:
parent
70bb5c7931
commit
ec56996029
4 changed files with 1301 additions and 1 deletions
|
@ -206,5 +206,8 @@ gpg_error_t app_select_geldkarte (app_t app);
|
|||
/*-- app-sc-hsm.c --*/
|
||||
gpg_error_t app_select_sc_hsm (app_t app);
|
||||
|
||||
/*-- app-piv.c --*/
|
||||
gpg_error_t app_select_piv (app_t app);
|
||||
|
||||
|
||||
#endif /*GNUPG_SCD_APP_COMMON_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue