..
00README.md
scripts: fix paths for files moved to framework
2025-01-08 09:59:18 +01:00
9126.txt
changelog: add changelog
2024-06-20 11:06:25 +02:00
9302.txt
changelog: fix typo
2024-10-22 17:56:36 +02:00
9684.txt
changelog: add note about DHE-PSK removal
2025-01-24 11:49:59 +01:00
9685.txt
changelog: add note abot DHE-RSA removal
2025-02-06 10:12:02 +01:00
9690.txt
Fix completion mistake in changelog entry
2024-10-16 10:31:28 +02:00
9874.txt
fixed trailing whitespace
2025-02-04 15:27:53 +00:00
9892.txt
changelog: add note for mbedtls_x509write_crt_set_serial() deprecation
2025-01-16 15:06:19 +01:00
9956.txt
ChangeLog: add note for removal of DHM related functions in SSL
2025-03-05 10:11:23 +01:00
9964.txt
Delete some sample programs
2025-03-26 13:24:14 +00:00
add-psa-iop-generate-key.txt
Add Changelog entry for interruptible key generation
2024-11-27 16:56:47 +00:00
add-psa-iop-key-agreement.txt
Improve psa iop key agreement changelog message
2024-11-06 16:03:49 +00:00
add-psa-key-agreement.txt
Add change log entry for adding psa_key_agreement() API
2024-08-16 14:37:46 +01:00
add-tls-exporter.txt
Mention MBEDTLS_SSL_KEYING_MATERIAL_EXPORT in change log
2025-03-28 16:53:58 +01:00
asn1-missing-guard-in-rsa.txt
changelog: fix text
2024-04-19 11:09:56 +02:00
check-config.txt
Document that there is now an error for dangerous inclusions
2024-05-29 09:44:20 +02:00
configuration-split.txt
Added changelog for the configuration split.
2024-12-04 15:08:39 +00:00
dynamic-keystore.txt
Changelog entry for MBEDTLS_PSA_KEY_STORE_DYNAMIC
2024-08-09 15:41:11 +02:00
ecdsa-conversion-overflow.txt
Improve description of who is affected
2024-06-27 10:59:55 +02:00
error-unification.txt
Don't allow psa_xxx() to return MBEDTLS_ERR_XXX
2025-03-24 14:26:39 +00:00
fix_reporting_of_key_usage_issues.txt
Tiny fix in ChangeLog pt 2
2024-08-22 09:23:48 +01:00
fix_ubsan_mp_aead_gcm.txt
Add Changelog entry
2024-04-26 18:56:00 +01:00
fix-aesni-asm-clobbers.txt
Add change log entry on AES-NI asm block fixes
2024-12-11 02:47:20 +01:00
fix-clang-psa-build-without-dhm.txt
Fix build of v3.6 with unset MBEDTLS_DHM_C but MBEDTLS_USE_PSA_CRYPTO set ( fixes #9188 )
2024-08-09 10:27:44 +01:00
fix-compilation-when-memcpy-is-function-like-macro.txt
Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro
2024-04-02 14:51:47 +01:00
fix-compilation-with-djgpp.txt
reworked changelog according to suggestion
2024-12-02 21:24:00 +01:00
fix-concurrently-loading-non-existent-keys.txt
Add changelog
2024-04-30 14:04:17 +01:00
fix-driver-schema-check.txt
Fix driver schema json default type requirements
2024-10-10 13:16:32 +02:00
fix-legacy-compression-issue.txt
Reduce the wording in changelog entry
2024-08-22 16:33:17 +00:00
fix-msvc-version-guard-format-zu.txt
Update changelog to call out MinGW
2025-03-12 17:11:33 +01:00
fix-psa-cmac.txt
changelog: add changelog for PSA CMAC fix
2024-05-31 14:52:54 +02:00
fix-redefination_warning_messages_for_GNU_SOURCE.txt
Fix Changelog formatting
2024-04-30 10:32:17 +01:00
fix-rsa-performance-regression.txt
Fix Changelog formatting
2024-09-05 10:46:55 +02:00
fix-secure-element-key-creation.txt
Rewrite changelog
2023-11-16 15:21:08 +00:00
fix-server-mode-only-build.txt
Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset ( fixes #9186 )
2024-08-09 10:27:44 +01:00
fix-string-to-names-memory-management.txt
Fix undocumented free() in x509_string_to_names()
2025-05-12 12:34:11 +02:00
fix-test-suite-pk-warnings.txt
Changelog Fix
2024-06-18 10:25:11 +01:00
mbedtls_psa_ecp_generate_key-no_public_key.txt
Add changelog entry
2024-11-04 14:07:20 +01:00
MBEDTLS_PSA_HMAC_DRBG_MD_TYPE.txt
Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC
2024-07-02 16:31:28 +02:00
mbedtls_psa_register_se_key.txt
Prevent mbedtls_psa_register_se_key with volatile keys
2024-08-07 12:39:05 +02:00
mbedtls_psa_rsa_load_representation-memory_leak.txt
Changelog entry for the RSA memory leak
2024-08-21 22:03:16 +02:00
mbedtls_ssl_set_hostname.txt
Add missing credit for set_hostname issue
2025-03-25 15:59:45 +00:00
pk-norsa-warning.txt
Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled
2024-04-29 12:38:16 +02:00
psa_cipher_decrypt-ccm_star-iv_length_enforcement.txt
psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes
2024-06-26 13:16:33 +02:00
psa_generate_key_custom.txt
Remove experimental, superseded function psa_generate_key_ext
2024-08-05 15:52:37 +02:00
psa_util_in_builds_without_psa.txt
Changelog entry
2024-08-13 14:40:22 +01:00
psa_util-bits-0.txt
Changelog entry for ECDSA conversion functions called with bits=0
2024-10-07 11:28:09 +02:00
psa-always-on.txt
Fix broken reference in ChangeLog
2024-12-18 19:23:11 +00:00
psa-crypto-config-always-on.txt
Add change log
2024-11-21 15:52:06 +01:00
removal-of-rng.txt
removed whitespace
2025-03-28 07:47:50 +00:00
remove_RSA_key_exchange.txt
Add missing newline
2025-03-20 17:55:30 +01:00
remove-crypto-alt-interface.txt
Add newline to ChangeLog entry
2024-08-06 15:20:07 +01:00
remove-via-padlock-support.txt
Remove mention of driver from ChangeLog
2024-06-25 16:48:04 +01:00
replace-close-with-mbedtls_net_close.txt
Add newline to ChangeLog entry
2024-10-22 12:22:47 +01:00
repo-split.txt
Add change log
2024-12-16 12:29:06 +01:00
rm-ssl-conf-curves.txt
Add ChangeLog entry
2025-01-14 12:28:01 +01:00
split-numeric-string-conversions-out-of-the-oid-module.txt
Fix ChangeLog format error
2024-09-18 21:23:17 +01:00
tls12-check-finished-calc.txt
Add changelog entry for TLS 1.2 Finished fix
2025-03-11 15:52:48 +00:00
tls13-cert-regressions.txt
Add a ChangeLog entry
2024-09-02 12:46:03 +02:00
tls13-middlebox-compat-disabled.txt
Changelog entry: fix #9551
2024-09-24 18:59:31 +02:00
tls13-without-tickets.txt
Add change log
2024-04-05 08:45:09 +02:00
tls-hs-defrag-in.txt
Update the location of defragmentation limitations
2025-03-12 10:08:14 +01:00
tls-key-exchange-rsa.txt
Changelog entry for removal of the RSA-PSK key exchange
2024-11-05 15:49:12 +01:00