Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.5k stars 2.6k forks source link

Remove all deprecated items #8138

Open daverodgman opened 1 year ago

daverodgman commented 1 year ago

As per https://github.com/Mbed-TLS/mbedtls/issues/6792#issuecomment-1531159865

Also:

mpg commented 1 year ago

review after release of 3.6 LTS for any other deprecations not mentioned above

Note: some functions* use MBEDTLS_DEPRECATED but not \deprecated (and perhaps the other way round happens as well), so we should be careful to use multiple methods when looking for deprecated items.