diff options
author | Angus Gratton <angus@redyak.com.au> | 2025-06-05 15:32:38 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-23 15:47:16 +1000 |
commit | 9b7d85227e67a7edd608aab4ff7eb4a838651f75 (patch) | |
tree | 4a4681d5567f3782771c7c68367890b66fc56059 /docs/esp32 | |
parent | 41e0ec96cb10580c8d77156ed51c2e34bc2fc0ac (diff) |
extmod/mbedtls: Implement recommended DTLS features, make optional.
- DTLS spec recommends HelloVerify and Anti Replay protection be enabled,
and these are enabled in the default mbedTLS config. Implement them here.
- To help compensate for the possible increase in code size, add a
MICROPY_PY_SSL_DTLS build config macro that's enabled for EXTRA and
above by default.
This allows bare metal mbedTLS ports to use DTLS with HelloVerify support.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions