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

@@ -186,6 +186,9 @@ STATIC const mp_map_elem_t mp_builtin_module_table[] = {
#if MICROPY_PY_MACHINE
{ MP_OBJ_NEW_QSTR(MP_QSTR_machine), (mp_obj_t)&mp_module_machine },
#endif
#if MICROPY_PY_USSL
{ MP_OBJ_NEW_QSTR(MP_QSTR_ussl), (mp_obj_t)&mp_module_ussl },
#endif
// extra builtin modules as defined by a port
MICROPY_PORT_BUILTIN_MODULES