Ronald Cron
7f65346177
Add change log
...
Signed-off-by: Ronald Cron <ronald.cron@arm.com >
2025-09-22 18:00:26 +02:00
Ronald Cron
0dd31fe523
Introduce MBEDTLS_SSL_NULL_CIPHERSUITES
...
The support for TLS ciphersuites without
encryption does not rely anymore on the
MBEDTLS_CIPHER_NULL_CIPHER feature of
the cipher module. Introduce a specific
config option to enable these ciphersuites
and use it instead of MBEDTLS_CIPHER_NULL_CIPHER.
Signed-off-by: Ronald Cron <ronald.cron@arm.com >
2025-09-16 15:53:43 +02:00
Ben Taylor
c1e76e04fe
correct whitespace style issue
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-09-12 08:33:38 +01:00
Ben Taylor
486ec6e9b6
Improved the text in the Changelog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-09-11 13:22:40 +01:00
Ben Taylor
2f3523313b
Add ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-09-11 13:22:40 +01:00
Gilles Peskine
fda51526b5
Merge pull request #10363 from felixc-arm/error-codes-prereq
...
[1/3] Unify generic error codes (partial prerequisite)
2025-08-29 11:04:53 +00:00
Felix Conway
0f7cf1942b
Small documentation fixes
...
Signed-off-by: Felix Conway <felix.conway@arm.com >
2025-08-29 09:41:59 +01:00
Felix Conway
a01ddf65b7
Revert unification for some error codes
...
Signed-off-by: Felix Conway <felix.conway@arm.com >
2025-08-28 17:39:10 +01:00
David Horstmann
6ff9c89648
Merge pull request #10361 from bensze01/runtime-version-interface
...
Simplify runtime version info string methods
2025-08-27 14:59:15 +00:00
Manuel Pégourié-Gonnard
2bd0cfd272
Merge pull request #10331 from amtkarm1/task-remove-programs-pkey
...
Removed the programs/pkey directory
2025-08-26 09:27:00 +00:00
Ben Taylor
32e100a573
Renamed and corrected ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-21 08:00:07 +01:00
Felix Conway
3962284de6
Update & fix changelog
...
Signed-off-by: Felix Conway <felix.conway@arm.com >
2025-08-20 11:00:01 +01:00
Anton Matkin
87ae4e6a14
Added a changelog entry for the removal
...
Signed-off-by: Anton Matkin <anton.matkin@arm.com >
2025-08-20 10:51:38 +01:00
Ben Taylor
f8b4aa135b
Add ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-19 07:52:48 +01:00
Felix Conway
f5b48c3d9c
Add Changelog and documentation
...
Signed-off-by: Felix Conway <felix.conway@arm.com >
2025-08-18 14:52:41 +01:00
Bence Szépkúti
b2ba9fa68b
Simplify runtime version info string methods
...
Return a const char* instead of taking a char* as an argument.
This aligns us with the interface used in TF PSA Crypto.
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com >
2025-08-18 11:39:45 +02:00
Manuel Pégourié-Gonnard
5b74c79f00
Merge pull request #10298 from bjwtaylor/remove-deprecated-items
...
Remove deprecated items
2025-08-11 07:13:08 +00:00
Gilles Peskine
627d653863
Merge pull request #10282 from bjwtaylor/switch-to-mbedtls_pk_sigalg_t
...
Switch to mbedtls pk sigalg t
2025-08-07 11:06:31 +00:00
Valerio Setti
602fa5dd99
changelog: add note about EC curves support removal in TLS
...
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no >
2025-08-07 10:30:30 +02:00
Ben Taylor
563d360a9b
Fix ChangeLog format
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-07 08:25:52 +01:00
Ben Taylor
df6a6eaced
Add ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-07 08:25:52 +01:00
Ben Taylor
8bd8e91485
Improve ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-06 08:31:13 +01:00
Ben Taylor
71fcb1c64b
Added more detail to the ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-05 08:11:12 +01:00
Ben Taylor
304839238a
Updated description in the ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-05 08:09:10 +01:00
Ben Taylor
9822bb8d5e
Remove duplicate mbedtls_ssl_conf_*version from ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-05 08:05:14 +01:00
Ben Taylor
75b30e8347
Combined references to removed constants in ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-05 08:02:36 +01:00
Ben Taylor
dc1d098de2
Remove reference to sig_hashes from the ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-05 07:59:07 +01:00
Ben Taylor
4e7b2543c7
Remove trailing whitespace
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-04 08:19:45 +01:00
Ben Taylor
dbb15e6d2f
Reword ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-01 11:45:14 +01:00
Ben Taylor
7aa4c40b84
Update ChangeLog
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-01 11:45:14 +01:00
Ben Taylor
889ac064f4
Add ChangeLog for deprecated items
...
Signed-off-by: Ben Taylor <ben.taylor@linaro.org >
2025-08-01 11:45:14 +01:00
Gilles Peskine
db99ca95a7
Merge remote-tracking branch 'development' into dependency-on-generated-files-dev
2025-07-30 11:16:34 +02:00
Gilles Peskine
fff4b32324
Announce that <mbedtls/check_config.h> no longer exists
...
It was already deprecated since 3.0 (although we forgot to announce it in
the changelog back then).
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-07-28 15:46:06 +02:00
Ronald Cron
37ddcf0ab4
Add change log
...
Signed-off-by: Ronald Cron <ronald.cron@arm.com >
2025-07-21 09:52:16 +02:00
Minos Galanakis
83bef5b66a
Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback
...
Mbed TLS 4.0.0-beta
2025-07-07 17:40:18 +03:00
Manuel Pégourié-Gonnard
64e80ddf89
Merge pull request #10255 from gilles-peskine-arm/migration-guide-20250624-mbedtls
...
Migration guide for API changes in 2025Q2 in mbedtls
2025-06-30 18:33:36 +00:00
Gilles Peskine
ac18d0c0db
Fix spelling of mbedtls_low_level_strerr
...
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-30 13:17:23 +02:00
Gilles Peskine
9000633f0e
Move some crypto changelog files to TF-PSA-Crypto
...
These files had gone on the wrong side during the repo split.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-30 13:17:23 +02:00
Gilles Peskine
2ee5c55c79
Fix spelling of psa_generate_random()
...
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-30 13:17:23 +02:00
Gilles Peskine
f6c03d1b7f
typo
...
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-30 13:17:23 +02:00
Gilles Peskine
6f035a854b
Explain why the programs have been removed
...
Also fix the indentation of `*`.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-30 13:17:23 +02:00
Manuel Pégourié-Gonnard
921331867d
Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev
...
Break down mbedtls_test_ssl_perform_handshake
2025-06-30 09:39:29 +00:00
Minos Galanakis
8bccf16218
Assemble ChangeLog
...
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com >
2025-06-27 13:01:26 +01:00
Minos Galanakis
ed87da7ad7
Merge remote-tracking branch 'restricted/development-restricted' into future_rc
...
As set by process the tf-psa-crypto submodule is set
to point to tf-psa-crypto-release-sync input.
2025-06-27 10:50:33 +01:00
Felix Conway
b9891f1fd2
Add changelog
...
Signed-off-by: Felix Conway <felix.conway@arm.com >
2025-06-20 11:48:16 +01:00
Manuel Pégourié-Gonnard
dc82fa67c5
Keep only the X.509 part from the Changelog
...
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com >
2025-06-12 09:42:03 +02:00
Manuel Pégourié-Gonnard
5f6310b65f
Add ChangeLog entry
...
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com >
2025-06-12 09:42:03 +02:00
Gilles Peskine
53e11cb5d5
Changelog entry for the OID module in Mbed TLS 4.0
...
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-06-03 15:51:34 +02:00
Gilles Peskine
c4949d1426
mbedtls_ssl_conf_alpn_protocols: declare list elements as const
...
This reflects the fact that the library will not modify the list, and allows
the list to be read from a const buffer.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com >
2025-05-28 20:23:22 +02:00
Manuel Pégourié-Gonnard
a4ffc4e4c6
Merge remote-tracking branch 'public/development' into development-restricted
...
* public/development: (23 commits)
tests: suite_x509parse: set PSA max operations in x509_verify_restart()
library: debug: remove mbedtls_debug_printf_ecdh()
library: debug: make mbedtls_debug_print_psa_ec() static
Remove call to pk_decrypt() in ssl_server2
Change hardcoded error values in ssl-opt to take in the PSA error alias
Test with GCC 15 with sloppy union initialization
Update crypto with the union initialization fixes
Mark ssl_tls12_preset_suiteb_sig_algs const
Mark ssl_tls12_preset_default_sig_algs const
Use PSA macros for the `pkalgs` domain
reverted compat-2.x.h removal from psa-transition.md
Correct ChangeLog file extension
Add ChangeLog
remove compat-2.x.h
Remove trace of secp224k1
Update submodules
Improve comments
Allow gcc-15 to be in $PATH
Enable drivers when testing with GCC 15
GCC 15: Silence -Wunterminated-string-initialization
...
2025-05-28 12:41:28 +02:00