Lena Boeckmann
Lena Boeckmann
### Contribution description This adds wrappers for the PSA Crypto module to the cryptoauthlib package. It also cofnigures a second I2C bus on nrf52 based boards. ### Issues/PRs references: Prerequisite:...
### Contribution description This adds a driver for the CryptoCell 310 hardware accelerator to the packages, as well as support for hardware crypto to nrf52 based boards. It includes wrappers...
### Contribution description This adds an implementation of the ARM [PSA Crypto API](https://armmbed.github.io/mbed-crypto/html/index.html) specification to RIOT. It is a cryptographic API that supports software and hardware backends as well as...
### Contribution description This extends the CBC mode API with functions for CBC with padding, allowing for plaintext input that is not a multiple of the AES block size. It...
### Contribution description This adds wrappers for the PSA Crypto module to RIOT hashes ### Issues/PRs references Prerequisite: https://github.com/RIOT-OS/RIOT/pull/18578 Split up PR https://github.com/RIOT-OS/RIOT/pull/18547
### Contribution description This adds wrappers for the PSA Crypto module to the RIOT cipher module ### Issues/PRs references Prerequisite: #18578 Split up PR #18547
Line 430 only gets the pointer to the key slot number in the key slot struct, which is empty at this point. The function name is not clear, it should...
### Contribution description This is an implementation of persistent key storage in PSA Crypto. It uses VFS with littlefs2 and MTD. PSA keys are encoded in CBOR, written to files...
The PSA configuration tests used symlinks of the files from `examples/psa_crypto`. This lead to the issue that CI did not rebuild them for each of the tests and missed some...
### Contribution description The cryptoauthlib shell command was broken due to API changes. I updated the calls. Additionally I made the output a bit prettier. It is also possible to...