cryptoauthlib
cryptoauthlib copied to clipboard
Library for interacting with the Crypto Authentication secure elements
# Please describe the purpose of this pull request See https://github.com/MicrochipTech/cryptoauthlib/issues/379 # Checklist * [x] I have reviewed the [CONTRIBUTING.md](https://github.com/MicrochipTech/cryptoauthlib/blob/main/CONTRIBUTING.md) and agree to it's terms
# Please describe the purpose of this pull request Fixes use of word address as device address in i2c writes. Signed-off-by: Daniel Mangum Some callers pass a word address, but...
When using pkcs11 with a TA* device to do an ECDH derivation, the mutexes weren't being locked. This caused problems. # Checklist * [x] I have reviewed the [CONTRIBUTING.md](https://github.com/MicrochipTech/cryptoauthlib/blob/main/CONTRIBUTING.md) and...
**Describe the bug** The includes inside the library header files (and maybe c files too) leads to compile error when include the lib through `#include ` **To Reproduce** Steps to...
In atca_mbedtls_wrap.h file, there are few APIs such as `atca_mbedtls_pk_init();` etc. In a recent release, probably 3.7.7, the mbedtls related support was moved under `ATCA_MBEDTLS` configuration option. But the `atca_mbedtls_wrap.h`...
# Please describe the purpose of this pull request Build with `gcc -Wextra` wihout warnings # Checklist * [X] I have reviewed the [CONTRIBUTING.md](https://github.com/MicrochipTech/cryptoauthlib/blob/main/CONTRIBUTING.md) and agree to it's terms
**Describe the bug** A clear and concise description of what the bug is. When I ported CryptoLib to the STM32 platform, I encountered an issue where using the atcab_ecdh_ioenc function...