summaryrefslogtreecommitdiff
path: root/extmod/mbedtls/mbedtls_config_common.h
AgeCommit message (Expand)Author
2025-07-23extmod/mbedtls: Undefine ARRAY_SIZE if defined by platform.Angus Gratton
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-02-14extmod/modtls_mbedtls: Wire in support for DTLS.Keenan Johnson
2025-01-17lib/mbedtls: Update to mbedtls v3.6.2.Glenn Strauss
2024-07-02extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config.Sylvain Zimmer
2024-01-30all: Update bindings, ports and tests for mbedtls v3.5.1.Carlosgg
2023-12-01extmod/mbedtls: Enable certificate time/date validation by default.Damien George
2022-10-22extmod/mbedtls: Remove brainpool curves from config.Damien George
2022-10-22extmod/mbedtls: Remove MBEDTLS_ECP_DP_CURVE25519_ENABLED config.Damien George
2022-10-22extmod/mbedtls: Enable elliptic curve DH and DSA cryptography.Damien George
2022-10-22extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE.Damien George
2022-10-22extmod/mbedtls: Add common configuration file, and use it in all ports.Damien George