29 Commits (659113825d10bf2ae71dd215a8597451e505982d)

Author SHA1 Message Date
Damien George e1fe62f4fc tests/multi_net: Fix skipping of SSLContext tests when .der don't exist. 4 months ago
Felix Dörre aaba1d8a6c extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls. 9 months ago
Carlosgg f3d1495fd3 all: Update bindings, ports and tests for mbedtls v3.5.1. 2 years ago
Damien George 0c81ffd31a tests/multi_net: Generate smaller certs with 2048-bit RSA. 10 months ago
Damien George f0392b8d3d tests/run-multitests.py: Change to dir of test script when running it. 10 months ago
Carlosgg bfd6ad94ff extmod/asyncio: Add ssl support with SSLContext. 11 months ago
Damien George ef996d15b9 extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 11 months ago
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
Carlosgg 10f34b97d1 tests/multi_net/ssl_cert_rsa.py: Update test certificate. 1 year ago
iabdalkader 3637252b7b tests/multi_net: Increase asyncio tests timeouts. 1 year ago
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio. 1 year ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
iabdalkader beeb250d58 tests/multi_net: Fix TCP accept test when using system error numbers. 3 years ago
Damien George acfc3bbdf8 tests/multi_net: Skip SSL test if relevant modules aren't available. 3 years ago
Jon Bjarni Bjarnason 919f696ad2 extmod/modusocket: Implement optional socket.listen backlog argument. 3 years ago
iabdalkader 30a022548f tests/multi_net/udp_data.py: Make UDP test more reliable. 3 years ago
iabdalkader 6e8f4eaa52 tests/multi_net/udp_data.py: Allow reusing port before bind. 3 years ago
iabdalkader e6ddda29ca tests/multi_net: Close accepted sockets when tests are done. 3 years ago
Damien George 2c9dc5742a tests/multi_net: Add testing key/cert to SSL server/client test. 3 years ago
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets. 3 years ago
Mike Teachman b0b8ebc4f6 extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George 441460d81f extmod/uasyncio: Add StreamReader.readexactly(n) method. 4 years ago
Damien George 38904b8937 tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
Damien George 8f44c0dd16 tests/multi_net: Add initial set of multi-instance tests for network. 5 years ago