1. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  2. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  3. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  4. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  5. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  6. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  7. 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  8. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  9. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  10. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  11. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  12. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  13. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  14. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  15. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  16. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  17. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  18. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  19. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  20. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  21. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago
  22. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  23. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  24. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  25. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  26. 6ac7c03 TLS 1.3: Add session test checks by Jerry Yu · 3 years, 1 month ago
  27. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  28. f092629 Add save load test for tls13 by Jerry Yu · 3 years, 1 month ago
  29. a180f99 Add load-save tests for tls13 by Jerry Yu · 3 years, 1 month ago
  30. 1ac476c Add save buf size test for tls13 by Jerry Yu · 3 years, 1 month ago
  31. 6e8fec2 add session serialization load buf by Jerry Yu · 3 years, 1 month ago
  32. 534ff40 Add serialize_version_check for tls13 by Jerry Yu · 3 years, 1 month ago
  33. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  34. 9a8d784 Fixup test tls13_server_certificate_msg_invalid_vector_len by Paul Elliott · 3 years, 1 month ago
  35. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  36. ddb8cd6 test_suite_ssl: Fix handshake options cleanup by Andrzej Kurek · 3 years, 1 month ago
  37. 9dc4402 test_suite_ssl: zeroize the cache pointer in case if the struct memory gets reused by Andrzej Kurek · 3 years, 1 month ago
  38. 1e08568 test_suite_ssl: remove unnecessary user data checks by Andrzej Kurek · 3 years, 1 month ago
  39. 3d0d501 test_suite_ssl: prefer ASSERT_ALLOC over malloc by Andrzej Kurek · 3 years, 1 month ago
  40. 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
  41. e11acb2 test_suite_ssl: add proper cache cleanup by Andrzej Kurek · 3 years, 1 month ago
  42. e8ad0d7 Disable bad session id length test in TLS 1.3 by Andrzej Kurek · 3 years, 2 months ago
  43. 456a109 test_suite_ssl: add required dependencies for default handshake parameters by Andrzej Kurek · 3 years, 2 months ago
  44. 6e518ab test_suite_ssl: add missing options cleanup by Andrzej Kurek · 3 years, 2 months ago
  45. ed58b50 test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency by Andrzej Kurek · 3 years, 2 months ago
  46. 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
  47. 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
  48. 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
  49. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  50. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  51. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  52. cf600bc Comment fixes by Ronald Cron · 3 years, 2 months ago
  53. e7b9b6b tls13: Add checks of overread check failures by Ronald Cron · 3 years, 2 months ago
  54. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  55. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  56. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  57. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 2 months ago
  58. ed4d217 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  59. 078e9bc Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  60. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  61. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  62. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  63. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  64. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  65. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  66. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  67. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  68. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  69. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  70. 4c3b4e0 Initialize & free PSA in test_multiple_psks() by Neil Armstrong · 3 years, 3 months ago
  71. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  72. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  73. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  74. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  75. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  76. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  77. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  78. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  79. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  80. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  81. 06baf04 Initialize PSA to fix move_handshake_to_state when USE_PSA is enabled by Neil Armstrong · 3 years, 4 months ago
  82. 537e915 Enable DTLS renegotiation, resize_buffers, _serialize_mfl & renegotiate_mfl tests with PSA by Neil Armstrong · 3 years, 4 months ago
  83. 181fe69 Enable handshake_serialization & handshake_fragmentation tests with PSA by Neil Armstrong · 3 years, 4 months ago
  84. 993eea3 Enable app_data_tls & app_data_dtls tests with PSA by Neil Armstrong · 3 years, 4 months ago
  85. 0739336 Enable mbedtls_endpoint_sanity tests with PSA by Neil Armstrong · 3 years, 4 months ago
  86. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  87. 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  88. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  89. 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  90. 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  91. cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  92. 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  93. 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
  94. cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
  95. 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
  96. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  97. 74394a5 Add a group_list argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  98. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  99. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  100. 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago