1. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  2. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 3 years ago
  3. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 3 years ago
  4. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  5. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  6. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  7. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  8. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  9. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  10. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  11. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  12. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  13. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  14. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  15. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  16. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  17. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  18. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  19. 7101b87 fix wrong description by Jerry Yu · 3 years ago
  20. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  21. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  22. 63d40e6 shorten the description by Jerry Yu · 3 years ago
  23. e7b4b58 Add psk kex mode tests by Jerry Yu · 3 years ago
  24. 3e06fce Remove old tests. by Jerry Yu · 3 years ago
  25. 3c01d47 Update test cases by Jerry Yu · 3 years ago
  26. 2185c0f add force ciphersuite tls-aes-256-gcm-sha384 test by Jerry Yu · 3 years ago
  27. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  28. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  29. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  30. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  31. 66f35f2 fix wrong requires setting by Jerry Yu · 3 years ago
  32. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  33. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  34. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  35. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  36. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  37. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  38. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  39. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  40. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  41. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  42. b25d10f Add mismatch key tests by Jerry Yu · 3 years ago
  43. 2b7a51b Add psk_or_ephemeral mode and tests by Jerry Yu · 3 years ago
  44. 63c78b8 add `all` mode tests by Jerry Yu · 3 years ago
  45. 3b70b3c add epemeral_all tests by Jerry Yu · 3 years ago
  46. badd46f add psk_all tests by Jerry Yu · 3 years ago
  47. fa8c306 add ephemeral tests by Jerry Yu · 3 years ago
  48. 9b83fa1 add psk_ephemeral tests by Jerry Yu · 3 years ago
  49. 6a9beba Add psk mode tests by Jerry Yu · 3 years ago
  50. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  51. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  52. 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
  53. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  54. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  55. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  56. bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
  57. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  58. 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  59. 2c70a0d test_suite_oid: Replace MBEDTLS_MD5_C and MBEDTLS_SHAxxx_C with the corresponding MBEDTLS_HAS_ALG_xxx_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  60. 050819c test_suite_x509write: Move MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA dependency for x509_crt_check to .function file by Przemek Stekiel · 3 years ago
  61. 41b742f test_suite_pem: Adapt dependencies for MD by Przemek Stekiel · 3 years ago
  62. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  63. b792cfd component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build by Przemek Stekiel · 3 years ago
  64. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  65. f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  66. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  67. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  68. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago
  69. 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
  70. 8c9a0ae Merge pull request #5985 from zhangsenWang/development by Dave Rodgman · 3 years ago
  71. 96a4be9 Merge pull request #6177 from AndrzejKurek/ecdsa-no-md by Dave Rodgman · 3 years ago
  72. a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
  73. 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
  74. 8162064 Bignum: Improve style by Janos Follath · 3 years ago
  75. 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
  76. 89e3146 Typo by Gabor Mezei · 3 years ago
  77. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  78. 8b0799d Merge pull request #6181 from wernerlewis/ecp_set_zero by Dave Rodgman · 3 years ago
  79. 295d93e Add psk handshake with gnutls by Ronald Cron · 3 years, 1 month ago
  80. 1af61cb Introduce a new macro for hash size in ecdsa tests by Andrzej Kurek · 3 years ago
  81. 9dfb562 Test little endian core I/O with odd limbs by Janos Follath · 3 years ago
  82. 1cb3b97 Test big endian core I/O with odd limbs by Janos Follath · 3 years ago
  83. 7d52716 Fix undeclared dependencies on SHA-1 by Manuel Pégourié-Gonnard · 3 years ago
  84. e741c61 Adjust dependencies in test_suite_pkcs1_v21 by Manuel Pégourié-Gonnard · 3 years ago
  85. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  86. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  87. 322a7a1 Merge pull request #6155 from yuhaoth/pr/add-any-all-configs-enabled by Dave Rodgman · 3 years ago
  88. 8d59c86 Make pylint happy by Janos Follath · 3 years ago
  89. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  90. 9938719 Allow internal macros without prefix by Janos Follath · 3 years ago
  91. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  92. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  93. 1694969 Bignum: Add tests for modulus setup and free by Janos Follath · 3 years ago
  94. d86b8ac Fix test_psa_crypto_config_accel_hash_use_psa build when including libtestdriver1 PSA headers from programs by Neil Armstrong · 3 years, 1 month ago
  95. a97f1ac Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years, 1 month ago
  96. 9f42c06 Adjust hash dependencies in `test_suite_ecdsa` by Andrzej Kurek · 3 years ago
  97. a200f6f Add macro definitions to the tests by Gabor Mezei · 3 years ago
  98. 23a1ce9 Add tests for mbedtls_mpi_mod_raw read/write functions by Gabor Mezei · 3 years ago
  99. 23bdeca Add core constant time comparison by Janos Follath · 3 years, 1 month ago
  100. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years, 1 month ago