From a808ec3f0d9de3ec8d4789abf1119905d4ea7b8c Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 14 May 2021 17:10:15 +0100 Subject: [PATCH] Add ChangeLog entry Signed-off-by: Hanno Becker --- ChangeLog.d/ssl-error-code-cleanup.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ChangeLog.d/ssl-error-code-cleanup.txt diff --git a/ChangeLog.d/ssl-error-code-cleanup.txt b/ChangeLog.d/ssl-error-code-cleanup.txt new file mode 100644 index 000000000..0438aa2f6 --- /dev/null +++ b/ChangeLog.d/ssl-error-code-cleanup.txt @@ -0,0 +1,7 @@ +API changes + * Remove SSL error codes `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED` + and `MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH` which are never + returned from the public SSL API. + * Remove `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` and return + `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` instead. + `