1. ed1c7f4 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  2. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  3. a7aa80c Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 11 months ago
  4. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  5. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  6. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  7. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  8. 8cc46aa Merge pull request #6275 from daverodgman/fixcopyright by Dave Rodgman · 2 years, 11 months ago
  9. f498910 Merge pull request #6256 from AndrzejKurek/tls-tests-no-md-ssl-opt by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  10. 53a18f2 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  11. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  12. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  13. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 2 years, 11 months ago
  14. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 2 years, 11 months ago
  15. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  16. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  17. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  18. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  19. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  20. 52f83dc Merge pull request #6244 from AndrzejKurek/pkcs5-no-md by Manuel Pégourié-Gonnard · 3 years ago
  21. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  22. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  23. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  24. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  25. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  26. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  27. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  28. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
  29. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  30. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  31. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  32. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  33. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  34. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  35. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  36. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  37. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  38. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  39. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  40. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  41. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  42. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  43. 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 3 years ago
  44. 7101b87 fix wrong description by Jerry Yu · 3 years ago
  45. 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago
  46. dcce505 Add a missing guard in an example program by Andrzej Kurek · 3 years ago
  47. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  48. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  49. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  50. 63d40e6 shorten the description by Jerry Yu · 3 years ago
  51. e5834fd remove unnecessary test by Jerry Yu · 3 years ago
  52. e7b4b58 Add psk kex mode tests by Jerry Yu · 3 years ago
  53. 3e06fce Remove old tests. by Jerry Yu · 3 years ago
  54. 3c01d47 Update test cases by Jerry Yu · 3 years ago
  55. 0baf907 remove `select_ciphersuite` by Jerry Yu · 3 years ago
  56. c5a23a0 fix various issues by Jerry Yu · 3 years ago
  57. fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
  58. bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
  59. 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
  60. 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
  61. 2185c0f add force ciphersuite tls-aes-256-gcm-sha384 test by Jerry Yu · 3 years ago
  62. f35ba38 Add select ciphersuite entry function by Jerry Yu · 3 years ago
  63. dd1bef7 Add ciphersuite_info check by Jerry Yu · 3 years ago
  64. 29d9faa fix various issues. by Jerry Yu · 3 years ago
  65. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  66. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  67. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  68. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  69. 66f35f2 fix wrong requires setting by Jerry Yu · 3 years ago
  70. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  71. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  72. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  73. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  74. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  75. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  76. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  77. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  78. 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
  79. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  80. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  81. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  82. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  83. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  84. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  85. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  86. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  87. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  88. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  89. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  90. af3f39c Fix typos by Janos Follath · 3 years ago
  91. 5725f1c Align ciphersuite with overwrite. by Jerry Yu · 3 years ago
  92. 01e42d2 fix issues in export handshake psk by Jerry Yu · 3 years ago
  93. 9f7f646 Revert "remove psk key when ephemeral selected" by Jerry Yu · 3 years ago
  94. e9d4fc0 fix binder value security issue by Jerry Yu · 3 years ago
  95. 24b8c81 fix comments and wrong initial value issues by Jerry Yu · 3 years ago
  96. 5d01c05 fix various issues by Jerry Yu · 3 years ago
  97. 6cf6b47 fix format and comment issues by Jerry Yu · 3 years ago
  98. b25d10f Add mismatch key tests by Jerry Yu · 3 years ago
  99. 2b7a51b Add psk_or_ephemeral mode and tests by Jerry Yu · 3 years ago
  100. 63c78b8 add `all` mode tests by Jerry Yu · 3 years ago