Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information