cryptoauthlib icon indicating copy to clipboard operation
cryptoauthlib copied to clipboard

Library for interacting with the Crypto Authentication secure elements

Results 33 cryptoauthlib issues
Sort by recently updated
recently updated
newest added

# 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...