mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* sc-investigate: Removed.
* Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
This commit is contained in:
parent
837c74f7e4
commit
d33703e5fe
12 changed files with 739 additions and 929 deletions
2
README
2
README
|
@ -472,7 +472,7 @@ HOW TO EXPORT A PRIVATE KEY
|
|||
There is also limited support to export a private key in PKCS-12
|
||||
format. However there is no MAC applied.
|
||||
|
||||
gpgsm --export-secret-key-p12 userIDey >foo.p12
|
||||
gpgsm --export-secret-key-p12 userID >foo.p12
|
||||
|
||||
|
||||
SMARTCARD INTRO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue