summaryrefslogtreecommitdiff
path: root/extmod/modtls_mbedtls.c
AgeCommit message (Expand)Author
7 daysextmod/modtls_mbedtls: Do gc_collect and retry ssl_init on any error.Damien George
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-07-23extmod/mbedtls: Implement DTLS HelloVerify cookie support.Angus Gratton
2025-05-13all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti
2025-02-14extmod/modtls_mbedtls: Wire in support for DTLS.Keenan Johnson
2025-02-03extmod/mbedtls: Try GC before failing to setup socket on esp32, unix.Angus Gratton
2024-10-25extmod/modtls_mbedtls: Support alternate sign callbacks in Python.iabdalkader
2024-10-25extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.iabdalkader
2024-08-26extmod/modtls_mbedtls: Optimise the DER certificate parsing fix.Angus Gratton
2024-08-13extmod/modtls_mbedtls: Fix DER parsing and calculation of key/cert len.Peter Züger
2024-07-04all: Use new mp_obj_new_str_from_cstr() function.Jon Foster
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-20all: Use mp_obj_malloc_with_finaliser everywhere it's applicable.Damien George
2024-02-07extmod/modtls_mbedtls: Implement cert verification callback for mbedtls.Felix Dörre
2024-02-07extmod/modtls: Move the native ssl module to tls.Felix Dörre