aboutsummaryrefslogtreecommitdiff
path: root/tests/net_inet/test_tls_sites.py
AgeCommit message (Expand)Author
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-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-10-26tests/net_inet: Update tls test to work with CPython and incl new site.Damien George
2017-06-21tests/net_inet/test_tls_sites.py: Integration test for SSL connections.Paul Sokolovsky