1. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  2. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  3. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  4. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  5. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  6. 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
  7. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  8. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  9. 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
  10. bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
  11. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  12. 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
  13. 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
  14. 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
  15. 41b742f test_suite_pem: Adapt dependencies for MD by Przemek Stekiel · 3 years ago
  16. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  17. 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
  18. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  19. f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  20. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  21. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  22. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years, 1 month ago
  23. 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
  24. 8c9a0ae Merge pull request #5985 from zhangsenWang/development by Dave Rodgman · 3 years ago
  25. 96a4be9 Merge pull request #6177 from AndrzejKurek/ecdsa-no-md by Dave Rodgman · 3 years ago
  26. a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
  27. 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
  28. 8b0799d Merge pull request #6181 from wernerlewis/ecp_set_zero by Dave Rodgman · 3 years ago
  29. 1af61cb Introduce a new macro for hash size in ecdsa tests by Andrzej Kurek · 3 years ago
  30. 7d52716 Fix undeclared dependencies on SHA-1 by Manuel Pégourié-Gonnard · 3 years ago
  31. e741c61 Adjust dependencies in test_suite_pkcs1_v21 by Manuel Pégourié-Gonnard · 3 years ago
  32. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  33. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  34. 322a7a1 Merge pull request #6155 from yuhaoth/pr/add-any-all-configs-enabled by Dave Rodgman · 3 years ago
  35. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  36. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  37. 9f42c06 Adjust hash dependencies in `test_suite_ecdsa` by Andrzej Kurek · 3 years ago
  38. b4983d4 Merge pull request #6164 from mprse/md_ssl_test by Gilles Peskine · 3 years ago
  39. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  40. 57d4c11 Merge pull request #6165 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  41. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  42. 27d8092 fix wrong typo by Jerry Yu · 3 years ago
  43. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  44. 3ccc116 Apply test data changes for conflicting cases by Werner Lewis · 3 years ago
  45. a453c14 Remove radix arguments from tests added in 3.2 by Werner Lewis · 3 years, 1 month ago
  46. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  47. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  48. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  49. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  50. 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
  51. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  52. 2fcb056 Add requires_{any,all}_configs_enabled functions by Jerry Yu · 3 years ago
  53. d2d4110 Remove `Teminated` message from stdout by Jerry Yu · 3 years ago
  54. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  55. d5e8a48 delete whitespace in comment by Zhangsen Wang · 3 years ago
  56. baeffbb skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
  57. eec4f03 fix typo and changelog entry issues by Jerry Yu · 3 years ago
  58. 6455b68 add rsa_pss_rsae_* test for tls12 server by Jerry Yu · 3 years, 1 month ago
  59. 1e48445 Merge pull request #6104 from superna9999/6097-remove-useless-md-in-test by Manuel Pégourié-Gonnard · 3 years ago
  60. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  61. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  62. fb389dd Enable invalid param test for ecp by Tuvshinzaya Erdenekhuu · 3 years ago
  63. 8df9603 Enable invalid param test for ecjpake by Tuvshinzaya Erdenekhuu · 3 years ago
  64. 2392419 Enable invalid param test in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  65. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  66. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  67. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  68. 6ac7c03 TLS 1.3: Add session test checks by Jerry Yu · 3 years, 1 month ago
  69. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  70. 24e3855 Add reconnect test by Jerry Yu · 3 years, 1 month ago
  71. f092629 Add save load test for tls13 by Jerry Yu · 3 years, 1 month ago
  72. a180f99 Add load-save tests for tls13 by Jerry Yu · 3 years, 1 month ago
  73. 1ac476c Add save buf size test for tls13 by Jerry Yu · 3 years, 1 month ago
  74. 6e8fec2 add session serialization load buf by Jerry Yu · 3 years, 1 month ago
  75. 534ff40 Add serialize_version_check for tls13 by Jerry Yu · 3 years, 1 month ago
  76. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  77. 0aabb6d Fix dependency in test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  78. 87276a3 Merge pull request #5952 from tuvshinzayaArm/add-missing-break by Dave Rodgman · 3 years, 1 month ago
  79. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years, 1 month ago
  80. 34e90fa TLS 1.3: tests: Allow PSK exchange mode on GnuTLS server by Ronald Cron · 3 years, 1 month ago
  81. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  82. 088c929 Remove useless force cipher suite by XiaokangQian · 3 years, 1 month ago
  83. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago
  84. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  85. db2c804 Fix dependencies in test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  86. 73692b7 Rework macros expressing dependencies by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  87. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
  88. 4a2ea16 remove forcecipher for psk test by Jerry Yu · 3 years, 1 month ago
  89. 3684782 add tests for offered psk parser by Jerry Yu · 3 years, 1 month ago
  90. f7b5b59 Add tests for write new session ticket by Jerry Yu · 3 years, 1 month ago
  91. 7085aa4 Merge pull request #5896 from wernerlewis/aes_shallow_copy by Dave Rodgman · 3 years, 1 month ago
  92. 0270b9f Rm useless use of MD in PKCS#1v2.1 test functions by Neil Armstrong · 3 years, 1 month ago
  93. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  94. 29ab32d Add client side tests by Jerry Yu · 3 years, 1 month ago
  95. 5ea6517 Rm useless use of MD in ECDSA test functions by Neil Armstrong · 3 years, 1 month ago
  96. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  97. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  98. d5b1eb5 Merge pull request #6078 from yuhaoth/pr/add-tls13-paser-psk-kex-mode-ext by Ronald Cron · 3 years, 1 month ago
  99. 4608c48 Rm useless use of MD in PK test functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  100. 5ef4e8d Don't depend on strong entropy for RSA tests by Manuel Pégourié-Gonnard · 3 years, 1 month ago