index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modtls_mbedtls.c
Age
Commit message (
Expand
)
Author
7 days
extmod/modtls_mbedtls: Do gc_collect and retry ssl_init on any error.
Damien George
2025-07-23
extmod/mbedtls: Implement recommended DTLS features, make optional.
Angus Gratton
2025-07-23
extmod/mbedtls: Implement DTLS HelloVerify cookie support.
Angus Gratton
2025-05-13
all: Rename the "NORETURN" macro to "MP_NORETURN".
Alessandro Gatti
2025-02-14
extmod/modtls_mbedtls: Wire in support for DTLS.
Keenan Johnson
2025-02-03
extmod/mbedtls: Try GC before failing to setup socket on esp32, unix.
Angus Gratton
2024-10-25
extmod/modtls_mbedtls: Support alternate sign callbacks in Python.
iabdalkader
2024-10-25
extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.
iabdalkader
2024-08-26
extmod/modtls_mbedtls: Optimise the DER certificate parsing fix.
Angus Gratton
2024-08-13
extmod/modtls_mbedtls: Fix DER parsing and calculation of key/cert len.
Peter Züger
2024-07-04
all: Use new mp_obj_new_str_from_cstr() function.
Jon Foster
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-20
all: Use mp_obj_malloc_with_finaliser everywhere it's applicable.
Damien George
2024-02-07
extmod/modtls_mbedtls: Implement cert verification callback for mbedtls.
Felix Dörre
2024-02-07
extmod/modtls: Move the native ssl module to tls.
Felix Dörre