summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modussl_axtls.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared2022-09-19
* all: Remove unnecessary locals_dict cast.Jim Mussared2022-09-19
* all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared2022-05-18
* extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken2021-02-17
* extmod/modussl_axtls: Reduce size of code that makes exception.Damien George2020-09-11
* extmod/modussl: Improve exception error messages.Thorsten von Eicken2020-07-20
* all: Use MP_ERROR_TEXT for all error messages.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George2019-12-27
* extmod: Give vars/funcs unique names so STATIC can be set to nothing.Damien George2019-08-20
* extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky2019-04-30
* extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.Damien George2018-08-14
* extmod/modussl: Support polling in ussl objects by passing through ioctlDamien George2018-07-20
* extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.Damien George2018-06-13
* py/stream: Switch stream close operation from method to ioctl.Damien George2018-04-10
* extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.Damien George2017-11-24
* extmod/modussl_axtls: Typo fix in comment.Paul Sokolovsky2017-11-02
* extmod/modussl_axtls: socket_read: Handle EAGAIN.Paul Sokolovsky2017-11-02
* extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen2017-10-30
* all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George2017-10-24
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* all: Raise exceptions via mp_raise_XXXJavier Candeira2017-08-13
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Don't include system errno.h when it's not needed.Damien George2017-07-24
* extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky2017-07-20
* extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().Paul Sokolovsky2017-06-14
* extmod/modussl_axtls: Update for axTLS 2.1.3.Paul Sokolovsky2017-06-13
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* extmod: Use mp_raise_OSError helper function.Damien George2016-10-07
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* py/stream: Add adapter methods with POSIX-compatible signatures.Paul Sokolovsky2016-07-30
* extmod/modussl_axtls: Use mp_stream_close() method.Paul Sokolovsky2016-07-23
* extmod/modussl_axtls: Add dummy setblocking() method.Paul Sokolovsky2016-07-15
* extmod/modussl_axtls: Further changes to allow alternative SSL modules.Paul Sokolovsky2016-07-13
* extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.Paul Sokolovsky2016-07-13