circuitpython/ports/espressif/common-hal/ssl
Jeff Epler dcb650c513 pico w: add ssl module
Note: at this time, the ssl module on pico_w never verifies the server
certificate. This means it does not actually provide a higher security
level than regular socket / http protocols.
2022-10-05 13:12:43 -04:00
..
__init__.c Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
__init__.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
SSLContext.c Apply suggestions from code review 2021-12-14 20:03:44 +00:00
SSLContext.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
SSLSocket.c pico w: add ssl module 2022-10-05 13:12:43 -04:00
SSLSocket.h Handle server_hostname argument in espressif SSLContext.wrap_socket 2021-12-14 01:00:50 +00:00