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
..
.gitignore Move crypto modules 2024-07-10 08:07:34 +02:00
CMakeLists.txt Move back timing.c to mbedtls 2024-12-04 14:25:02 +01:00
debug_internal.h library: debug: remove mbedtls_debug_printf_ecdh() 2025-05-23 15:08:48 +02:00
debug.c library: debug: remove mbedtls_debug_printf_ecdh() 2025-05-23 15:08:48 +02:00
Makefile library: remove psa_crypto_se.c from Makefile 2025-03-26 13:32:54 +01:00
mps_common.h Fix some non-standard headers 2023-11-03 12:24:58 +00:00
mps_error.h Fix some non-standard headers 2023-11-03 12:24:58 +00:00
mps_reader.c Include ssl_misc.h for additional SSL helper files 2024-10-11 12:21:30 +01:00
mps_reader.h Fix some non-standard headers 2023-11-03 12:24:58 +00:00
mps_trace.c Include ssl_misc.h for additional SSL helper files 2024-10-11 12:21:30 +01:00
mps_trace.h Include ssl_misc.h for additional SSL helper files 2024-10-11 12:21:30 +01:00
net_sockets.c Make mbedTLS compile with MS-DOS DJGPP 2024-12-01 10:05:21 +01:00
pkcs7.c Remove mbedtls/build_info from pkcs7.c 2024-10-11 12:20:13 +01:00
ssl_cache.c Update includes for each library file 2024-10-09 11:18:50 +01:00
ssl_ciphersuites_internal.h Remove MBEDTLS_KEY_EXCHANGE_RSA key exchange type 2025-03-20 17:53:07 +01:00
ssl_ciphersuites.c Remove MBEDTLS_TLS_RSA_* ciphersuite macros 2025-03-20 17:53:07 +01:00
ssl_client.c Correct code style 2025-03-26 13:34:03 +00:00
ssl_client.h Update includes for each library file 2024-10-09 11:18:50 +01:00
ssl_cookie.c remove RNG parameters from SSL API's 2025-03-10 13:24:31 +00:00
ssl_debug_helpers.h Update includes for each library file 2024-10-09 11:18:50 +01:00
ssl_misc.h Merge pull request #9421 from mfil/feature/implement_tls_exporter 2025-04-17 14:47:13 +00:00
ssl_msg.c Test split, coalesced-split and empty handshake records 2025-04-09 12:52:26 +02:00
ssl_ticket.c removed psa_crypto_init from library as this is supposed to be called by the application 2025-03-10 13:46:14 +00:00
ssl_tls12_client.c library: pass NULL options parameter to mbedtls_pk_verify_ext() 2025-05-07 09:06:52 +02:00
ssl_tls12_server.c Always call mbedtls_ssl_handshake_set_state 2025-04-09 12:52:22 +02:00
ssl_tls13_client.c Remove internal helper mbedtls_ssl_get_groups() 2025-01-14 12:23:56 +01:00
ssl_tls13_generic.c library: pass NULL options parameter to mbedtls_pk_verify_ext() 2025-05-07 09:06:52 +02:00
ssl_tls13_invasive.h Update includes for each library file 2024-10-09 11:18:50 +01:00
ssl_tls13_keys.c Add missing ifdef for mbedtls_ssl_tls13_exporter 2025-04-16 14:48:14 +02:00
ssl_tls13_keys.h Allow maximum label length in Hkdf-Expand-Label 2025-03-28 17:08:12 +01:00
ssl_tls13_server.c Correct code style 2025-03-26 13:34:03 +00:00
ssl_tls.c Mark ssl_tls12_preset_suiteb_sig_algs const 2025-05-15 15:27:40 +03:00
timing.c Move back timing.c to mbedtls 2024-12-04 14:25:02 +01:00
version.c Include ssl_misc.h for additional SSL helper files 2024-10-11 12:21:30 +01:00
x509_create.c Fix undocumented free() in x509_string_to_names() 2025-05-12 12:34:11 +02:00
x509_crl.c library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() 2025-05-07 09:06:52 +02:00
x509_crt.c library: pass NULL options parameter to mbedtls_pk_verify_ext() 2025-05-07 09:06:52 +02:00
x509_csr.c library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() 2025-05-07 09:06:52 +02:00
x509_internal.h library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() 2025-05-07 09:06:52 +02:00
x509_oid.c Remove trace of secp224k1 2025-05-07 19:17:35 +02:00
x509_oid.h Copy OID files that are getting moved to tf-psa-crypto 2025-05-07 14:35:04 +02:00
x509.c library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() 2025-05-07 09:06:52 +02:00
x509write_crt.c Restore behaviour of mbedtls_x509write_set_foo_name() 2025-05-12 12:34:11 +02:00
x509write_csr.c Restore behaviour of mbedtls_x509write_set_foo_name() 2025-05-12 12:34:11 +02:00
x509write.c Rm dead !USE_PSA code: X.509 2025-01-28 16:14:38 +01:00