Core functionalities to transform Raspberry Pico into a CCID device.
Find a file
Pol Henarejos d1530733a2
Lots of fixes with CBOR encoding cbor_get_info().
- Numeric fields shall be encoded with uint and NOT with simple, despite are < 24.
- maxCredentialCountInList and maxCredentialIdLength only accept uint values.
- up shall not be present (assumed True always).
- Also added cbor_reset(). It does nothing but ok.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2022-09-12 00:50:38 +02:00
config Disabling MbedTLS with FS. 2022-09-02 19:08:25 +02:00
mbedtls@d65aeb3734 Adding EAC and some crypto functions. 2022-04-19 19:09:38 +02:00
src Lots of fixes with CBOR encoding cbor_get_info(). 2022-09-12 00:50:38 +02:00
tinycbor@e27261ed5e Add TinyCBOR for CBOR encoding/decoding. 2022-09-09 20:33:42 +02:00
.gitmodules Add TinyCBOR for CBOR encoding/decoding. 2022-09-09 20:33:42 +02:00
CMakeLists.txt Creating a cmake library to be added by other projects. 2022-08-31 13:55:14 +02:00
LICENSE Initial commit 2022-04-19 12:58:22 +02:00
pico_hsm_sdk_import.cmake Add TinyCBOR library compile. 2022-09-09 20:43:18 +02:00
pico_sdk_import.cmake Adding first release of Pico CCID. It should be the core for different types of smart cards. 2022-04-19 13:40:45 +02:00