Commit c6048c8
committed
samples: siwx91x_ota: fix build error to align with latest mbedtls
Update the project configuration (mbedTLS options in prj.conf) so the
sample builds with current Zephyr and satisfies mbedtls/check_config.h when
RSA key exchange is enabled.
Disable MBEDTLS_USE_PSA_CRYPTO for TLS so legacy AES/GCM paths provide
MBEDTLS_SSL_HAVE_*; with PSA-for-TLS and no PSA AES wants, the client could
advertise no usable cipher suites.
Enable cipher and hash sets plus RSA key exchange with the required MD_C,
RSA_C, PKCS1, and ASN1 parse options.
Use sl_wifi_firmware_header_t for firmware header size instead of the
deprecated sl_si91x_firmware_header_t (WiseConnect 4.0).
Signed-off-by: Swamidas Nampalli <Swami.Das@silabs.com>1 parent bbfc459 commit c6048c8
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments