mbedtls/ChangeLog.d
Gilles Peskine fd235bc9df Fix very high stack usage in SSL debug code
Use a switch instead of an array. The array was very hollow for some enum
types such as mbedtls_ssl_protocol_version (which formerly used small
values, but switched to using the protocol encoding as enum values in Mbed
TLS 3.2.0). Optimizing compilers know how to compile a switch into a lookup
table when the range warrants it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-06-20 17:48:18 +02:00
..
00README.md
add-aes-128bit-only.txt ChangeLog: remove issue number as this is a new feature 2023-05-10 18:10:03 +08:00
add-directoryname-san.txt
add-milliseconds-time-api.txt
add-missing-md-includes.txt
add-pbkdf2-hmac.txt Edit changelog 2023-06-08 16:43:32 +05:30
add-psa_want_alg_some_pake.txt Only include psa_pake_setup() and friends if some PAKE algorithms are required 2023-05-12 12:36:24 +01:00
add-subjectAltName-certs.txt Add documentation and a changelog entry 2023-05-17 15:23:56 -04:00
aes-perf.txt Update Changelog 2023-06-09 17:23:20 +01:00
armclang-compile-fix.txt Improve changelog 2023-06-04 20:41:24 -04:00
basic-uri-verification.txt Add partial support for URI SubjectAltNames 2023-05-10 09:57:19 -04:00
bugfix_iar_typo.txt Reword changelog entry 2023-06-15 14:08:19 +01:00
Define-PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_yyy.txt changelog: added entries for explaining changes of this PR 2023-06-16 12:26:26 +02:00
driver-ffdh.txt Add changelog entry (FFDH driver dispatch) 2023-05-11 12:23:12 +02:00
driver-only-ecdh.txt
driver-only-hashes.txt
ec_jpake_user_peer_2.txt
fix-declaration-of-mbedtls_ecdsa_sign_det_restartable-function.txt
fix-unterminated-pragma-clang-attribute-push.txt Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c 2023-06-09 11:29:50 +01:00
mbedtls_ecdsa_can_do-unconditional-define.txt Adjust ChangeLog 2023-04-26 19:00:46 -05:00
oid-parse-from-numeric-string.txt Reword ChangeLog entry for consistency 2023-05-31 14:36:41 +01:00
programs_psa_fix.txt
rfc8410.txt Read and write X25519 and X448 private keys 2023-05-04 13:01:47 +02:00
sha3.txt Spell as SHA-3 not SHA3 2023-06-07 17:08:09 +01:00
some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt
ssl_debug_helpers-stack_usage.txt Fix very high stack usage in SSL debug code 2023-06-20 17:48:18 +02:00
tls13-server-version-negotiation.txt
verify-ip-sans-properly.txt
X509Parse_SignatureKeyId_AuthorityKeyId.txt