circuitpython/shared-module/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 update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
__init__.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
SSLContext.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
SSLContext.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
SSLSocket.c SSLSocket: handle exceptions during protocol read/write operations 2024-06-12 16:41:19 -05:00
SSLSocket.h take micropython tricks for selectability of ssl sockets 2024-06-10 12:07:48 -05:00