modussl: SSL socket wrapper module based on axTLS.

This commit is contained in:
Paul Sokolovsky
2015-10-06 18:10:00 +03:00
parent 062bd81814
commit aaa8867d4a
7 changed files with 227 additions and 0 deletions

View File

@@ -607,3 +607,8 @@ Q(mem8)
Q(mem16)
Q(mem32)
#endif
#if MICROPY_PY_USSL
Q(ussl)
Q(wrap_socket)
#endif