diff options
author | Andreas Schwier <[email protected]> | 2014-07-18 14:20:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-07-25 07:43:29 +0000 |
commit | 8eb9224f32ddf1c9e1490c4d9688a177f8b6ae64 (patch) | |
tree | 4a77d1044bcb7fa98dfd71ccba6a53ffe3a1f6b8 /scd/Makefile.am | |
parent | gpg: Switch to an EdDSA format with prefix byte. (diff) | |
download | gnupg-8eb9224f32ddf1c9e1490c4d9688a177f8b6ae64.tar.gz gnupg-8eb9224f32ddf1c9e1490c4d9688a177f8b6ae64.zip |
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.
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r-- | scd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index 215933afc..09dd7d242 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -33,7 +33,7 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) \ $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) -card_apps = app-openpgp.c app-nks.c app-dinsig.c app-p15.c app-geldkarte.c +card_apps = app-openpgp.c app-nks.c app-dinsig.c app-p15.c app-geldkarte.c app-sc-hsm.c scdaemon_SOURCES = \ scdaemon.c scdaemon.h \ |