summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/library/psa_crypto_pake.c
Commit message (Collapse)AuthorAgeFilesLines
* [mbedTLS] Enable TLS 1.3 supportFabio Alessandrelli2024-09-261-0/+571
Move library initialization to module registration functions. Only set library debug threshold when verbose output is enabled. TLSv1.3 functions seems to be a bit more verbose then expected, and generate a lot of noise. Yet, some level of debugging without recompiling the engine would be nice. We should discuss this upstream.