diff options
author | Andreas Schwier <andreas.schwier@cardcontact.de> | 2014-07-18 16:20:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-07-25 09:43:29 +0200 |
commit | 8eb9224f32ddf1c9e1490c4d9688a177f8b6ae64 (patch) | |
tree | 4a77d1044bcb7fa98dfd71ccba6a53ffe3a1f6b8 /doc/scdaemon.texi | |
parent | gpg: Switch to an EdDSA format with prefix byte. (diff) | |
download | gnupg2-8eb9224f32ddf1c9e1490c4d9688a177f8b6ae64.tar.xz gnupg2-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 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 861c8986b..79a5fccd5 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -340,6 +340,7 @@ stripping off the two leading dashes. * DINSIG Card:: The DINSIG card application * PKCS#15 Card:: The PKCS#15 card application * Geldkarte Card:: The Geldkarte application +* SmartCard-HSM:: The SmartCard-HSM application * Undefined Card:: The Undefined stub application @end menu @@ -382,6 +383,19 @@ This is a simple application to display information of a German Geldkarte. The Geldkarte is a small amount debit card application which comes with almost all German banking cards. +@node SmartCard-HSM +@subsection The SmartCard-HSM card application ``sc-hsm'' + +This application adds read/only support for keys and certificates +stored on a @uref{http://www.smartcard-hsm.com, SmartCard-HSM}. + +To generate keys and store certifiates you may use +@uref{https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM, OpenSC} or +the tools from @uref{http://www.openscdp.org, OpenSCDP}. + +The SmartCard-HSM cards requires a card reader that supports Extended +Length APDUs. + @node Undefined Card @subsection The Undefined card application ``undefined'' |