blob: 0438aa2f6b2c7cdae0f73affa0a1f64fc7342157 [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.
7 `