summaryrefslogtreecommitdiff
path: root/extmod/modussl_mbedtls.c
AgeCommit message (Expand)Author
2019-06-05extmod/modussl_mbedtls: Allow to build with object representation D.Damien George
2019-04-30extmod/modussl_mbedtls: Support non-blocking handshake.Paul Sokolovsky
2019-01-27extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include.Paul Sokolovsky
2018-07-20extmod/modussl: Support polling in ussl objects by passing through ioctlDamien George
2018-06-18extmod: Update to use new mp_get_stream helper.Damien George
2018-05-31extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.Damien George
2018-05-31extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.Damien George
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2017-12-13extmod/modussl_mbedtls: Clean up mbedtls state when error during setup.Damien George
2017-10-30extmod/modussl_mbedtls: Allow to compile with unix coverage build.Damien George
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled.Damien George
2017-08-16extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.Eric Poulsen
2017-07-26extmod/modussl_mbedtls: Implement non-blocking SSL sockets.Eric Poulsen
2017-07-25extmod/modussl_mbedtls: Make socket.close() free all TLS resources.Damien George
2017-07-25extmod/modussl_mbedtls: When reading and peer wants to close, return 0.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-24extmod/modussl_mbedtls: Support server_side mode.Damien George
2017-03-29extmod: Update for changes to mp_obj_str_get_data.Damien George
2016-11-14all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky
2016-10-15extmod/modussl_mbedtls: Add dummy setblocking() method.Paul Sokolovsky
2016-10-07extmod: Use mp_raise_OSError helper function.Damien George
2016-09-23extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().Paul Sokolovsky
2016-09-22extmod/modussl_mbedtls: Use 2-component include paths.Paul Sokolovsky
2016-09-22extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().Paul Sokolovsky
2016-09-21extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.Paul Sokolovsky