summaryrefslogtreecommitdiff
path: root/extmod/modtls_axtls.c
AgeCommit message (Expand)Author
2025-05-13all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti
2024-03-28extmod/modtls_axtls: Add verify_mode and CERT_NONE constant.Damien George
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: Move the native ssl module to tls.Felix Dörre