diff options
author | Werner Koch <wk@gnupg.org> | 2003-10-21 19:12:21 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-10-21 19:12:21 +0200 |
commit | 99277d21c190965d1b7c95b895324f467413f0f1 (patch) | |
tree | 0661e364862d55933dfa45ee8a09db37a7f898b7 /doc | |
parent | (PRINTABLE_OS_NAME): Remove special case for The (diff) | |
download | gnupg2-99277d21c190965d1b7c95b895324f467413f0f1.tar.xz gnupg2-99277d21c190965d1b7c95b895324f467413f0f1.zip |
* card-util.c (card_edit): New command "passwd". Add logic to
check the PIN in advance.
(card_status): Add new args to return the serial number. Changed
all callers.
* call-agent.c (agent_scd_checkpin): New.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scdaemon.texi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 36274e601..3bd8caaa8 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -191,6 +191,12 @@ syncronizing access to a token between sessions. * Scdaemon READKEY:: Return a public key. * Scdaemon PKSIGN:: Signing data with a Smartcard. * Scdaemon PKDECRYPT:: Decrypting data with a Smartcard. +* Scdaemon GETATTR:: Read an attribute's value. +* Scdaemon SETATTR:: Update an attribute's value. +* Scdaemon GENKEY:: Generate a new key on-card. +* Scdaemon RANDOM:: Return random bytes generate on-card. +* Scdaemon PASSWD:: Change PINs. +* Scdaemon CHECKPIN:: Perform a VERIFY operation. @end menu @node Scdaemon SERIALNO @@ -309,3 +315,37 @@ hex notation. The actual decryption is then done using the command where @var{keyid} is the hexified ID of the key to be used. + +@node Scdaemon GETATTR +@subsection Read an attribute's value. + +TO BE WRITTEN. + +@node Scdaemon SETATTR +@subsection Update an attribute's value. + +TO BE WRITTEN. + +@node Scdaemon GENKEY +@subsection Generate a new key on-card. + +TO BE WRITTEN. + +@node Scdaemon RANDOM +@subsection Return random bytes generate on-card. + +TO BE WRITTEN. + + +@node Scdaemon PASSWD +@subsection Change PINs. + +TO BE WRITTEN. + + +@node Scdaemon CHECKPIN +@subsection Perform a VERIFY operation. + +TO BE WRITTEN. + + |