mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 00:14:17 +01:00
Add changelog entry
This commit is contained in:
parent
31d940ba5e
commit
2e51098b34
@ -24,6 +24,14 @@ Features
|
|||||||
mbedtls_ssl_session_load() to allow serializing a session, for example to
|
mbedtls_ssl_session_load() to allow serializing a session, for example to
|
||||||
store it in non-volatile storage, and later using it for TLS session
|
store it in non-volatile storage, and later using it for TLS session
|
||||||
resumption.
|
resumption.
|
||||||
|
* Add new API function mbedtls_ssl_conf_extended_master_secret_enforce() to
|
||||||
|
allow enforcing the usage of ExtendedMasterSecret extension. If the
|
||||||
|
extension is used and this option is enabled, handshakes not leading to
|
||||||
|
the use of the extended master secret will be aborted. On the server,
|
||||||
|
fail the handshake if client doesn't advertise the ExtendedMasterSecret
|
||||||
|
extension. On the client, fail the handshake if the server doesn't
|
||||||
|
consent to the use of the ExtendedMasterSecret extension in its
|
||||||
|
ServerHello.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
||||||
|
Loading…
Reference in New Issue
Block a user