micropython/tests/net_inet
Angus Gratton f01373587d tests/net_inet: Use the letsencrypt TLS root cert for all tests.
Previously, mpycert.der was the Intermediate certificate which is regularly
re-issued by Letsencrypt.

Also changes ssl_cert.py to load the cert data from the same file as
test_sslcontext_client.py, so the DER string doesn't have to be pasted
into the source.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-03-03 22:52:23 +11:00
..
asyncio_cancel_stream.py tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_cancel_stream.py.exp tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_open_connection.py tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_open_connection.py.exp tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_tcp_read_headers.py tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_tcp_read_headers.py.exp tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_tls_open_connection_readline.py tests/net_inet: Use the letsencrypt TLS root cert for all tests. 2026-03-03 22:52:23 +11:00
getaddrinfo.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
isrgrootx1.der tests/net_inet: Use the letsencrypt TLS root cert for all tests. 2026-03-03 22:52:23 +11:00
README all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
resolve_on_connect.py tests/net_inet/resolve_on_connect.py: Convert to use unittest. 2025-10-20 11:56:06 +11:00
ssl_cert.py tests/net_inet: Use the letsencrypt TLS root cert for all tests. 2026-03-03 22:52:23 +11:00
ssl_cert.py.exp extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2022-07-20 16:46:04 +10:00
ssl_errors.py tests/net_inet: Skip tests on axTLS when necessary. 2025-10-20 12:06:39 +11:00
test_sslcontext_client.py tests/net_inet: Use the letsencrypt TLS root cert for all tests. 2026-03-03 22:52:23 +11:00
test_sslcontext_client.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
test_tls_nonblock.py tests/net_inet: Skip tests on axTLS when necessary. 2025-10-20 12:06:39 +11:00
test_tls_sites_simple.py tests/net_inet: Add simpler tls sites test, and skip existing on axtls. 2024-03-29 10:46:09 +11:00
test_tls_sites.py tests/net_inet: Add simpler tls sites test, and skip existing on axtls. 2024-03-29 10:46:09 +11:00
tls_num_errors.py tests/net_inet/tls_num_errors.py: Switch to tls mod and require mbedTLS. 2025-10-20 12:06:39 +11:00
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 2020-07-20 23:41:45 +10:00
tls_text_errors.py tests/net_inet/tls_text_errors.py: Tweak test for newer CPython version. 2024-05-27 13:56:55 +10:00
tls_text_errors.py.exp tests/net_inet/tls_text_errors.py: Add exp file to run on axTLS. 2025-10-20 12:06:39 +11:00

This directory contains network tests which require Internet connection.
Note that these tests are not run as part of the main testsuite and need
to be run separately (from the main test/ directory):

    ./run-tests.py net_inet/*.py