Merge branch 'master' of github.com:LedgerHQ/blue-app-openpgp-card
This commit is contained in:
commit
8e992a5c63
23
README.md
23
README.md
@ -11,17 +11,25 @@ The application supports:
|
|||||||
- ECDH with secp256k1, secp256r1, brainpool 256r1, brainpool 256t1 and curve25519 curves
|
- 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
|
* Ledger Blue support
|
||||||
* Seed mode ON/OFF via apdu
|
* Seed mode ON/OFF via apdu
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
(See also **Configuration**)
|
||||||
|
|
||||||
### NanoS
|
### 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
|
#### From source
|
||||||
|
|
||||||
@ -33,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
|
- 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;
|
- 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
|
### Host
|
||||||
|
|
||||||
@ -70,6 +73,12 @@ This 3 entries must be added at the end of each list.
|
|||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Add the following option in ~/.gnupg/scdaemon.conf :
|
||||||
|
|
||||||
|
enable-pinpad-varlen
|
||||||
|
|
||||||
|
|
||||||
## Add-on
|
## Add-on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user