aboutsummaryrefslogtreecommitdiff
path: root/extmod/modussl_axtls.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2020-09-11extmod/modussl_axtls: Reduce size of code that makes exception.Damien George
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-08-20extmod: Give vars/funcs unique names so STATIC can be set to nothing.Damien George
2019-04-30extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky
2018-08-14extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.Damien George
2018-07-20extmod/modussl: Support polling in ussl objects by passing through ioctlDamien George
2018-06-13extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.Damien George
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2017-11-24extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.Damien George
2017-11-02extmod/modussl_axtls: Typo fix in comment.Paul Sokolovsky
2017-11-02extmod/modussl_axtls: socket_read: Handle EAGAIN.Paul Sokolovsky
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-06-14extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().Paul Sokolovsky
2017-06-13extmod/modussl_axtls: Update for axTLS 2.1.3.Paul Sokolovsky
2016-11-14all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky
2016-10-07extmod: Use mp_raise_OSError helper function.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-07-30py/stream: Add adapter methods with POSIX-compatible signatures.Paul Sokolovsky
2016-07-23extmod/modussl_axtls: Use mp_stream_close() method.Paul Sokolovsky
2016-07-15extmod/modussl_axtls: Add dummy setblocking() method.Paul Sokolovsky
2016-07-13extmod/modussl_axtls: Further changes to allow alternative SSL modules.Paul Sokolovsky
2016-07-13extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.Paul Sokolovsky