mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:35:40 +01:00
Fix merge of Changelog 128bit CTR_DRBG entry
The entry describing support for 128-bit keys in CTR_DRBG was merged into the wrong version.
This commit is contained in:
parent
de13963d66
commit
06d80cf172
@ -48,6 +48,8 @@ Features
|
|||||||
may be up to two bytes shorter. This allows the library to support all
|
may be up to two bytes shorter. This allows the library to support all
|
||||||
hash and signature sizes that comply with FIPS 186-4, including SHA-512
|
hash and signature sizes that comply with FIPS 186-4, including SHA-512
|
||||||
with a 1024-bit key.
|
with a 1024-bit key.
|
||||||
|
* Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter
|
||||||
|
than 256 bits limits the security of generated material to 128 bits.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Add a common error code of `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for
|
* Add a common error code of `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for
|
||||||
@ -252,8 +254,6 @@ Features
|
|||||||
independently contributed again by Paul Sokolovsky.
|
independently contributed again by Paul Sokolovsky.
|
||||||
* Add support for key wrapping modes based on AES as defined by
|
* Add support for key wrapping modes based on AES as defined by
|
||||||
NIST SP 800-38F algorithms KW and KWP and by RFC 3394 and RFC 5649.
|
NIST SP 800-38F algorithms KW and KWP and by RFC 3394 and RFC 5649.
|
||||||
* Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter
|
|
||||||
than 256 bits limits the security of generated material to 128 bits.
|
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix the key_app_writer example which was writing a leading zero byte which
|
* Fix the key_app_writer example which was writing a leading zero byte which
|
||||||
|
Loading…
Reference in New Issue
Block a user