Skip to content

Commit

Permalink
Assemble 2.28.4 changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
  • Loading branch information
daverodgman committed Aug 2, 2023
1 parent c5f24c0 commit ccba2b7
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 31 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
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

Features
Expand Down
5 changes: 0 additions & 5 deletions ChangeLog.d/armclang-compile-fix.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/bugfix_iar_typo.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/cmake-pass-through-config-defines.txt

This file was deleted.

4 changes: 0 additions & 4 deletions ChangeLog.d/fix-crypt_and_hash-decrypt-issue.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/fix-string-to-names-retcode.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/fix-tfm-build.txt

This file was deleted.

2 changes: 0 additions & 2 deletions ChangeLog.d/fix-win32-llvm-build.txt

This file was deleted.

2 changes: 0 additions & 2 deletions ChangeLog.d/inject-entropy.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/programs_psa_fix.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ChangeLog.d/ssl_premaster_secret-empty.txt

This file was deleted.

0 comments on commit ccba2b7

Please sign in to comment.