Update README.md
Added led blink meaning.
This commit is contained in:
22
README.md
22
README.md
@@ -105,6 +105,28 @@ Generating EC keys is almost instant. RSA keypair generation takes some time, sp
|
|||||||
| 3072 | 7 |
|
| 3072 | 7 |
|
||||||
| 4096 | 15 |
|
| 4096 | 15 |
|
||||||
|
|
||||||
|
## Led blink
|
||||||
|
Pico HSM uses the led to indicate the current status. Four states are available:
|
||||||
|
### Press to confirm
|
||||||
|
The Led is almost on all the time. It goes off for 100 miliseconds every second.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Idle mode
|
||||||
|
In idle mode, the Pico HSM goes to sleep. It waits for a command and it is awaken by the driver. The Led is almost off all the time. It goes on for 500 milliseconds every second.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Active mode
|
||||||
|
In active mode, the Pico HSM is awaken and ready to receive a command. It blinks four times in a second.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Processing
|
||||||
|
While processing, the Pico HSM is busy and cannot receive additional commands until the current is processed. In this state, the Led blinks 20 times in a second.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Driver
|
## Driver
|
||||||
|
|
||||||
Pico HSM uses the `sc-hsm` driver provided by [OpenSC](https://github.com/OpenSC/OpenSC/ "OpenSC") or the `sc-hsm-embedded` driver provided by [CardContact](https://github.com/CardContact/sc-hsm-embedded "CardContact"). This driver utilizes the standardized PKCS#11 interface to communicate with the user and it can be used with many engines that accept PKCS#11 interface, such as OpenSSL, P11 library or pkcs11-tool.
|
Pico HSM uses the `sc-hsm` driver provided by [OpenSC](https://github.com/OpenSC/OpenSC/ "OpenSC") or the `sc-hsm-embedded` driver provided by [CardContact](https://github.com/CardContact/sc-hsm-embedded "CardContact"). This driver utilizes the standardized PKCS#11 interface to communicate with the user and it can be used with many engines that accept PKCS#11 interface, such as OpenSSL, P11 library or pkcs11-tool.
|
||||||
|
|||||||
Reference in New Issue
Block a user