blob: 768d1905adfe13eeabccfb2e2618fde68c6373e5 [file] [log] [blame]
Hanno Beckera808ec32021-05-14 17:10:15 +01001API changes
2 * Remove SSL error codes `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED`
3 and `MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH` which are never
4 returned from the public SSL API.
5 * Remove `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` and return
6 `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` instead.