micropython / micropython-lib

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

ssl: restructure micropython interface in a tls module #793

Closed felixdoerre closed 4 months ago

felixdoerre commented 5 months ago

This changes correspond to micropython/12259.

dpgeorge commented 5 months ago

Please can you change the module() call in ssl/manifest.py to:

module("ssl.py", opt=3)

That well help keep the code size down.

dpgeorge commented 4 months ago

Thanks for this, now merged.