circuitpython/shared-bindings/ssl
Scott Shawcroft 605c39c8db
Fix ssl.SSLSocket bind() error checking
Non-ssl sockets now return size_t error numbers, not bool.

Fixes #8947
2024-02-20 15:46:06 -08:00
..
__init__.c wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
__init__.h mbedtls: move to shared-module 2024-02-15 13:30:09 -06:00
SSLContext.c correct SSLContext.load_verify_locations() args 2023-11-16 20:17:20 -05:00
SSLContext.h mbedtls: move to shared-module 2024-02-15 13:30:09 -06:00
SSLSocket.c Fix ssl.SSLSocket bind() error checking 2024-02-20 15:46:06 -08:00
SSLSocket.h Fix ssl.SSLSocket bind() error checking 2024-02-20 15:46:06 -08:00