diff options
author | Werner Koch <[email protected]> | 2020-04-07 16:25:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-04-07 16:26:00 +0000 |
commit | 60d018f6a91c4c90b8ecf13f88ac4256699f4007 (patch) | |
tree | 23777ca47346da386213417757f2d56776fe3f7c /doc/DETAILS | |
parent | doc: Typo fix in code comment. (diff) | |
download | gnupg-60d018f6a91c4c90b8ecf13f88ac4256699f4007.tar.gz gnupg-60d018f6a91c4c90b8ecf13f88ac4256699f4007.zip |
scd: Factor common PIN status check out.
* scd/iso7816.h (ISO7816_VERIFY_ERROR): New.
(ISO7816_VERIFY_NO_PIN): New.
(ISO7816_VERIFY_BLOCKED): New.
(ISO7816_VERIFY_NULLPIN): New.
(ISO7816_VERIFY_NOT_NEEDED): New.
* scd/iso7816.c (iso7816_verify_status): New.
* scd/app-nks.c (get_chv_status): Use new function.
* scd/app-piv.c (get_chv_status): Ditto.
(verify_chv): Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index bad311691..7655489a5 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1171,7 +1171,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: by OpenPGP cards for the stored key creation time. A '-' means no info available. The format is the usual ISO string are a number with the seconds since Epoch. -*** MANUFACTORER <n> [<string>] +*** MANUFACTURER <n> [<string>] This status returns the Manufactorer ID as the unsigned number N. For OpenPGP this is weel defined; for other cards this is 0. The |