wolfssl-py/tests
Juliusz Sosinowicz 406cceb7ba Keep end-to-end example test compatible with Python 2.7
subprocess.run() is Python 3.5+. Use Popen with communicate() and a
threading.Timer watchdog in place of the communicate() timeout, which
is 3.3+.
2026-07-13 17:53:14 +00:00
..
conftest.py SSLSocket: support version() method 2024-07-18 18:53:27 +00:00
test_client.py Guard shutdowns and clean up code 2026-04-14 17:10:36 +00:00
test_client_example.py Keep end-to-end example test compatible with Python 2.7 2026-07-13 17:53:14 +00:00
test_context.py Guard shutdowns and clean up code 2026-04-14 17:10:36 +00:00
test_dtls_handshake_once.py Drive DTLS handshake only until complete in I/O methods (F-4136) 2026-06-23 11:33:22 +00:00
test_dtls_server_example.py Fix DTLS server example consuming the ClientHello before handshake (F-3481) 2026-06-23 11:22:06 +00:00
test_getpeercert.py Harden WolfSSLX509 constructor type discrimination 2026-07-13 17:35:04 +00:00
test_io_error_mapping.py Map WANT_WRITE from SSLSocket.recv_into() to SSLWantWriteError (F-3907) 2026-06-23 11:25:08 +00:00
test_methods.py Add support for disable-oldtls 2022-07-22 13:20:13 +01:00
test_write_bytes.py Keep test_write_bytes.py source 7-bit ASCII 2026-07-13 17:35:04 +00:00
wolfssltestserver.py SSLSocket: support version() method 2024-07-18 18:53:27 +00:00