mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Consider renaming `ssl_` to `tls_` in 4.0

Open mpg opened this issue 4 years ago • 0 comments

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.

mpg avatar Apr 01 '21 11:04 mpg