@@ -13,16 +13,16 @@ Features
13
13
yet), and to existing functions in ECDH and SSL (currently only
14
14
implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
15
15
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.
20
16
* Add support for Arm CPU DSP extensions to accelerate asymmetric key
21
17
operations. On CPUs where the extensions are available, they can accelerate
22
18
MPI multiplications used in ECC and RSA cryptography. Contributed by
23
19
Aurelien Jarno.
24
20
25
21
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.
26
26
* Fix a bug in the update function for SSL ticket keys which previously
27
27
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
28
28
* Fix failure in hmac_drbg in the benchmark sample application, when
32
32
padded records in case of CBC ciphersuites using Encrypt-then-MAC.
33
33
* Fix memory leak and freeing without initialization in the example
34
34
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
36
36
Fix for #1091 raised by ezdevelop
37
37
38
38
Changes
0 commit comments