mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Choose proper namespaces for macros and options introduced in prototype

Open hanno-becker opened this issue 3 years ago • 1 comments

This is issue is about going through all the macros and compile-time options introduced by the prototype and making sure they live in appropriate namespaces. For most options, it will likely be MBEDTLS_SSL_, though we could also consider MBEDTLS_SSL_TLS1_3_ if suitable.

Example: MBEDTLS_ZERO_RTT

hanno-becker avatar Jun 24 '21 05:06 hanno-becker