From fcf12c5c3f7f966478d3096b533ff18af43a83e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Sun, 9 Jul 2017 08:10:31 +0200 Subject: [PATCH 1/2] Update README.md Add on-screen PIN configuration for gnupg --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a621b5..57f4482 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,14 @@ The application supports: - ECDH with secp256k1, secp256r1, brainpool 256r1, brainpool 256t1 and curve25519 curves -This release is in beta stage with known missing parts (see also Add-on) : +This release has known missing parts (see also Add-on) : * Ledger Blue support * Seed mode ON/OFF via apdu ## Installation +(See also **Configuration**) ### NanoS @@ -70,6 +71,12 @@ This 3 entries must be added at the end of each list. TODO +## Configuration + +Add the following option in ~/.gnupg/scdaemon.conf : + + enable-pinpad-varlen + ## Add-on From d067dcb1447cc7c468e3301a1eb0c21fac782703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Sun, 9 Jul 2017 08:36:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57f4482..6a7411e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,14 @@ This release has known missing parts (see also Add-on) : ### NanoS -For both, source and binary installation, use the 1RC7 tag. +For both, source and binary installation, use the most recent tag. + +#### From Binary + +Use the Chrome App "Ledger Manager". See https://www.ledgerwallet.com/apps/manager for details. + +As "OpenPGP card" application is not fully compliant with UI and documentation guidelines, the +application is in developper section: click on "Show delevoppers items" on the bottom right corner. #### From source @@ -34,11 +41,6 @@ The SDK must be slightly modified: - replace lib_stusb/STM32_USB_Device_Library/Class/CCID/src/usbd_ccid_if.c and - replace lib_stusb/STM32_USB_Device_Library/Class/CCID/inc/usbd_ccid_if.h by the one provided in sdk/ directory - edit script.ld and modify the stack size : STACK_SIZE = 832; -#### From Binary - -Use the Chrome App "Ledger Manager". See https://www.ledgerwallet.com/apps/manager for details. - -As "OpenPGP card" application is not fully released, click on "Show delevoppers items" on the bottom right corner. ### Host