Update APPLICATION.MD
This commit is contained in:
parent
6855e46975
commit
b68e7a55ea
|
@ -92,10 +92,10 @@ derivation session
|
|||
Response Data format:
|
||||
if P1 = 0x00:
|
||||
- Tag 0xA3 = Application Status Template
|
||||
- Tag 0x80 = PIN retry count (1 byte)
|
||||
- Tag 0x81 = PUK retry count (1 byte)
|
||||
- Tag 0x82 = 0 if key is not initialized, 1 otherwise
|
||||
- Tag 0x83 = 1 if public key derivation is supported, 0 otherwise
|
||||
- Tag 0x02 = PIN retry count (1 byte)
|
||||
- Tag 0x02 = PUK retry count (1 byte)
|
||||
- Tag 0x01 = 0 if key is not initialized, 1 otherwise
|
||||
- Tag 0x01 = 1 if public key derivation is supported, 0 otherwise
|
||||
|
||||
if P1 = 0x01
|
||||
- a sequence of 32-bit numbers indicating the current key path. Empty if master key is selected.
|
||||
|
@ -317,4 +317,4 @@ This command exports the current public and private key if and only if the curre
|
|||
selected by P1. P1 is only an index, the actual key path is stored immutably in the applet itself. At the moment only
|
||||
the Whisper key (P1=0x01) can be exported and its key path is m/1/1. Other key paths could be added in the future, but
|
||||
the last should remain as short as possible because of the security implications of revealing private keys to a possibly
|
||||
compromised device. The current chain code is never exported to make it impossible to further derive keys off-card.
|
||||
compromised device. The current chain code is never exported to make it impossible to further derive keys off-card.
|
||||
|
|
Loading…
Reference in New Issue