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