summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modussl_mbedtls.c
Commit message (Expand)AuthorAge
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* extmod/modussl_mbedtls: Add dummy setblocking() method.Paul Sokolovsky2016-10-15
* extmod: Use mp_raise_OSError helper function.Damien George2016-10-07
* extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().Paul Sokolovsky2016-09-23
* extmod/modussl_mbedtls: Use 2-component include paths.Paul Sokolovsky2016-09-22
* extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().Paul Sokolovsky2016-09-22
* extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.Paul Sokolovsky2016-09-21