circuitpython/shared-bindings/ssl
Jeff Epler 3215f6c4ff SSLSocket: handle exceptions during protocol read/write operations
These protocol operations should not raise exceptions, but sometimes
they do. Catch the exception and extract the errno value if available.

At the same time, harmonize the argument types for the underlying C
routines
2024-06-12 16:41:19 -05:00
..
__init__.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
__init__.h guard2once -s ... 2024-05-19 20:40:44 -04:00
SSLContext.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
SSLContext.h guard2once -s ... 2024-05-19 20:40:44 -04:00
SSLSocket.c SSLSocket: handle exceptions during protocol read/write operations 2024-06-12 16:41:19 -05:00
SSLSocket.h SSLSocket: handle exceptions during protocol read/write operations 2024-06-12 16:41:19 -05:00