summaryrefslogtreecommitdiff
path: root/tests/multi_net
AgeCommit message (Expand)Author
2024-07-25tests/multi_net: Fix skipping of SSLContext tests when .der don't exist.Damien George
2024-02-07extmod/modtls_mbedtls: Implement cert verification callback for mbedtls.Felix Dörre
2024-02-07extmod/modtls: Move the native ssl module to tls.Felix Dörre
2024-01-30all: Update bindings, ports and tests for mbedtls v3.5.1.Carlosgg
2024-01-05tests/multi_net: Generate smaller certs with 2048-bit RSA.Damien George
2024-01-05tests/run-multitests.py: Change to dir of test script when running it.Damien George
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-09-29tests/multi_net/ssl_cert_rsa.py: Update test certificate.Carlosgg
2023-09-06tests/multi_net: Increase asyncio tests timeouts.iabdalkader
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-07-20extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments.Carlosgg
2022-06-24extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.Damien George
2022-05-24tests/multi_net: Fix TCP accept test when using system error numbers.iabdalkader
2022-05-17tests/multi_net: Skip SSL test if relevant modules aren't available.Damien George
2022-04-11extmod/modusocket: Implement optional socket.listen backlog argument.Jon Bjarni Bjarnason
2022-02-09tests/multi_net/udp_data.py: Make UDP test more reliable.iabdalkader
2022-01-21tests/multi_net/udp_data.py: Allow reusing port before bind.iabdalkader
2022-01-21tests/multi_net: Close accepted sockets when tests are done.iabdalkader
2022-01-17tests/multi_net: Add testing key/cert to SSL server/client test.Damien George
2021-08-13extmod/modlwip: Fix close and clean up of UDP and raw sockets.Damien George
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2020-07-25extmod/uasyncio: Add StreamReader.readexactly(n) method.Damien George
2020-03-26tests/multi_net: Add uasyncio test for TCP server and client.Damien George
2020-03-10tests/multi_net: Add initial set of multi-instance tests for network.Damien George