1. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  2. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  3. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  4. a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  5. 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  6. 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  7. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  8. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  9. 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
  10. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  11. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  12. 73260b6 test: extend test_suite_ssl for testing new functions by Valerio Setti · 2 years, 7 months ago
  13. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  14. 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago
  15. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  16. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  17. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  18. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  19. 2a3ffb4 test: pake: add test for opaque password key by Valerio Setti · 2 years, 8 months ago
  20. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  21. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  22. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  23. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  24. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  25. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  26. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  27. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  28. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  29. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  30. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  31. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  32. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  33. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  34. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  35. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  36. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  37. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  38. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  39. 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  40. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  41. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  42. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  43. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  44. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  45. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  46. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  47. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  48. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  49. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  50. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  51. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  52. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  53. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago
  54. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  55. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  56. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  57. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  58. 6ac7c03 TLS 1.3: Add session test checks by Jerry Yu · 3 years ago
  59. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years ago
  60. f092629 Add save load test for tls13 by Jerry Yu · 3 years, 1 month ago
  61. a180f99 Add load-save tests for tls13 by Jerry Yu · 3 years, 1 month ago
  62. 1ac476c Add save buf size test for tls13 by Jerry Yu · 3 years, 1 month ago
  63. 6e8fec2 add session serialization load buf by Jerry Yu · 3 years, 1 month ago
  64. 534ff40 Add serialize_version_check for tls13 by Jerry Yu · 3 years, 1 month ago
  65. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  66. 9a8d784 Fixup test tls13_server_certificate_msg_invalid_vector_len by Paul Elliott · 3 years, 1 month ago
  67. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  68. ddb8cd6 test_suite_ssl: Fix handshake options cleanup by Andrzej Kurek · 3 years, 1 month ago
  69. 9dc4402 test_suite_ssl: zeroize the cache pointer in case if the struct memory gets reused by Andrzej Kurek · 3 years, 1 month ago
  70. 1e08568 test_suite_ssl: remove unnecessary user data checks by Andrzej Kurek · 3 years, 1 month ago
  71. 3d0d501 test_suite_ssl: prefer ASSERT_ALLOC over malloc by Andrzej Kurek · 3 years, 1 month ago
  72. 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
  73. e11acb2 test_suite_ssl: add proper cache cleanup by Andrzej Kurek · 3 years, 1 month ago
  74. e8ad0d7 Disable bad session id length test in TLS 1.3 by Andrzej Kurek · 3 years, 2 months ago
  75. 456a109 test_suite_ssl: add required dependencies for default handshake parameters by Andrzej Kurek · 3 years, 2 months ago
  76. 6e518ab test_suite_ssl: add missing options cleanup by Andrzej Kurek · 3 years, 2 months ago
  77. ed58b50 test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency by Andrzej Kurek · 3 years, 2 months ago
  78. 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
  79. 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
  80. 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
  81. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  82. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  83. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  84. cf600bc Comment fixes by Ronald Cron · 3 years, 2 months ago
  85. e7b9b6b tls13: Add checks of overread check failures by Ronald Cron · 3 years, 2 months ago
  86. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  87. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  88. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  89. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 2 months ago
  90. ed4d217 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  91. 078e9bc Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  92. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  93. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  94. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  95. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  96. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  97. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  98. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  99. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  100. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago