diff options
author | Damien George <damien@micropython.org> | 2023-12-12 17:17:22 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-12-12 21:22:10 +1100 |
commit | bba8a673d5ed6ad4404502c32dac003ad9d59bde (patch) | |
tree | 258d603836d05811b328bade1d99c81fb34af9d8 /extmod/modssl_mbedtls.c | |
parent | ef996d15b9cbadee591a185f27fb16e90a5d4f5d (diff) | |
download | micropython-bba8a673d5ed6ad4404502c32dac003ad9d59bde.tar.gz micropython-bba8a673d5ed6ad4404502c32dac003ad9d59bde.zip |
tests: Update SSL network tests to use SSLContext, and work on CPython.
Changes are:
- use ssl.SSLContext.wrap_socket instead of ssl.wrap_socket
- disable check_hostname and call load_default_certs() where appropriate,
to get CPython to run the tests correctly
- pass socket.AF_INET to getaddrinfo and socket.socket(), to force IPv4
- change tests to use github.com instead of google.com, because certificate
validation was failing with google.com
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/modssl_mbedtls.c')
0 files changed, 0 insertions, 0 deletions