mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* README: Mentioned --enable-selinux-support.
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
This commit is contained in:
parent
e170c54cf8
commit
c3a51cd17d
13 changed files with 69 additions and 21 deletions
|
@ -330,6 +330,9 @@ more arguments in future versions.
|
|||
NEED_PASSPHRASE_SYM <cipher_algo> <s2k_mode> <s2k_hash>
|
||||
Issued whenever a passphrase for symmetric encryption is needed.
|
||||
|
||||
NEED_PASSPHRASE_PIN <card_type> <chvno>
|
||||
Issued whenever a PIN is requested to unlock a card.
|
||||
|
||||
MISSING_PASSPHRASE
|
||||
No passphrase was supplied. An application which encounters this
|
||||
message may want to stop parsing immediately because the next message
|
||||
|
@ -535,7 +538,7 @@ more arguments in future versions.
|
|||
0x02 = this attribute packet is revoked
|
||||
0x04 = this attribute packet is expired
|
||||
|
||||
STATUSCTRL <what> [<serialno>]
|
||||
CARDCTRL <what> [<serialno>]
|
||||
This is used to control smartcard operations.
|
||||
Defined values for WHAT are:
|
||||
1 = Request insertion of a card. Serialnumber may be given
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue