Commit Graph

  • ba5165e09a ssl_ticket.c: Fix ticket lifetime enforcement Ronald Cron 2023-11-21 13:53:18 +01:00
  • e34f124ff1 ssl_ticket.c: Remove pedantic server endpoint check Ronald Cron 2023-11-22 08:14:07 +01:00
  • 3c3e2e62f6 ssl_ticket.c: Remove TLS server guard Ronald Cron 2023-11-22 08:10:34 +01:00
  • ce72763f78 ssl_ticket.c: Remove client code Ronald Cron 2023-11-22 08:06:41 +01:00
  • d1100b0b45 Disable ticket module when useless Ronald Cron 2023-11-21 13:02:39 +01:00
  • 67223bb501 add support for AES-CTR to benchmark Dave Rodgman 2024-01-12 16:37:07 +00:00
  • d074a5a147 Only run memory poisoning metatests when poisoning David Horstmann 2024-01-11 16:33:46 +00:00
  • 756b4dcfa4 Use thread-local flag to enable memory poisoning David Horstmann 2024-01-10 14:33:17 +00:00
  • 9432e64933 Only run memory poisoning metatests when poisoning David Horstmann 2024-01-11 16:33:46 +00:00
  • 8174478f82 Use thread-local flag to enable memory poisoning David Horstmann 2024-01-10 14:33:17 +00:00
  • 8ba3f68561 Stop enforcing C99 in CMakeLists.txt David Horstmann 2024-01-11 15:53:52 +00:00
  • bc5d9165ae Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile Tom Cosgrove 2024-01-12 14:34:28 +00:00
  • f1ba1933cf Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext Tom Cosgrove 2024-01-12 13:39:15 +00:00
  • f0ccf46713 Add minor cosmetic changes to record size limit changelog and comments Waleed Elmelegy 2024-01-12 10:52:45 +00:00
  • 4b09dcd19c Change renegotiation test to use G_NEXT_SRV Waleed Elmelegy 2024-01-12 10:50:25 +00:00
  • 86d5347930 Mention PK parse in changelog Ryan Everett 2024-01-12 10:31:31 +00:00
  • a90378c425 Restore previous version of rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem Ryan Everett 2024-01-12 10:24:00 +00:00
  • 57cf55233e Merge branch 'development' of https://github.com/Mbed-TLS/mbedtls into random_bye_on_hrr BensonLiou 2024-01-12 17:53:06 +08:00
  • 35178fe7ec Do not generate new random number while receiving HRR BensonLiou 2024-01-11 15:28:17 +08:00
  • 153586a3d5 change values to ULL Kusumit Ghoderao 2024-01-12 11:19:16 +05:30
  • d00a138075 Change test data for pkparse aes Ryan Everett 2024-01-11 17:23:15 +00:00
  • 3519cfb3d8 Merge pull request #8639 from bensze01/release_components Paul Elliott 2024-01-11 15:38:35 +00:00
  • 56fd26cee9 Merge pull request #8640 from bensze01/release_components_2.28 Paul Elliott 2024-01-11 15:38:23 +00:00
  • 0b39d1ed7d Update Marvin fix Changelog entry Janos Follath 2024-01-11 14:24:02 +00:00
  • ae2213c307 Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function Ronald Cron 2024-01-11 13:51:39 +00:00
  • 7c14afcaaa Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check Ronald Cron 2024-01-11 13:34:09 +00:00
  • 85ddd43656 Improve record size limit changelog wording Waleed Elmelegy 2024-01-11 11:07:57 +00:00
  • eeb96ac9fe Merge pull request #8433 from yuhaoth/pr/add-deprecated-flag-for-sig_hashes-api Manuel Pégourié-Gonnard 2024-01-11 09:33:10 +00:00
  • 19ec9e4f66 psa_crypto_ecp: remove support for secp224k1 Valerio Setti 2024-01-09 13:45:05 +01:00
  • e83be5f639 Change renegotiation tests to work with TLS 1.2 only Waleed Elmelegy 2024-01-10 23:39:54 +00:00
  • 1f935f5027 Add AES tests to test_suite_pkparse Ryan Everett 2024-01-10 19:26:19 +00:00
  • ae0b4bd04c Add more details to comments Ryan Everett 2024-01-10 19:19:10 +00:00
  • 4cfd6a6bc6 Fix dependencies in pkcs5 aes-128-cbc tests Ryan Everett 2024-01-10 19:15:45 +00:00
  • a7c55d5a14 fix depends on condition Kusumit Ghoderao 2024-01-11 00:43:48 +05:30
  • f149cd1a3a Merge pull request #8688 from jwinzig-at-hilscher/development Paul Elliott 2024-01-10 16:57:16 +00:00
  • 1296ac8348 Merge pull request #8695 from jwinzig-at-hilscher/mbedtls-2.28 Paul Elliott 2024-01-10 16:57:03 +00:00
  • 179f33a1ea add test cases with different hash algs Kusumit Ghoderao 2024-01-10 21:48:38 +05:30
  • 7d4db631cf add depends on for capacity tests and fix code style Kusumit Ghoderao 2023-12-07 16:17:46 +05:30
  • f4351c1a61 correct test data Kusumit Ghoderao 2023-12-06 16:20:47 +05:30
  • d3f70d321a fix unused variable warning and other fixes Kusumit Ghoderao 2023-12-06 16:20:04 +05:30
  • 911eafda31 add bugfix changelog entry Kusumit Ghoderao 2023-12-01 16:59:56 +05:30
  • 83455ebcc0 disable pbkdf2_hmac set max capacity test Kusumit Ghoderao 2023-12-01 16:50:51 +05:30
  • d3ae165adb Add tests for derive_full for hkdf_extract, hkdf_expand and ecjpake_to_pms Kusumit Ghoderao 2023-12-01 16:44:52 +05:30
  • 1da06da398 Add tests for derive_set_capacity for pbkdf and ecjpake_to_pms Kusumit Ghoderao 2023-12-01 16:44:02 +05:30
  • 604e1cbbe7 Change error status for invalid HKDF alg Kusumit Ghoderao 2023-12-01 16:43:03 +05:30
  • 2c4264bd41 Add hkdf_extract, hkdf_expand and ecjpake_to_pms cases Kusumit Ghoderao 2023-12-01 16:41:26 +05:30
  • 9ffd397e4c Increase input parameter type and buffer size Kusumit Ghoderao 2023-12-01 16:40:13 +05:30
  • 86e83dd4a7 Add kdf_set_max_capacity function Kusumit Ghoderao 2023-12-01 16:38:26 +05:30
  • a0907f5750 Reorder and correct comment Kusumit Ghoderao 2023-10-27 15:08:00 +05:30
  • 4aa6b36a35 add tests for derive_full and derive_set_capacity Kusumit Ghoderao 2023-09-13 16:50:09 +05:30
  • 5f3a938d95 Fix psa_key_derivation_setup_kdf Kusumit Ghoderao 2023-09-13 16:28:12 +05:30
  • 3ff472441a Fix warning in ssl_tls13_generic.c Waleed Elmelegy 2024-01-10 16:15:52 +00:00
  • 1487760b55 Change order of checking of record size limit client tests Waleed Elmelegy 2024-01-10 16:15:08 +00:00
  • 09561a7575 Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to config_adjust_ssl.h Waleed Elmelegy 2024-01-10 16:13:53 +00:00
  • a3bfdea82b Revert "Make sure record size limit is not configured without TLS 1.3" Waleed Elmelegy 2024-01-10 15:30:46 +00:00
  • 7ae74b74cc Make sure record size limit is not configured without TLS 1.3 Waleed Elmelegy 2024-01-09 21:51:05 +00:00
  • f37c70746b Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to full config Waleed Elmelegy 2024-01-09 17:22:46 +00:00
  • e840263f76 Move record size limit testing to tls13 component Waleed Elmelegy 2024-01-09 17:21:20 +00:00
  • 2fa99b2ddd Add tests for client complying with record size limit Waleed Elmelegy 2024-01-09 17:15:03 +00:00
  • f501790ff2 Improve comments across record size limit changes Waleed Elmelegy 2024-01-09 14:18:34 +00:00
  • 9457e67afd update record size limit tests to be more consistent Waleed Elmelegy 2024-01-08 15:40:12 +00:00
  • 2a2462e8f9 Add Changlog entry for record size extension Waleed Elmelegy 2024-01-05 18:58:46 +00:00
  • 3a37756496 Improve record size limit tests Waleed Elmelegy 2024-01-05 18:13:42 +00:00
  • fbe42743eb Fix issue in checking in writing extensions Waleed Elmelegy 2024-01-05 18:11:10 +00:00
  • e1ac98d888 remove mbedtls_ssl_is_record_size_limit_valid function Waleed Elmelegy 2024-01-05 18:10:12 +00:00
  • d2fc90e024 Stop sending record size limit extension if it's not sent from client Waleed Elmelegy 2024-01-04 18:04:53 +00:00
  • 148dfb6457 Change record size limit writing function Waleed Elmelegy 2024-01-04 18:02:35 +00:00
  • 598ea09dd5 TLS1.3: SRV/CLI: add support for sending Record Size Limit extension Waleed Elmelegy 2024-01-03 17:34:03 +00:00
  • 47d2946943 tls13: server: write Record Size Limit ext in EncryptedExtensions - add the support in library - update corresponding test cases. Waleed Elmelegy 2024-01-03 17:31:52 +00:00
  • 42017cd4c9 tls13: cli: write Record Size Limit ext in ClientHello Yanray Wang 2023-11-08 11:15:23 +08:00
  • faf70bdf9d ssl_tls13_generic: check value of RecordSizeLimit in helper function Yanray Wang 2023-12-07 10:03:32 +08:00
  • a8b4291836 tls13: add generic function to write Record Size Limit ext Yanray Wang 2023-11-08 11:10:47 +08:00
  • a836a8499e Fix Issue #8687 Jonathan Winzig 2024-01-10 13:26:36 +01:00
  • 61f4fc24a9 Add tests for Issue #8687 Jonathan Winzig 2024-01-10 13:26:12 +01:00
  • 890c74447d Merge pull request #1123 from yanesca/fix-marvin-attack Janos Follath 2024-01-10 12:16:57 +00:00
  • 8e72c8f154 Merge pull request #1136 from yanesca/fix-marvin-attack-backport Janos Follath 2024-01-10 12:16:26 +00:00
  • 3eb9025275 Merge pull request #8680 from mpg/ciphers-wrapup Manuel Pégourié-Gonnard 2024-01-10 12:04:50 +00:00
  • e334486753 Add new lines before lists Manuel Pégourié-Gonnard 2024-01-10 10:24:31 +01:00
  • ce4a3c25fe Add new internal header to visualc project Janos Follath 2024-01-10 08:54:17 +00:00
  • 0f45a1aec5 Fix typos / improve syntax Manuel Pégourié-Gonnard 2024-01-10 09:43:06 +01:00
  • 0710ac4ec8 Add ability to exclude mutex from tests Paul Elliott 2024-01-09 17:20:58 +00:00
  • 65064265c2 Protect test info access with mutex Paul Elliott 2023-11-27 17:29:05 +00:00
  • c7a1e9936a Move bignum flag for negative zero into test_info Paul Elliott 2023-11-03 18:44:57 +00:00
  • 315c3ca9e5 Add required dependency to the testcase Jonathan Winzig 2024-01-09 18:31:11 +01:00
  • 6c9779fabb Remove unneeded testcase Jonathan Winzig 2024-01-09 17:47:10 +01:00
  • a72454bc16 Update test-data to use SIZE_MAX Jonathan Winzig 2024-01-09 17:39:42 +01:00
  • c5e77bf4e4 Add missing newline at the end of test_suite_x509write.data Jonathan Winzig 2024-01-09 16:47:12 +01:00
  • 5caf20ea80 Update fix to be more platform-independent Jonathan Winzig 2024-01-09 16:41:10 +01:00
  • 3a6059beca Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit Tom Cosgrove 2024-01-09 15:22:17 +00:00
  • 05c722bfd0 Fix Issue #8687 Jonathan Winzig 2024-01-09 15:20:03 +01:00
  • 2bd2b788cf Add tests for Issue #8687 Jonathan Winzig 2024-01-09 15:19:42 +01:00
  • 39faa9cad4 psa_util: rename parameter of mbedtls_ecc_group_from_psa Valerio Setti 2024-01-09 09:11:22 +01:00
  • d0aa9c1316 psa_util: update documentation for PSA conversion functions Valerio Setti 2024-01-09 09:10:44 +01:00
  • 3afdd02e37 changelog: improve wording Valerio Setti 2024-01-09 08:50:20 +01:00
  • 2622b1dab3 changelog: improve wording Valerio Setti 2024-01-05 10:36:33 +01:00
  • 0d438fa390 psa_crypto_ecp: fix comment for secp224k1 in check_ecc_parameters Valerio Setti 2024-01-05 10:33:51 +01:00
  • db6e02902d test_suite_psa_crypto: test also MBEDTLS_ECP_DP_MAX in ecc_conversion_functions_fail() Valerio Setti 2024-01-05 10:15:45 +01:00
  • eca07140f3 psa_util: update documentation of EC conversion functions Valerio Setti 2024-01-04 13:17:31 +01:00
  • 7863627bd6 psa_util: remove support for secp224k1 in EC conversion functions Valerio Setti 2024-01-04 13:17:04 +01:00
  • 65df79303f psa_crypto_ecp: return unsupported for secp224k1 in check_ecc_parameters() Valerio Setti 2024-01-04 10:58:36 +01:00