mbedtls
mbedtls copied to clipboard
Consider renaming `ssl_` to `tls_` in 4.0
Since we're removing support for SSL 3.0 and newer versions are called TLS, it would probably be less confusing for users if our SSL module was called TLS and all identifiers used mbedtls_tls_ rather than mbedtls_ssl_ as a prefix (same for capitalized identifiers).
This has been rejected for 3.0 as the cost-benefit ratio does not seem favourable enough at this point, but should be considered for 4.0.