circuitpython/ports/raspberrypi/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 pico w: add ssl module 2022-10-05 13:12:43 -04:00
__init__.h pico w: add ssl module 2022-10-05 13:12:43 -04:00
SSLContext.c pico w: add ssl module 2022-10-05 13:12:43 -04:00
SSLContext.h pico w: add ssl module 2022-10-05 13:12:43 -04:00
SSLSocket.c pico w: add ssl module 2022-10-05 13:12:43 -04:00
SSLSocket.h pico w: add ssl module 2022-10-05 13:12:43 -04:00