mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:55:39 +01:00
ChangeLog: rearrange misplaced sections.
Add information about mbed TLS 2.15.0 and mbed TLS 2.15.1.
This commit is contained in:
parent
246cc86f66
commit
8764ccc83d
46
ChangeLog
46
ChangeLog
@ -26,25 +26,15 @@ Changes
|
|||||||
Inserted as an enhancement for #1371
|
Inserted as an enhancement for #1371
|
||||||
* Add support for alternative CSR headers, as used by Microsoft and defined
|
* Add support for alternative CSR headers, as used by Microsoft and defined
|
||||||
in RFC 7468. Found by Michael Ernst. Fixes #767.
|
in RFC 7468. Found by Michael Ernst. Fixes #767.
|
||||||
* Update the Mbed Crypto submodule to version 0.1.0b2.
|
* Correct many misspellings. Fixed by MisterDA #2371.
|
||||||
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
|
* Provide an abstraction of vsnprintf to allow alternative implementations
|
||||||
from the cipher abstraction layer. Fixes #2198.
|
for platforms that don't provide it. Based on contributions by Joris Aerts
|
||||||
|
and Nathaniel Wesley Filardo.
|
||||||
Features
|
* Fix clobber list in MIPS assembly for large integer multiplication.
|
||||||
* Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
|
Previously, this could lead to functionally incorrect assembly being
|
||||||
Mbed Crypto as the source of the cryptography implementation.
|
produced by some optimizing compilers, showing up as failures in
|
||||||
* Add an experimental configuration option, MBEDTLS_PSA_CRYPTO_C, to enable
|
e.g. RSA or ECC signature operations. Reported in #1722, fix suggested
|
||||||
the PSA Crypto API from Mbed Crypto when additionally used with the
|
by Aurelien Jarno and submitted by Jeffrey Martin.
|
||||||
USE_CRYPTO_SUBMODULE build option.
|
|
||||||
* Correct many misspellings. Fixed by MisterDA #2371.
|
|
||||||
* Provide an abstraction of vsnprintf to allow alternative implementations
|
|
||||||
for platforms that don't provide it. Based on contributions by Joris Aerts
|
|
||||||
and Nathaniel Wesley Filardo.
|
|
||||||
* Fix clobber list in MIPS assembly for large integer multiplication.
|
|
||||||
Previously, this could lead to functionally incorrect assembly being
|
|
||||||
produced by some optimizing compilers, showing up as failures in
|
|
||||||
e.g. RSA or ECC signature operations. Reported in #1722, fix suggested
|
|
||||||
by Aurelien Jarno and submitted by Jeffrey Martin.
|
|
||||||
|
|
||||||
= mbed TLS 2.16.0 branch released 2018-12-21
|
= mbed TLS 2.16.0 branch released 2018-12-21
|
||||||
|
|
||||||
@ -103,6 +93,24 @@ Bugfix
|
|||||||
* Clarify documentation of mbedtls_ssl_set_own_cert() regarding the absence
|
* Clarify documentation of mbedtls_ssl_set_own_cert() regarding the absence
|
||||||
of check for certificate/key matching. Reported by Attila Molnar, #507.
|
of check for certificate/key matching. Reported by Attila Molnar, #507.
|
||||||
|
|
||||||
|
= mbed TLS 2.15.1 branch released 2018-11-30
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Update the Mbed Crypto submodule to version 0.1.0b2.
|
||||||
|
|
||||||
|
= mbed TLS 2.15.0 branch released 2018-11-23
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
|
||||||
|
Mbed Crypto as the source of the cryptography implementation.
|
||||||
|
* Add an experimental configuration option, MBEDTLS_PSA_CRYPTO_C, to enable
|
||||||
|
the PSA Crypto API from Mbed Crypto when additionally used with the
|
||||||
|
USE_CRYPTO_SUBMODULE build option.
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
|
||||||
|
from the cipher abstraction layer. Fixes #2198.
|
||||||
|
|
||||||
= mbed TLS 2.14.1 branch released 2018-11-30
|
= mbed TLS 2.14.1 branch released 2018-11-30
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user