Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16)
This commit is contained in:
parent
d1d4adbf2c
commit
3e0d47a268
35 changed files with 677 additions and 38 deletions
6
docs/external/pcsc.md
vendored
6
docs/external/pcsc.md
vendored
|
|
@ -4,7 +4,8 @@
|
|||
- Purpose: Access smart card readers/cards via PC/SC (pcsclite).
|
||||
- Homepage: https://pcsclite.apdu.fr/
|
||||
|
||||
Opcodes:
|
||||
## Opcodes:
|
||||
|
||||
- OP_PCSC_ESTABLISH: returns context id (>0) or 0
|
||||
- OP_PCSC_RELEASE: pops ctx id; returns 1/0
|
||||
- OP_PCSC_LIST_READERS: pops ctx id; returns array of reader names
|
||||
|
|
@ -12,6 +13,7 @@ Opcodes:
|
|||
- OP_PCSC_DISCONNECT: pops handle id; returns 1/0
|
||||
- OP_PCSC_TRANSMIT: pops apdu, handle id; returns map with data/SW/rc
|
||||
|
||||
Notes:
|
||||
## Notes:
|
||||
|
||||
- Requires PC/SC lite development headers/libs.
|
||||
- Behavior and availability depend on platform and reader drivers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue