mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 21:48:30 +00:00
Update ChangeLog
This commit is contained in:
parent
3bf49c4552
commit
9897cc933d
1 changed files with 3 additions and 7 deletions
10
ChangeLog
10
ChangeLog
|
@ -6,13 +6,9 @@ Features
|
||||||
* Add support for restartable ECC operations, enabled by
|
* Add support for restartable ECC operations, enabled by
|
||||||
MBEDTLS_ECP_RESTARTABLE (disabled by default) at compile time and
|
MBEDTLS_ECP_RESTARTABLE (disabled by default) at compile time and
|
||||||
mbedtls_ecp_set_max_ops() at runtime, using new xxx_restartable functions
|
mbedtls_ecp_set_max_ops() at runtime, using new xxx_restartable functions
|
||||||
in ECP, ECDSA, PK, and using existing functions in ECDH and SSL
|
in ECP, ECDSA, PK and X509 (CRL not supported yet), and using existing
|
||||||
(currently only implemented client-side, for ECDHE-ECDSA ciphersuites
|
functions in ECDH and SSL (currently only implemented client-side, for
|
||||||
with TLS 1.2, including client authentication).
|
ECDHE-ECDSA ciphersuites with TLS 1.2, including client authentication).
|
||||||
TEMPORARY NOTE: server authentication currently not supported (WIP).
|
|
||||||
For now, MUST be disabled by calling
|
|
||||||
mbedtls_ssl_conf_authmode( MBEDTLS_SSL_VERIFY_NONE )
|
|
||||||
(or blocking ECC operations will happen)
|
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue