summaryrefslogtreecommitdiff
path: root/extmod/modssl_mbedtls.c
AgeCommit message (Expand)Author
2024-02-07extmod/modtls: Move the native ssl module to tls.Felix Dörre
2024-01-29extmod/modssl_mbedtls: Fix cipher iteration in SSLContext.get_ciphers.Damien George
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-14extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method.Damien George
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-12-08extmod: Switch to use new event functions.Angus Gratton
2023-09-03extmod/modssl_mbedtls: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET.Mirko Vogt
2023-09-03extmod/modssl_mbedtls: Call func psa_crypto_init if PSA is used.Mirko Vogt
2023-08-30extmod/modssl_mbedtls: Clear sock member if error creating SSLSocket.Damien George
2023-08-09extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state.Damien George
2023-08-09extmod/modssl_mbedtls: Reject ioctls that are not supported.Damien George
2023-08-01extmod/modssl_mbedtls: Reference SSLContext from SSLSocket.Jim Mussared
2023-06-26extmod/modssl: Add SSLContext class.Damien George
2023-06-23extmod: Update to support mbedtls 3.x.Damien George
2023-06-08all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared