micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 981 forks source link

ssl: Implement SSLSession support. #829

Open DvdGiessen opened 3 months ago

DvdGiessen commented 3 months ago

This adds support for the new SSLSession class implemented in https://github.com/micropython/micropython/pull/12780.