mbedtls/ChangeLog.d/tls13_and_keep_certificates.txt

5 lines
199 B
Plaintext
Raw Normal View History

Bugfix
* Fix check_config.h to check that we have MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
when MBEDTLS_SSL_PROTO_TLS1_3 is specified, and make this explicit in the
documentation. Fixes #5610.