mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-06 22:15:42 +00:00
f9b3303eb9
This commit introduces a new SSL error code `MBEDTLS_ERR_SSL_VERSION_MISMATCH` which can be used to indicate operation failure due to a mismatch of version or configuration. It is put to use in the implementation of `mbedtls_ssl_session_load()` to signal the attempt to de-serialize a session which has been serialized in a build of Mbed TLS using a different version or configuration. |
||
---|---|---|
.. | ||
certs.h | ||
check_config.h | ||
compat-1.3.h | ||
config.h | ||
debug.h | ||
error.h | ||
net.h | ||
net_sockets.h | ||
pkcs11.h | ||
ssl.h | ||
ssl_cache.h | ||
ssl_ciphersuites.h | ||
ssl_cookie.h | ||
ssl_internal.h | ||
ssl_ticket.h | ||
version.h | ||
x509.h | ||
x509_crl.h | ||
x509_crt.h | ||
x509_csr.h |