summaryrefslogtreecommitdiff
path: root/tests/net_inet
AgeCommit message (Expand)Author
2024-09-04tests/net_inet: Update micropython.org certificate for SSL tests.Damien George
2024-05-27tests/net_inet/tls_text_errors.py: Tweak test for newer CPython version.Damien George
2024-03-29tests/net_inet: Add simpler tls sites test, and skip existing on axtls.Damien George
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-12tests: Update SSL network tests to use SSLContext, and work on CPython.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-06-26extmod/modssl: Add SSLContext class.Damien George
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2022-07-20extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments.Carlosgg
2022-06-03tests/net_inet: Remove broken api.telegram.org from tests.Andrew Leech
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-18tests/net_inet: Add 'Strict-Transport-Security' to exp file.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-26tests/net_inet: Add uasyncio internet tests.Damien George
2017-10-26tests/net_inet: Update tls test to work with CPython and incl new site.Damien George
2017-06-23tests/net_inet: Move tests which don't require full Internet to net_hosted.Paul Sokolovsky
2017-06-21tests/net_inet: Add tests for accept and connect in nonblocking mode.Damien George
2017-06-21tests/net_inet/test_tls_sites.py: Integration test for SSL connections.Paul Sokolovsky