Skip to content

Commit 2b5be1e

Browse files
committed
Fix ChangeLog entry for #2069
The fix for #2069 had accidentally been added to features, not bugfixes.
1 parent 7904f94 commit 2b5be1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ChangeLog

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Features
1313
yet), and to existing functions in ECDH and SSL (currently only
1414
implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
1515
including client authentication).
16-
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
17-
application leading to a memory leak in case both
18-
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
19-
Fixes #2069.
2016
* Add support for Arm CPU DSP extensions to accelerate asymmetric key
2117
operations. On CPUs where the extensions are available, they can accelerate
2218
MPI multiplications used in ECC and RSA cryptography. Contributed by
2319
Aurelien Jarno.
2420

2521
Bugfix
22+
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
23+
application leading to a memory leak in case both
24+
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
25+
Fixes #2069.
2626
* Fix a bug in the update function for SSL ticket keys which previously
2727
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
2828
* Fix failure in hmac_drbg in the benchmark sample application, when
@@ -32,7 +32,7 @@ Bugfix
3232
padded records in case of CBC ciphersuites using Encrypt-then-MAC.
3333
* Fix memory leak and freeing without initialization in the example
3434
program programs/x509/cert_write. Fixes #1422.
35-
* Ignore iv in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
35+
* Ignore IV in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
3636
Fix for #1091 raised by ezdevelop
3737

3838
Changes

0 commit comments

Comments
 (0)