You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carlosgg bfd6ad94ff extmod/asyncio: Add ssl support with SSLContext. 11 months ago
..
README all: Fix spelling mistakes based on codespell check. 2 years ago
asyncio_cancel_stream.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_stream.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_open_connection.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_open_connection.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_tcp_read_headers.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_tcp_read_headers.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_tls_open_connection_readline.py extmod/asyncio: Add ssl support with SSLContext. 11 months ago
getaddrinfo.py tests: Replace umodule with module everywhere. 1 year ago
isrg.der extmod/asyncio: Add ssl support with SSLContext. 11 months ago
mpycert.der extmod/modssl_mbedtls: Add SSLContext certificate methods. 11 months ago
ssl_cert.py tests: Replace umodule with module everywhere. 1 year ago
ssl_cert.py.exp extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2 years ago
ssl_errors.py tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
test_sslcontext_client.py extmod/modssl_mbedtls: Add SSLContext certificate methods. 11 months ago
test_sslcontext_client.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 11 months ago
test_tls_nonblock.py tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
test_tls_sites.py tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
tls_num_errors.py tests: Replace umodule with module everywhere. 1 year ago
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 4 years ago
tls_text_errors.py tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago

README

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