micropython/tests/multi_net
Felix Dörre aaba1d8a6c extmod/modtls_mbedtls: Implement cert verification callback for mbedtls.
This is a useful alternative to .getpeercert() when the certificate is not
stored to reduce RAM usage.

Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-02-07 13:00:57 +11:00
..
asyncio_tcp_client_rst.py
asyncio_tcp_client_rst.py.exp
asyncio_tcp_close_write.py
asyncio_tcp_close_write.py.exp
asyncio_tcp_readall.py
asyncio_tcp_readall.py.exp
asyncio_tcp_readexactly.py
asyncio_tcp_readexactly.py.exp
asyncio_tcp_readinto.py
asyncio_tcp_readinto.py.exp
asyncio_tcp_server_client.py
asyncio_tcp_server_client.py.exp
asyncio_tls_server_client.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
asyncio_tls_server_client.py.exp
asyncio_tls_server_client_cert_required_error.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
asyncio_tls_server_client_cert_required_error.py.exp
asyncio_tls_server_client_readline.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
asyncio_tls_server_client_readline.py.exp
asyncio_tls_server_client_verify_error.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
asyncio_tls_server_client_verify_error.py.exp
ec_cert.der all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
ec_key.der all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
expired_cert.der all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
rsa_cert.der all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
rsa_key.der all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
ssl_cert_ec.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
ssl_cert_ec.py.exp all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
ssl_cert_rsa.py
ssl_cert_rsa.py.exp
sslcontext_check_hostname_error.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_check_hostname_error.py.exp
sslcontext_getpeercert.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_getpeercert.py.exp all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_server_client.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_server_client.py.exp
sslcontext_server_client_ciphers.py extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
sslcontext_server_client_ciphers.py.exp
sslcontext_server_client_files.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_server_client_files.py.exp
sslcontext_verify_callback.py extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 2024-02-07 13:00:57 +11:00
sslcontext_verify_callback.py.exp extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 2024-02-07 13:00:57 +11:00
sslcontext_verify_error.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_verify_error.py.exp
sslcontext_verify_time_error.py all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
sslcontext_verify_time_error.py.exp
tcp_accept_recv.py
tcp_client_rst.py
tcp_data.py
udp_data.py