mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
`ssl.wrap_socket()` is deprecated in CPython, so use `SSLContext` instead, so the example is a good example to copy. Signed-off-by: Damien George <damien@micropython.org>