Lena Boeckmann

Results 10 issues of 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:...

Area: doc
Area: pkg
Area: boards
Area: sys
Area: Kconfig

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

Platform: ARM
Area: doc
Area: build system
Area: pkg
Area: cpu
Area: sys
Area: Kconfig

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

Area: doc
Area: sys
Area: examples
Area: Kconfig

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

Area: tests
CI: ready for build
Area: sys

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

Area: build system
Area: sys
Area: Kconfig

### Contribution description This adds wrappers for the PSA Crypto module to the RIOT cipher module ### Issues/PRs references Prerequisite: #18578 Split up PR #18547

Area: build system
Area: sys
Area: Kconfig

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

Area: doc
Area: tests
Area: sys
Area: Kconfig

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

Area: tests
CI: ready for build

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

Area: pkg
CI: ready for build
Area: sys