mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 12:35:36 +02:00
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
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.
|
|
`
|