Damian Królik

Results 9 issues of Damian Królik

Implement most cryptographic operations using PSA crypto API (remaining ones will probably keep using old mbedTLS APIs). Make it unit-testable using the following manual steps (until we all agree to...

crypto
review - pending

### Feature description PSA crypto API requires that key pairs have their purpose (what algorithm they are meant for) defined upon their creation. The existing `P256Keypair`, on the other hand,...

### Feature description The interface for symmetric encryption (AES CCM and CTR) should not assume that the application has direct access to the encryption key. The key reference should be...

### Feature description Add a new crypto backend that implements existing CHIPCryptoPAL interface using PSA crypto API. PSA crypto API (https://armmbed.github.io/mbed-crypto/html/) is an API that is going to eventually replace...

Add CHIP_CRYPTO_PSA Kconfig variable to enable the crypto backend based on PSA crypto API in nRF Connect examples. Also, tune the mbedTLS configuration to reduce the flash usage. Signed-off-by: Damian...

platform
nrf connect
config
review - pending

Fast-changing attributes with NVM storage, such as CurrentLevel of the LevelControl cluster, may result in rapid flash wearout using the default attribute persister which stores all values immediately. Implement a...

examples
app
review - pending

1. Add lightweight `CommandSet` class to prevent instantiating `Shell::Engine`, which allows for dynamic command registration, just to create a subshell with a fixed number of subcommands. This slightly reduces the...

lib
review - pending
shell

If the Wake-up Coordinator role is enabled: 1. Add an API to attempt to attach a Wake-up End Device. For now, this new API starts a wake-up frame sequence to...

This issue is used to track all PRs and discussions related to the implementation of Thread in Mobile functionality defined in https://threadgroup.atlassian.net/browse/SPEC-1267 that enables direct communication between two sleepy devices....