Commit 60f158a
net: Override some nRF Security defaults for networking
* Reduce MBEDTLS_SSL_OUT_CONTENT_LEN / MBEDTLS_SSL_IN_CONTENT_LEN in
case NET_TEST symbol (enabled in most of the networking tests) is
enabled. Otherwise, the default is 16k for both, which would require
larger heap sizes (and thus noup patches)
* PSA_WANT_GENERATE_RANDOM is required for DTLS cookie generation, the
symbol is NCS-specific, therefore cannot be added to the configuration
file w/o a noup patch. As DTLS won't work w/o this config enabled
anyway, make sure it's always enabled with DTLS sockets.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>1 parent 6ec529b commit 60f158a
3 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| 316 | + | |
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
| |||
0 commit comments