mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:45:39 +01:00
Update Changelog with recent changes
This commit is contained in:
parent
265dd5c20b
commit
88bdb0bb51
13
ChangeLog
13
ChangeLog
@ -1,18 +1,25 @@
|
|||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= PolarSSL 1.4.0 (DTLS feature preview) released 2015-02-16
|
= PolarSSL 2.0 branch
|
||||||
Note: This is a feature preview release for DTLS. The 1.4 branch is not
|
|
||||||
maintained further and should not be used to start new projects.
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Support for DTLS 1.0 and 1.2 (RFC 6347).
|
* Support for DTLS 1.0 and 1.2 (RFC 6347).
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
* Headers are now found in the 'mbedtls' directory (previously 'polarssl').
|
||||||
|
* Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION
|
||||||
|
(support for renegotiation now needs explicit enabling in config.h).
|
||||||
|
* Remove compat-1.2.h (helper for migrating from 1.2 to 1.3).
|
||||||
|
* Remove openssl.h (very partial OpenSSL compatibility layer).
|
||||||
* net_connect() and net_bind() have a new 'proto' argument to choose
|
* net_connect() and net_bind() have a new 'proto' argument to choose
|
||||||
between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP.
|
between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP.
|
||||||
* ssl_set_bio() now requires that p_send == p_recv.
|
* ssl_set_bio() now requires that p_send == p_recv.
|
||||||
* ssl_set_bio() is deprecated in favor of ssl_set_bio_timeout().
|
* ssl_set_bio() is deprecated in favor of ssl_set_bio_timeout().
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Support for receiving SSLv2 ClientHello is now disabled by default at
|
||||||
|
compile time.
|
||||||
|
|
||||||
= mbed TLS 1.3 branch
|
= mbed TLS 1.3 branch
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user