1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-18 05:01:50 +03:00

Commit Graph

  • 48552b620d Merge pull request #10187 from valeriosetti/ecp-restartable-development development coverity_scan Manuel Pégourié-Gonnard 2025-06-16 07:24:50 +00:00
  • d593c54b3c Merge pull request #10215 from felixc-arm/gcc-15-warning-3.6 mbedtls-3.6 Manuel Pégourié-Gonnard 2025-06-13 12:34:55 +00:00
  • b8d14734fd Simplify changelog Felix Conway 2025-06-13 09:33:24 +01:00
  • b1d3e2e4e0 Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain Ronald Cron 2025-06-13 07:25:04 +00:00
  • 80ca13f07d Add changelog Felix Conway 2025-06-12 13:28:26 +01:00
  • 766be1f8f4 Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING Felix Conway 2025-06-12 10:52:36 +01:00
  • d7d0acbeb6 tf-psa-crypto: update reference Valerio Setti 2025-06-12 06:26:06 +02:00
  • a81d6dfb05 tests|programs: remove usage of mbedtls_ecp_set_max_ops() Valerio Setti 2025-05-21 12:37:15 +02:00
  • eaf578978e library: remove ECDSA_C dependency from ECP_RESTARTABLE Valerio Setti 2025-05-06 17:07:09 +02:00
  • c394fd0ebc library: debug: replace MBEDTLS_PK_USE_PSA_EC_DATA with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY Valerio Setti 2025-05-05 15:42:56 +02:00
  • ae89dcc4be library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA Valerio Setti 2025-05-05 15:34:28 +02:00
  • c2b7f85747 Merge pull request #10206 from felixc-arm/doxygen-doxyfile-public-only Gilles Peskine 2025-06-11 16:01:07 +00:00
  • 2e1399f1e1 Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning Felix Conway 2025-06-11 16:04:30 +01:00
  • 035247d46f Re-add doxygen/input to INPUT variable Felix Conway 2025-06-11 11:07:10 +01:00
  • 1704578f2f Update tf-psa-crypto pointer to bring in doxygen pre-work Felix Conway 2025-06-04 14:57:21 +01:00
  • 4f94ae8baa Doxygen: only render public files Felix Conway 2025-06-04 14:55:45 +01:00
  • c6654fc1b0 Replace MBEDTLS_ERR_ECP_IN_PROGRESS with alias PSA_OPERATION_INCOMPLETE in documentation Felix Conway 2025-06-04 14:54:58 +01:00
  • 96e17e8b36 Merge pull request #10204 from felixc-arm/remove-mbedtlsplatformc-requirements Gilles Peskine 2025-06-11 08:22:43 +00:00
  • 3795f8ab74 Remove temporary component created for SHA3 testing Gabor Mezei 2025-06-06 12:31:52 +02:00
  • ef013a6970 Use PSA macros for the hashes domain Gabor Mezei 2024-09-24 14:12:43 +02:00
  • c54da23c76 Update tf-psa-crypto pointer Felix Conway 2025-06-03 14:46:36 +01:00
  • 43c891ae98 Remove requirement on MBEDTLS_PLATFORM_C from configs Felix Conway 2025-06-03 14:46:12 +01:00
  • cdd91da1af Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option Manuel Pégourié-Gonnard 2025-06-10 09:57:22 +00:00
  • 4c26d7d54c Merge pull request #10179 from gilles-peskine-arm/union-initialization-gcc15-driver-checks-3.6 Manuel Pégourié-Gonnard 2025-06-10 07:43:10 +00:00
  • 2649800f7c Do not disable PSA_WANT_SHA3 macros when driver accel is used Gabor Mezei 2025-06-05 10:38:25 +02:00
  • c45f3d6a1d Update PSA repo Gabor Mezei 2025-06-04 15:47:54 +02:00
  • b4cbc156ef Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 Gilles Peskine 2025-06-05 07:50:53 +00:00
  • e8061342a2 Merge pull request #10173 from gilles-peskine-arm/oid-split-x509 Manuel Pégourié-Gonnard 2025-06-04 08:26:59 +00:00
  • 72cc7bb706 Start the generation at the beginning of the line Gabor Mezei 2025-04-24 16:26:37 +02:00
  • 588769cc65 Update error generation Gabor Mezei 2025-04-24 12:11:26 +02:00
  • 4aa974f7c7 Remove MBEDTLS_SHA3_C config option Gabor Mezei 2025-04-23 17:04:18 +02:00
  • 1592639c1f Merge pull request #10182 from gilles-peskine-arm/f_rng-documentation-3.6 Gilles Peskine 2025-06-03 15:34:23 +00:00
  • 7e7dc6fdda Align endif comments with auxiliary macros Gilles Peskine 2025-05-14 12:45:29 +02:00
  • 9e147f264c Exclude crypto's oid.h now that it is in mbedtls Gilles Peskine 2025-05-13 20:08:51 +02:00
  • 53e11cb5d5 Changelog entry for the OID module in Mbed TLS 4.0 Gilles Peskine 2025-05-12 21:12:15 +02:00
  • dcd43fcc45 Move oid_xxx_numeric_string back to oid.h Gilles Peskine 2025-05-12 21:09:10 +02:00
  • b828820f7a Declare oid_xxx_numeric_string only when they are defined Gilles Peskine 2025-05-12 21:07:47 +02:00
  • 02ec585518 Replace MBEDTLS_OID_C by function-specific dependencies Gilles Peskine 2025-05-12 20:52:07 +02:00
  • 6354411670 Remove unused function Gilles Peskine 2025-05-12 20:23:25 +02:00
  • cd4c0d7b00 Move OID string definitions back to mbedtls/oid.h Gilles Peskine 2025-05-07 23:45:12 +02:00
  • f9ca8ed9dd Create a public header file for OID values Gilles Peskine 2025-05-07 20:10:35 +02:00
  • 71ccc723cd Remove macros for crypto OID Gilles Peskine 2025-05-07 22:47:50 +02:00
  • 4c83221320 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID Gilles Peskine 2025-05-07 23:05:12 +02:00
  • 47f1d7be95 Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL Gilles Peskine 2025-05-07 21:04:51 +02:00
  • 32a1112e88 Remove MBEDTLS_OID_X509_EXT_xxx constants Gilles Peskine 2025-04-09 21:51:46 +02:00
  • b7ef4df001 Remove OID tables that are not used in X.509 Gilles Peskine 2025-05-07 20:45:03 +02:00
  • 532e3ee104 Switch library and tests to the x509_oid module Gilles Peskine 2025-05-07 20:37:15 +02:00
  • d2fe51cfc4 Add the x509_oid module to the build Gilles Peskine 2025-05-07 20:36:20 +02:00
  • 86e45ba0ba Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid Gilles Peskine 2025-05-07 20:33:39 +02:00
  • 86a47f85fa Switch to "x509_oid.h" in code that uses OID functions Gilles Peskine 2025-05-07 20:20:12 +02:00
  • b825dcfe2d Update file names in comments Gilles Peskine 2025-05-07 19:41:09 +02:00
  • 86b9d3f299 documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA Gilles Peskine 2025-04-10 14:00:40 +02:00
  • 0050f5f394 Update framework with additional operation initialization checks Gilles Peskine 2025-02-05 20:04:40 +01:00
  • 591d854b1a Merge pull request #10201 from gabor-mezei-arm/9144_SHA3_testing Bence Szépkúti 2025-06-02 17:52:07 +00:00
  • b9d728467a Fix calling config.py and update comment Gabor Mezei 2025-06-02 17:22:53 +02:00
  • 8e5ee478e1 Add temporary component for SHA3 testing Gabor Mezei 2025-06-02 12:31:15 +02:00
  • 23a0d48d1c Merge pull request #10196 from ronald-cron-arm/move-crypto-struct-inclusion David Horstmann 2025-05-28 15:51:09 +00:00
  • 03a86e783b test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE Valerio Setti 2025-05-28 12:01:14 +02:00
  • 4960825a94 Add change log Ronald Cron 2025-05-28 10:05:32 +02:00
  • 3ea3635d2f Move the inclusion of crypto_sizes.h and crypto_struct.h in crypto.h Ronald Cron 2025-05-28 10:02:12 +02:00
  • 80b697d78a Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes Gilles Peskine 2025-05-27 14:52:51 +00:00
  • 7f363dfe62 programs: ssl_client2: set max restartable op also in PSA Valerio Setti 2025-05-27 11:59:32 +02:00
  • ffac311aaf library: debug: fix guards for EC helper functions Valerio Setti 2025-05-27 09:58:02 +02:00
  • 199a15645d library: debug: make mbedtls_debug_print_ecp() internal Valerio Setti 2025-05-27 09:56:27 +02:00
  • 36f424e240 Merge pull request #10190 from valeriosetti/prerequisites-for-ecp-restartable Ronald Cron 2025-05-26 15:15:23 +00:00
  • 4a2e7b9ed8 tests: suite_x509parse: set PSA max operations in x509_verify_restart() Valerio Setti 2025-05-23 15:15:22 +02:00
  • 153a906a51 library: debug: remove mbedtls_debug_printf_ecdh() Valerio Setti 2025-05-23 15:08:48 +02:00
  • 28ef01a3c1 library: debug: make mbedtls_debug_print_psa_ec() static Valerio Setti 2025-05-23 15:03:26 +02:00
  • 127c78e589 Merge pull request #10133 from bjwtaylor/remove-compat-2 Gilles Peskine 2025-05-23 09:57:49 +00:00
  • 077f8e6353 Restore standard initializers in _init tests Gilles Peskine 2025-02-05 19:13:51 +01:00
  • 93dd99571b Use short initializers for multipart operation structures Gilles Peskine 2025-02-05 19:00:04 +01:00
  • 768f90f3c3 Merge pull request #10186 from mpg/rm-pk-decrypt Manuel Pégourié-Gonnard 2025-05-21 12:47:55 +00:00
  • 92a9bd345c Remove call to pk_decrypt() in ssl_server2 Manuel Pégourié-Gonnard 2025-05-20 12:04:26 +02:00
  • 66c6aaacf6 Merge pull request #10177 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-dev Manuel Pégourié-Gonnard 2025-05-20 09:56:51 +00:00
  • 1173786544 Merge pull request #10185 from rojer/tls_consts_3.6 Manuel Pégourié-Gonnard 2025-05-20 06:55:12 +00:00
  • fb5e2e5e46 Mark ssl_tls12_preset_suiteb_sig_algs const Deomid rojer Ryabkov 2024-03-20 00:43:34 +00:00
  • e3aaf82a77 Mark ssl_tls12_preset_default_sig_algs const Deomid rojer Ryabkov 2024-03-18 12:32:30 +00:00
  • e0ce40bc8f Change hardcoded error values in ssl-opt to take in the PSA error alias Felix Conway 2025-05-19 13:30:42 +01:00
  • b9da11f289 Test with GCC 15 with sloppy union initialization Gilles Peskine 2025-05-07 18:50:51 +02:00
  • 421318c074 Update crypto with the union initialization fixes Gilles Peskine 2025-05-15 19:50:07 +02:00
  • dad206d25c Merge pull request #10168 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-3.6 Manuel Pégourié-Gonnard 2025-05-19 10:31:47 +00:00
  • 32745c95f9 Merge pull request #8947 from rojer/consts Manuel Pégourié-Gonnard 2025-05-19 10:09:30 +00:00
  • addf8fc03e Fix ECDSA documentation: blinding is no longer optional Gilles Peskine 2025-05-16 15:00:09 +02:00
  • c0b357d8b4 ECDSA is a special flower Gilles Peskine 2025-05-16 14:59:42 +02:00
  • ed10e2ab87 Note functions that store the RNG callback in a context Gilles Peskine 2025-05-16 14:24:50 +02:00
  • 060c70e3ab Reference mbedtls_f_rng_t in public documentation Gilles Peskine 2025-05-16 14:19:38 +02:00
  • 1337d540ad Name and document the type of random generator callbacks Gilles Peskine 2025-05-16 14:12:15 +02:00
  • d31a3c39b1 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev Gilles Peskine 2025-05-15 14:33:45 +00:00
  • 7dddc1724f Mark ssl_tls12_preset_suiteb_sig_algs const Deomid rojer Ryabkov 2024-03-20 00:43:34 +00:00
  • e2d71ccc64 Mark ssl_tls12_preset_default_sig_algs const Deomid rojer Ryabkov 2024-03-18 12:32:30 +00:00
  • 7769c16512 Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain Manuel Pégourié-Gonnard 2025-05-14 08:38:24 +00:00
  • ff32e86429 Merge pull request #10170 from yanesca/mbedtls-3.6.3.1-pr Gilles Peskine 2025-05-13 10:19:56 +00:00
  • 91b29a0bd9 Grammar in comments Gilles Peskine 2025-05-13 11:53:31 +02:00
  • 49b7ef635f Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 Gilles Peskine 2025-05-12 07:59:55 +00:00
  • f13fd1e272 Use PSA macros for the pkalgs domain Gabor Mezei 2024-09-25 15:49:09 +02:00
  • c5848a5704 Merge branch 'mbedtls-3.6.3.1-rc' into mbedtls-3.6.3.1-pr Janos Follath 2025-05-09 13:03:56 +01:00
  • 6fb5120fde Remove .gitmodules v3.6.3.1 master main Janos Follath 2025-05-08 16:06:32 +01:00
  • e718e835ee reverted compat-2.x.h removal from psa-transition.md Ben Taylor 2025-05-07 13:04:38 +01:00
  • d056136a4d Correct ChangeLog file extension Ben Taylor 2025-04-30 11:53:04 +01:00
  • 4c9ad3cfe6 Add ChangeLog Ben Taylor 2025-04-30 08:21:20 +01:00