zephyr/subsys/net/lib
Damian Krolik 726656dda5 net: openthread: Add crypto backend based on PSA API
OpenThread has lately got an option to provide a custom
crypto backend that replaces the default, based on mbedTLS
API. Implement a backend based on ARM PSA crypto API that
is better suited for applications willing to take advantage
of the ARM trust zone technology.

Add Kconfig option: OPENTHREAD_CRYPTO_PSA_ENABLE which
enables that backend.

Also, another Kconfig option:
OPENTHREAD_PLATFORM_KEY_REFERENCES_ENABLE, implied by the
former, which enables usage of key references instead of
literal keys in OpenThread. It will eventually allow
OpenThread applications to keep sensitive data such as
encryption keys in the secure storage, accessible from the
secure world only.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2021-10-17 11:51:38 -04:00
..
capture net: remove usage of device_pm_control_nop 2021-04-27 16:28:49 -04:00
coap net: coap: coap_next_token single sys_rand_get call 2021-07-29 11:47:51 -04:00
config net: config: Try to only use auto started interface 2021-03-29 07:40:24 -04:00
conn_mgr
dns net: mdns + dns_sd: fix regression that breaks ptr queries 2021-10-11 08:50:45 -04:00
http net: http: Fix HTTP_DATA_FINAL notification 2021-09-17 08:12:00 -04:00
lwm2m net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
mqtt net: mqtt: Handle incomplete zsock_sendmsg write 2021-09-29 11:08:40 +02:00
openthread net: openthread: Add crypto backend based on PSA API 2021-10-17 11:51:38 -04:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: sockets: socketpair: fix locking 2021-10-11 21:00:41 -04:00
socks
tftp net: refactor tftp library 2021-06-29 09:15:55 -04:00
tls_credentials
utils
websocket net: websocket: s/mbedtls_sha1_ret/mbedtls_sha1/ 2021-10-07 14:02:40 -05:00
CMakeLists.txt net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00
Kconfig net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00