Commit Graph

  • c3f5c96a8d Merge pull request #8996 from mpg/fix-wrong-dep-test-case-2.28 Gilles Peskine 2024-04-09 11:34:05 +00:00
  • f53112e98b Fix closing comment to match opening guard Manuel Pégourié-Gonnard 2024-04-03 10:06:10 +02:00
  • 0a4ffa4c3e Fix style of preprocessor expression Manuel Pégourié-Gonnard 2024-04-02 12:12:40 +02:00
  • ebdca796a1 Fix failures in psa_cryto_driver_wrappers suite Pengyu Lv 2023-12-07 16:11:53 +08:00
  • 057ceb281c Add missing dependency of fallback test in driver wrappers suite Pengyu Lv 2023-12-05 15:14:12 +08:00
  • 03fe253533 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF Pengyu Lv 2023-12-04 14:22:09 +08:00
  • 7cca290120 Fix wrong dependency in psa_crypto_driver_wrappers suite Pengyu Lv 2023-12-04 14:08:47 +08:00
  • b482a471d4 Fix wrong dependency in psa_crypto_pake suite Pengyu Lv 2023-12-04 14:00:09 +08:00
  • 7ee283362b Fix typo in ssl test suite Pengyu Lv 2023-12-04 13:56:15 +08:00
  • e2776d16ef Correct dependancy on MBEDTLS_X509_INFO for x509parse Pengyu Lv 2023-12-04 12:34:41 +08:00
  • f05f7066a1 Merge pull request #9014 from ronald-cron-arm/nofa_no_session_tickets-3.6 Manuel Pégourié-Gonnard 2024-04-08 08:56:28 +00:00
  • a4b773d3bb Merge pull request #6955 from inorick/nofa_no_session_tickets Manuel Pégourié-Gonnard 2024-04-08 08:56:17 +00:00
  • 05c1ba22f0 Add change log Ronald Cron 2024-04-04 14:49:09 +02:00
  • 8d63084bd1 tls13: Do not initiate at all resumption if tickets not supported Ronald Cron 2024-04-04 14:05:21 +02:00
  • fccfa69de8 tls13: Fix doc of mbedtls_ssl_session_set() - 2 Ronald Cron 2024-04-04 13:40:11 +02:00
  • 7fb4343ee9 tls13: Fix doc of mbedtls_ssl_session_set() - 1 Ronald Cron 2024-04-04 10:34:21 +02:00
  • e221f67f15 tls13: Fix doc of mbedtls_ssl_session_get() - 2 Ronald Cron 2024-04-04 15:34:22 +02:00
  • de4183f580 tls13: Fix doc of mbedtls_ssl_session_get() - 1 Ronald Cron 2024-04-04 15:30:55 +02:00
  • 48e29a1271 tls: Fix doc of mbedtls_ssl_session_save() Ronald Cron 2024-04-04 09:53:07 +02:00
  • 698c8e902e ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket Ronald Cron 2024-04-02 13:19:57 +02:00
  • 6a8e4eb8d1 all.sh: Use full instead of default as the base for the new component Ronald Cron 2024-04-02 12:34:24 +02:00
  • f02af2d1c5 tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests Ronald Cron 2024-04-02 12:25:56 +02:00
  • 54a9b11bb5 ssl-opt.sh: Add tests where tickets are ignored Ronald Cron 2024-03-26 11:17:10 +01:00
  • 6071f611f6 tls13: cli: Ignore tickets if not supported Ronald Cron 2024-03-25 13:42:07 +01:00
  • c93fc86517 ssl-opt.sh: Add missing MBEDTLS_SSL_SESSION_TICKETS dependencies Norbert Fabritius 2023-04-12 09:50:30 +02:00
  • 06d9934b85 all.sh: Add component testing default minus session tickets Norbert Fabritius 2023-04-11 15:40:05 +02:00
  • 094f55333d tests: ssl: Fix dependencies of TLS 1.3 session serialization tests Ronald Cron 2024-03-26 10:21:06 +01:00
  • 346b81877d tests: ssl: Add hostname checks in session serialization tests Ronald Cron 2024-03-27 09:30:13 +01:00
  • 1fb585492d tests: ssl: Remove redundant test Ronald Cron 2024-03-27 09:18:04 +01:00
  • 819636994e tests: ssl: Fix session field guards Ronald Cron 2024-03-26 10:15:08 +01:00
  • 93b2c32ece Constify parameter of ssl_tls13_session_load Norbert Fabritius 2023-01-24 17:48:29 +01:00
  • ba1de9fa4e Enable ssl_tls13_get_ciphersuite_hash_alg only if macro is active Norbert Fabritius 2023-01-24 17:58:13 +01:00
  • b6ff6101d9 Unconditionally define session variable Norbert Fabritius 2023-01-24 17:38:22 +01:00
  • 5e297b984d tls13: srv: Fix guards of _is_psk_(ephemeral_)available Ronald Cron 2024-03-25 13:37:07 +01:00
  • da0d169fae Guard ticket specific TLS 1.3 function with macro Norbert Fabritius 2023-01-23 15:24:59 +01:00
  • 527a2eb8c4 Add change log Ronald Cron 2024-04-04 14:49:09 +02:00
  • 233fcaadbf tls13: Do not initiate at all resumption if tickets not supported Ronald Cron 2024-04-04 14:05:21 +02:00
  • fe15d90f72 tls13: Fix doc of mbedtls_ssl_session_set() - 2 Ronald Cron 2024-04-04 13:40:11 +02:00
  • 4ee6ddca86 Merge pull request #9004 from valeriosetti/issue8903-backport Bence Szépkúti 2024-04-04 13:44:31 +00:00
  • e4d9013518 Merge pull request #8987 from valeriosetti/issue8903 Bence Szépkúti 2024-04-04 13:44:24 +00:00
  • ec17c1c1ab Merge pull request #9005 from valeriosetti/issue8712-backport Bence Szépkúti 2024-04-04 13:41:15 +00:00
  • a376f84eb1 Merge pull request #8937 from valeriosetti/issue8712 Bence Szépkúti 2024-04-04 13:40:57 +00:00
  • d85eeae740 tls13: Fix doc of mbedtls_ssl_session_set() - 1 Ronald Cron 2024-04-04 10:34:21 +02:00
  • 66a206c26c tls13: Fix doc of mbedtls_ssl_session_get() - 2 Ronald Cron 2024-04-04 15:34:22 +02:00
  • 81bb589090 tls13: Fix doc of mbedtls_ssl_session_get() - 1 Ronald Cron 2024-04-04 15:30:55 +02:00
  • 9314df617b tls: Fix doc of mbedtls_ssl_session_save() Ronald Cron 2024-04-04 09:53:07 +02:00
  • 87747c7a82 Fix closing comment to match opening guard Manuel Pégourié-Gonnard 2024-04-03 10:06:10 +02:00
  • 5aa6a64b17 Fix style of preprocessor expression Manuel Pégourié-Gonnard 2024-04-02 12:12:40 +02:00
  • 3bb89dc935 Fix failures in psa_cryto_driver_wrappers suite Pengyu Lv 2023-12-07 16:11:53 +08:00
  • a44cab020e Add missing dependency of fallback test in driver wrappers suite Pengyu Lv 2023-12-05 15:14:12 +08:00
  • b13c218b10 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF Pengyu Lv 2023-12-04 14:22:09 +08:00
  • 64b6e4dece Fix wrong dependency in psa_crypto_driver_wrappers suite Pengyu Lv 2023-12-04 14:08:47 +08:00
  • a9d3eaf4bb Fix wrong dependency in psa_crypto_pake suite Pengyu Lv 2023-12-04 14:00:09 +08:00
  • f3abbfe735 Fix typo in ssl test suite Pengyu Lv 2023-12-04 13:56:15 +08:00
  • 0dfb5bbb31 Correct dependancy on MBEDTLS_X509_INFO for x509parse Pengyu Lv 2023-12-04 12:34:41 +08:00
  • 387aafff5b Merge pull request #9007 from mpg/checkbox-3.6 Tom Cosgrove 2024-04-04 10:33:22 +00:00
  • b76573c662 We now have two LTS branches to backport to. Manuel Pégourié-Gonnard 2024-04-04 10:44:18 +02:00
  • fd0e2f3beb pk: fix documentation of mbedtls_pk_setup_opaque() Valerio Setti 2024-04-04 09:39:12 +02:00
  • b2470d9bbf pk: fix typos in description of mbedtls_pk_setup_opaque() Valerio Setti 2024-03-25 09:37:47 +01:00
  • 320180f043 pk: add check_pair info to mbedtls_pk_setup_opaque() documentation Valerio Setti 2024-03-21 16:49:02 +01:00
  • b2840b0aac test_suite_pk: add failing check for sign_ext() in pk_psa_wrap_sign_ext() Valerio Setti 2024-03-21 16:26:11 +01:00
  • a53f54350e pk: simplify mbedtls_pk_sign_ext() Valerio Setti 2024-03-21 16:23:34 +01:00
  • c26646c211 pk: fix description of mbedtls_pk_setup_opaque for sign_ext() Valerio Setti 2024-03-21 16:22:24 +01:00
  • c51b08ca1d pk: fix indentation in description of mbedtls_pk_setup_opaque() Valerio Setti 2024-03-20 16:08:08 +01:00
  • 013fa95222 pk: fix description of mbedtls_pk_setup_opaque() Valerio Setti 2024-03-20 15:58:54 +01:00
  • 872b8c4678 pk: update documentation of mbedtls_pk_setup_opaque() based on #8951 Valerio Setti 2024-03-19 16:38:57 +01:00
  • 3c5ea11284 pk: fix documentation for mbedtls_pk_setup_opaque() Valerio Setti 2024-03-19 11:32:51 +01:00
  • b711a987d3 pk: improve documentation of mbedtls_pk_setup_opaque() Valerio Setti 2024-03-18 17:12:49 +01:00
  • 7ab1861163 pk: fix documentation for mbedtls_pk_setup_opaque() Valerio Setti 2024-03-18 11:06:44 +01:00
  • 1c7f5dea8b pk: fix documentation of mbedtls_pk_setup_opaque() Valerio Setti 2024-04-04 09:39:12 +02:00
  • 7e9711ae07 test_suite_pk: test check_pair() also with opaque RSA keys Valerio Setti 2024-03-25 14:12:38 +01:00
  • ab38fc7c11 test_suite_pk: minor code fixes and comments improvements Valerio Setti 2024-04-03 13:50:26 +02:00
  • 3e22bf2a31 generate_test_keys.py: minor improvements Valerio Setti 2024-04-03 13:42:20 +02:00
  • 1186a1aff3 Fix inconsistency in variable declaration/use Manuel Pégourié-Gonnard 2024-04-03 10:03:21 +02:00
  • 70d8fea2dc Finish backporting hits_export_public_key; Manuel Pégourié-Gonnard 2024-04-03 09:54:49 +02:00
  • 52c2af3ba4 ssl_mail_client: Fix code style issue Mingjie Shen 2024-03-18 14:30:06 -04:00
  • f5b93c1e95 ssl_mail_client: Check return value of mbedtls_snprintf Mingjie Shen 2024-03-12 16:23:41 -04:00
  • 62d462a487 ssl_mail_client: Replace snprintf with mbedtls_snprintf Mingjie Shen 2024-03-12 16:00:28 -04:00
  • da73abc8d7 Fix NULL handling in mbedtls_ssl_config.free() function Troy-Butler 2024-04-02 13:37:31 -04:00
  • cf47a15e96 ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket Ronald Cron 2024-04-02 13:19:57 +02:00
  • dd96c0a2df all.sh: Use full instead of default as the base for the new component Ronald Cron 2024-04-02 12:34:24 +02:00
  • 3d0f182a41 ssl-opt.sh: Fix some test dependencies Ronald Cron 2024-04-02 17:03:53 +02:00
  • b32d7ae0fe Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro Tom Cosgrove 2024-04-02 14:26:13 +01:00
  • a2c45dc713 Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro Tom Cosgrove 2024-04-02 14:26:13 +01:00
  • 26bc9c2fb8 test_suite_pk: fix guards Valerio Setti 2024-04-02 11:33:22 +02:00
  • c5e81d2e64 Use latest installed OpenSSL 3 as OPENSSL_NEXT Ronald Cron 2024-04-02 14:39:53 +02:00
  • ceea3e26c6 ssl-opt.sh: Adapt tests to OpenSSL 3 Ronald Cron 2024-03-27 14:16:40 +01:00
  • 9785cf1821 Add RSA key certificates Ronald Cron 2024-03-27 14:14:12 +01:00
  • d64fcee58c tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests Ronald Cron 2024-04-02 12:25:56 +02:00
  • d3590a8c09 Fix failures in psa_cryto_driver_wrappers suite Pengyu Lv 2023-12-07 16:11:53 +08:00
  • 108fe17956 Add missing dependency of fallback test in driver wrappers suite Pengyu Lv 2023-12-05 15:14:12 +08:00
  • 57cd7a8292 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF Pengyu Lv 2023-12-04 14:22:09 +08:00
  • 3ee4e648db Remove dependency on X509(_REMOVE)_INFO Manuel Pégourié-Gonnard 2024-04-02 11:33:14 +02:00
  • 390f276822 pk: fix unused variable in copy_from_psa() Valerio Setti 2024-04-02 11:31:33 +02:00
  • 7126ba52e0 test_suite_pk: add python script to generate predefined keys Valerio Setti 2024-03-29 16:59:40 +01:00
  • 30978ec650 Merge pull request #8874 from stevenwdv/development Paul Elliott 2024-03-29 13:59:36 +00:00
  • 6766a19027 Merge pull request #8875 from stevenwdv/mbedtls-2.28 Paul Elliott 2024-03-29 13:59:14 +00:00
  • 28c41ad2e9 test_suite_pk: simplify pk_psa_genkey() Valerio Setti 2024-03-29 11:37:09 +01:00
  • d8896d650f test_suite_pk: simplify pk_genkey() Valerio Setti 2024-03-29 09:50:20 +01:00
  • fdef82c9de test_suite_pk: fix key_id initialization value Valerio Setti 2024-03-27 14:18:25 +01:00