mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:05:36 +01:00
Added ChangeLog lines for new SSL tests
This commit is contained in:
parent
b0695ced31
commit
6a8e7f82b3
@ -8,6 +8,8 @@ Features
|
|||||||
* Ability to provide alternate timing implementation
|
* Ability to provide alternate timing implementation
|
||||||
* Ability to force the entropy module to use SHA-256 as its basis
|
* Ability to force the entropy module to use SHA-256 as its basis
|
||||||
(POLARSSL_ENTROPY_FORCE_SHA256)
|
(POLARSSL_ENTROPY_FORCE_SHA256)
|
||||||
|
* Testing script ssl-opt.sh added for testing 'live' ssl option
|
||||||
|
interoperability against OpenSSL and PolarSSL
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Deprecated the Memory layer
|
* Deprecated the Memory layer
|
||||||
@ -16,6 +18,8 @@ Changes
|
|||||||
* Improvements to the CMake build system, contributed by Julian Ospald.
|
* Improvements to the CMake build system, contributed by Julian Ospald.
|
||||||
* Work around a bug of the version of Clang shipped by Apple with Mavericks
|
* Work around a bug of the version of Clang shipped by Apple with Mavericks
|
||||||
that prevented bignum.c from compiling. (Reported by Rafael Baptista.)
|
that prevented bignum.c from compiling. (Reported by Rafael Baptista.)
|
||||||
|
* Revamped the compat.sh interoperatibility script to include support for
|
||||||
|
testing against GnuTLS
|
||||||
|
|
||||||
Security
|
Security
|
||||||
* Forbid change of server certificate during renegotiation to prevent
|
* Forbid change of server certificate during renegotiation to prevent
|
||||||
|
Loading…
Reference in New Issue
Block a user