micropython-lib/python-stdlib/ssl
Damien George 45ead11f96 ssl: Use "from tls import *" to be compatible with axtls.
axtls doesn't define all the CERT_xxx constants, nor the MBEDTLS_VERSION
constant.

This change means that `tls.SSLContext` is imported into the module, but
that's subsequently overridden by the class definition in this module.

Signed-off-by: Damien George <damien@micropython.org>
2024-03-28 17:44:37 +11:00
..
manifest.py ssl: Use "from tls import *" to be compatible with axtls. 2024-03-28 17:44:37 +11:00
ssl.py ssl: Use "from tls import *" to be compatible with axtls. 2024-03-28 17:44:37 +11:00