mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Add changelog entry
This commit is contained in:
parent
ac57e82c7d
commit
18f0662541
|
@ -38,6 +38,10 @@ Features
|
||||||
ServerHello.
|
ServerHello.
|
||||||
* Add new configuration option MBEDTLS_SSL_PROTO_NO_TLS that enables code
|
* Add new configuration option MBEDTLS_SSL_PROTO_NO_TLS that enables code
|
||||||
size savings in configurations where only DTLS is used.
|
size savings in configurations where only DTLS is used.
|
||||||
|
* Add new configuration option MBEDTLS_SSL_SESSION_CACHE that can be used
|
||||||
|
to enable/disable cache based session resumption
|
||||||
|
* Add new configuration option MBEDTLS_SSL_SESSION_RESUMPTION that can be
|
||||||
|
used to enable/disable session resumption feature entirely.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
|
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
|
||||||
|
|
Loading…
Reference in a new issue