Skip to content

Commit 0476d89

Browse files
committed
manifest: crypto: Use Mbed TLS and Oberon PSA core with client
-This manifest update and relevant commits in sdk-nrf is made to add support for nRF54H20 devices without a local build of the core -This includes taking in sdk-mbedtls pull request nrfconnect#15 for better client support in PK and MD wrapper APIs -This includes taking in sdk-oberon-psa-crypto pull request nrfconnect#10 for better client support as well as fixups for psa_util used for TLS/DTLS and X.509 testing Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 245c325 commit 0476d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ manifest:
140140
- name: mbedtls
141141
path: modules/crypto/mbedtls
142142
repo-path: sdk-mbedtls
143-
revision: c99e53f8bacdce37db400e5c46b26ee26937234c
143+
revision: pull/35/head
144144
- name: oberon-psa-crypto
145145
path: modules/crypto/oberon-psa-crypto
146146
repo-path: sdk-oberon-psa-crypto
147-
revision: 9cc43faffa595c6abdf1cfc1783f8f974b4b2ce1
147+
revision: pull/10/head
148148
- name: nrfxlib
149149
repo-path: sdk-nrfxlib
150150
path: nrfxlib

0 commit comments

Comments
 (0)