index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modussl_axtls.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-06-13
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-11-24
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-02
extmod/modussl_axtls: Typo fix in comment.
Paul Sokolovsky
2017-11-02
extmod/modussl_axtls: socket_read: Handle EAGAIN.
Paul Sokolovsky
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-06-14
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
Paul Sokolovsky
2017-06-13
extmod/modussl_axtls: Update for axTLS 2.1.3.
Paul Sokolovsky
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-07
extmod: Use mp_raise_OSError helper function.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-07-30
py/stream: Add adapter methods with POSIX-compatible signatures.
Paul Sokolovsky
2016-07-23
extmod/modussl_axtls: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-15
extmod/modussl_axtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky