mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Cleanup TLS 1.3 vs. DTLS 1.2 cookies

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

  • The cookie configuration APIs for TLS 1.3 and DTLS 1.2 have undocumented overlap
  • There are misplaced guards by MBEDTLS_SSL_COOKIE_C: This only guards the inclusion of simple cookie implementations, not the presence of the API.

hanno-becker avatar Jul 29 '21 06:07 hanno-becker