mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
- 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>
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
Wrapped DTLS Server
|
|
Failed to wrap DTLS Server with invalid client_id
|
|
Wrapped DTLS Client
|
|
OK
|