mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-27 15:02:47 -04:00
Assemble 2.28.4 changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
c5f24c0128
commit
ccba2b7507
26
ChangeLog
26
ChangeLog
@ -1,5 +1,31 @@
|
|||||||
Mbed TLS ChangeLog (Sorted per branch, date)
|
Mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= Mbed TLS 2.28.4 branch released 2023-08-04
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Allow MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE to be set by
|
||||||
|
setting the CMake variable of the same name at configuration time.
|
||||||
|
|
||||||
|
Bugfix
|
||||||
|
* Fix crypt_and_hash decryption fail when used with a stream cipher
|
||||||
|
mode of operation, due to the input not being a multiple of the block
|
||||||
|
size. Resolves #7417.
|
||||||
|
* Fix a bug where mbedtls_x509_string_to_names() would return success
|
||||||
|
when given a invalid name string, if it did not contain '=' or ','.
|
||||||
|
* Fix missing PSA initialization in sample programs when
|
||||||
|
MBEDTLS_USE_PSA_CRYPTO is enabled.
|
||||||
|
* Fix clang and armclang compilation error when targeting certain Arm
|
||||||
|
M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23,
|
||||||
|
SecurCore SC000). Fixes #1077.
|
||||||
|
* Fixed an issue that caused compile errors when using CMake and the IAR
|
||||||
|
toolchain.
|
||||||
|
* Fix the build with MBEDTLS_PSA_INJECT_ENTROPY. Fixes #7516.
|
||||||
|
* Fix builds on Windows with clang.
|
||||||
|
* Fix compilation warnings in aes.c for certain combinations
|
||||||
|
of configuration options.
|
||||||
|
* Fix a compilation error on some platforms when including mbedtls/ssl.h
|
||||||
|
with all TLS support disabled. Fixes #6628.
|
||||||
|
|
||||||
= Mbed TLS 2.28.3 branch released 2023-03-28
|
= Mbed TLS 2.28.3 branch released 2023-03-28
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix clang and armclang compilation error when targeting certain Arm
|
|
||||||
M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23,
|
|
||||||
SecurCore SC000). Fixes #1077.
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fixed an issue that caused compile errors when using CMake and the IAR
|
|
||||||
toolchain.
|
|
@ -1,3 +0,0 @@
|
|||||||
Features
|
|
||||||
* Allow MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE to be set by
|
|
||||||
setting the CMake variable of the same name at configuration time.
|
|
@ -1,4 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix crypt_and_hash decryption fail when used with a stream cipher
|
|
||||||
mode of operation due to the input not being multiple of block size.
|
|
||||||
Resolves #7417.
|
|
@ -1,3 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix a bug in which mbedtls_x509_string_to_names() would return success
|
|
||||||
when given a invalid name string if it did not contain '=' or ','.
|
|
@ -1,3 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix compilation warnings in aes.c for certain combinations
|
|
||||||
of configuration options.
|
|
@ -1,2 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix builds on Windows with clang
|
|
@ -1,2 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix the build with MBEDTLS_PSA_INJECT_ENTROPY. Fixes #7516.
|
|
@ -1,3 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix missing PSA initialization in sample programs when
|
|
||||||
MBEDTLS_USE_PSA_CRYPTO is enabled.
|
|
@ -1,3 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix a compilation error on some platforms when including mbedtls/ssl.h
|
|
||||||
with all TLS support disabled. Fixes #6628.
|
|
Loading…
x
Reference in New Issue
Block a user