Skip to content

Commit d539dc6

Browse files
Vge0rgembolivar-nordic
authored andcommitted
crypto: Add PSA supported algs for Oberon
-This adds the supported algorithms for the PSA driver provided by Oberon. Ref: NCSDK-12563 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 382af40 commit d539dc6

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

crypto/doc/nrf_oberon.rst

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,31 @@ The supported features for the Mbed TLS companion library are:
4545
* AES (all ciphers, all key sizes)
4646
* AES CCM
4747
* CMAC
48-
* ECDSA (secp256r1 only)
49-
* ECDH (secp256r1 only)
50-
* ECJPAKE (secp256r1 only)
48+
* ECDSA (secp224r1 and secp256r1 only)
49+
* ECDH (secp224r1 and secp256r1 only)
50+
* ECJPAKE (secp224r1 and secp256r1 only)
5151
* SHA-1
5252
* SHA-256
5353

5454

55+
PSA driver integration
56+
======================
57+
Starting from version 3.0.9, the nrf_oberon library contains a companion library that provides PSA driver integration for select features.
58+
This must be used with the :ref:`nrf_security`.
59+
60+
Supported features
61+
------------------
62+
The supported features for the PSA driver companion library are:
63+
64+
* AES CTR/CBC/ECB/CCM/GCM (all key sizes)
65+
* ChaCha20 and Poly1305 (256 bit keys)
66+
* ECDSA (secp224r1 and secp256r1 only)
67+
* ECDH (secp224r1 and secp256r1 only)
68+
* SHA-1
69+
* SHA-224
70+
* SHA-256
71+
* SHA-512
72+
5573
nrf_oberon crypto library API
5674
=============================
5775
:ref:`crypto_api_nrf_oberon`

0 commit comments

Comments
 (0)