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