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