Commit 6556328
[nrf noup] mbedtls: Add PSA_WANT dependencies to TLS12 algorithm
PSA_WANT_ALG_TLS12_PRF and PSA_WANT_ALG_TLS12_PSK_TO_MS rely on HMAC so
They should have PSA_WANT_ALG_HMAC as dependency
PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS uses SHA-256 so should have
PSA_WANT_ALG_SHA_256 as dependency
noup as these algorithms don't exist upstream
Signed-off-by: Markus Swarowsky <[email protected]>1 parent 1c03013 commit 6556328
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
504 | 505 | | |
| 506 | + | |
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
508 | 510 | | |
| 511 | + | |
509 | 512 | | |
510 | 513 | | |
511 | 514 | | |
| |||
0 commit comments