Commit e036c19
committed
[nrf fromtree] tests: net: socket: tls: Optimize mbed TLS configuration
All handshakes within the test suite are PSK-based, therefore it's only
needed to enable MBEDTLS_CIPHERSUITE_TLS_PSK_WITH_AES_256_CBC_SHA384,
MBEDTLS_CIPHERSUITE_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 is not needed
or used in tests so it only increases the overall image size.
For the few tests verifying the certificate validation, it's enough to
enable X509 certificate parsing and a few dependencies.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
(cherry picked from commit 9f299be)1 parent e88cd52 commit e036c19
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments