mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Support for SmartCard-HSM
* scd/app-sc-hsm.c: New. * scd/app.c (select_application, get_supported_applications): Register new app. -- Add a read/only driver for scdaemon that provides access to keys and certificates on a SmartCard-HSM (www.smartcard-hsm.com). The driver supports RSA and ECC keys on SmartCard-HSM cards and USB-Sticks. The driver does not yet support the MicroSD edition. -- ChangeLog and FSF copyright year fix by wk.
This commit is contained in:
parent
557cc11a60
commit
8eb9224f32
5 changed files with 2041 additions and 1 deletions
|
@ -223,6 +223,9 @@ gpg_error_t app_select_p15 (app_t app);
|
|||
/*-- app-geldkarte.c --*/
|
||||
gpg_error_t app_select_geldkarte (app_t app);
|
||||
|
||||
/*-- app-sc-hsm.c --*/
|
||||
gpg_error_t app_select_sc_hsm (app_t app);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue