Paul Sokolovsky
|
46ab042230
|
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
In CPython, module-level .wrap_socket() function actually doesn't accept
(or document) this param, only SSLContext.wrap_socket() has.
|
2016-09-23 01:44:23 +03:00 |
Paul Sokolovsky
|
080e4d44f3
|
extmod/modussl_mbedtls: Use 2-component include paths.
This is required to use mbedTLS versions from various sources, e.g.
mainline vs embedded into Zephyr RTOS.
|
2016-09-22 01:30:48 +03:00 |
Paul Sokolovsky
|
5f0ecb72c2
|
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
Unlike standard keyfile= and certfile=, these accept byte buffer objects
(to not depend on FS implementation).
|
2016-09-22 00:17:44 +03:00 |
Paul Sokolovsky
|
9ea2882317
|
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
|
2016-09-21 21:25:33 +03:00 |