1. 5fd88b7 Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  2. 9d5952d Fix some dependencies on symmetric crypto in some TLS 1.3 tests by Gilles Peskine · 2 years, 1 month ago
  3. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  4. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  5. db61433 Add test for endpoint getter by Pengyu Lv · 2 years, 1 month ago
  6. 30e0870 Add test for hostname getter by Pengyu Lv · 2 years, 1 month ago
  7. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  8. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  9. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  10. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  11. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  12. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  13. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  14. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  15. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  16. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  17. 285dae8 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  18. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  19. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  20. 8c1ce22 tests: ssl: Restore !MBEDTLS_SSL_PROTO_TLS1_3 dependency by Ronald Cron · 2 years, 4 months ago
  21. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  22. 43263c0 tests: ssl: Extend move to handshake state tests by Ronald Cron · 2 years, 5 months ago
  23. ea8a1ea tests: ssl: Add some missing dependencies by Ronald Cron · 2 years, 5 months ago
  24. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  26. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. f56181a ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate* by Yanray Wang · 2 years, 5 months ago
  28. b088bfc ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  29. 5f86a42 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  30. 5ba709c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  31. 09a6f7e Move TEST_AVAILABLE_ECC into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  32. 1db628f Move ECJPAKE_TEST_SET_PASSWORD into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  33. 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
  34. e6afd91 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 9 months ago
  35. d577a68 Improve code readability for test_suite_ssl.function by Yanray Wang · 2 years, 9 months ago
  36. bd29683 Rewrap the lines to fit code standard in test_suite_ssl.function by Yanray Wang · 2 years, 9 months ago
  37. f7b6235 Rename the functions which are used to set up TLS connection by Yanray Wang · 2 years, 9 months ago
  38. 55a6619 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  39. 9ef0dce Rename the typedef statements which are used for TLS connection by Yanray Wang · 2 years, 10 months ago
  40. 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  41. 756b028 Merge pull request #7171 from daverodgman/pr5527 by Dave Rodgman · 2 years, 5 months ago
  42. 2f08147 test: fix disparities in test_suite_ssl by Valerio Setti · 2 years, 5 months ago
  43. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 8 months ago
  44. a4e8fb0 Add tests by Dave Rodgman · 2 years, 5 months ago
  45. 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
  46. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  47. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  48. a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  49. 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  50. 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  51. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  52. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  53. 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
  54. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  55. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  56. 73260b6 test: extend test_suite_ssl for testing new functions by Valerio Setti · 2 years, 7 months ago
  57. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  58. 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago
  59. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  60. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  61. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  62. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  63. 2a3ffb4 test: pake: add test for opaque password key by Valerio Setti · 2 years, 8 months ago
  64. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  65. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  66. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  67. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  68. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  69. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  70. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  71. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  72. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  73. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  74. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  75. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  76. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  77. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  78. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  79. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  80. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  81. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  82. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  83. 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  84. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  85. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  86. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  87. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  88. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  89. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  90. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  91. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  92. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  93. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  94. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  95. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  96. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  97. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago
  98. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  99. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  100. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago