Re-assemble changelog to add missing item, plus a couple of typo fixes.
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
e35e387ad7
commit
5d323bf0e3
2 changed files with 4 additions and 5 deletions
|
@ -265,6 +265,8 @@ Bugfix
|
|||
error code on failure. Before, they returned 1 to indicate failure in
|
||||
some cases involving a missing entry or a full cache.
|
||||
* mbedtls_pk_parse_key() now rejects trailing garbage in encrypted keys.
|
||||
* Fix the build with CMake when Everest or P256-m is enabled through
|
||||
a user configuration file or the compiler command line. Fixes #8165.
|
||||
|
||||
Changes
|
||||
* Enable Arm / Thumb bignum assembly for most Arm platforms when
|
||||
|
@ -278,7 +280,7 @@ Changes
|
|||
ensure that conversions between size_t, ULONG, and int are
|
||||
always done safely. Original contribution by Kevin Kane #635, #730
|
||||
followed by Simon Butcher #1453.
|
||||
* Users intergrating their own PSA drivers should be aware that
|
||||
* Users integrating their own PSA drivers should be aware that
|
||||
the file library/psa_crypto_driver_wrappers.c has been renamed
|
||||
to psa_crypto_driver_wrappers_no_static.c.
|
||||
* When using CBC with the cipher module, the requirement to call
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Bugfix
|
||||
* Fix the build with CMake when Everest or P256-m is enabled through
|
||||
a user configuration file or the compiler command line. Fixes #8165.
|
Loading…
Reference in a new issue