1. b84f8d4 Corrects flag set in tests by Thomas Daubney · 3 years, 4 months ago
  2. 96bf3d1 Add missing MBEDTLS_ECP_C dependency by Andrzej Kurek · 3 years, 4 months ago
  3. 9cb14d4 tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  4. ee9488d Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  5. 6dd489c raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  6. 703a889 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  7. 86029e0 Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  8. 99f6778 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  9. 2582ba3 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  10. 577939a Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  11. 8985e1f Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 4 months ago
  12. b4eedf7 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 4 months ago
  13. 535cd17 Add a curves argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  14. a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
  15. 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  16. 161c5ee Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  17. c2fc241 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  18. 23cb12e A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  19. d096445 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  20. 35409be Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  21. f8b6b50 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
  22. a218047 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  23. c05158b New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  24. a296e48 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  25. 52af769 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  26. ce514de Merge pull request #5563 from AndrzejKurek/timeless-2.28 by Dave Rodgman · 3 years, 5 months ago
  27. 161005b Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  28. b6889d1 Fix test_suite_md API violation by Ron Eldor · 7 years ago
  29. 53a07dc Modifies data files to match new test function name by Thomas Daubney · 3 years, 5 months ago
  30. 755cb9b Changes name of check_iv to iv_len_validity by Thomas Daubney · 3 years, 5 months ago
  31. 7c4a486 Initialise buffer before use by Thomas Daubney · 3 years, 5 months ago
  32. ac72f9c Initialise iv buffer before use by Thomas Daubney · 3 years, 5 months ago
  33. 55dfd8b BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
  34. ecaca12 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
  35. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  36. 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  37. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  38. ca664c7 Merge pull request #5255 from AndrzejKurek/chacha-iv-len-16-fixes-2.x by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  39. e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  40. c60cc1d Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  41. d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
  42. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  43. 5752b4b Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  44. 270a264 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
  45. 73051b4 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
  46. 8ca8f2d Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  47. 1a3540a Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
  48. 13d5a34 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
  49. 3fc0d30 Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  50. 68b64cd Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  51. f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  52. 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  53. 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  54. e672820 Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  55. d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  56. 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  57. 9130ead tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  58. 41f2750 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  59. a23d9bb tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  60. 92becc6 tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  61. ae2e4a7 tests: Fix x509parse test dependency by Ronald Cron · 4 years ago
  62. f7e83d5 tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  63. 732a6e2 test: psa driver wrapper: Add non regression test for psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  64. 3563210 test: psa driver wrapper: Add cipher_encrypt negative testing by Ronald Cron · 4 years, 1 month ago
  65. 6fbc057 test: psa driver wrapper: Add non regression test for psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  66. 33c6968 test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
  67. 9545786 Fix compilation errors. by Paul Elliott · 3 years, 9 months ago
  68. 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
  69. 358e0ea Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  70. dc4e4b7 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  71. bc92abe Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
  72. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  73. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  74. 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  75. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  76. 5929996 Add generated test data by Przemyslaw Stekiel · 3 years, 9 months ago
  77. 98e3867 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
  78. 0810108 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
  79. 32a8b84 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
  80. 997caf8 Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  81. adcfdbf Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
  82. 31b9515 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
  83. e65be27 Correct block size for MD2 by Gilles Peskine · 3 years, 9 months ago
  84. cc14ce0 Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
  85. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  86. 1b06d09 Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  87. b4206b1 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  88. 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  89. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  90. 0c81ba7 Merge pull request #4944 from gilles-peskine-arm/remove-greentea-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  91. 44fa40cd Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  92. d79af3a Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  93. 19ff9a6 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  94. 72215f6 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  95. bb2d17c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  96. ac6181c Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
  97. 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  98. 8e8251a Merge pull request #4835 from gilles-peskine-arm/base64-no-table-2.2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  99. 05ee09e Merge pull request #5107 from mprse/issue_4056_b2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  100. d3e5dd3 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago