1. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  2. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  3. ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
  4. 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  5. 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  6. d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  7. d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  8. 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  9. 529bf9d Merge pull request #5619 from mprse/backport_sig_ver_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  10. a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
  11. 12ddae8 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
  12. beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  13. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  14. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  15. 585a412 Merge pull request #5760 from tom-daubney-arm/2-28_correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
  16. 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
  17. 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
  18. 5aeb61c Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  19. bcaba03 Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  20. b84f8d4 Corrects flag set in tests by Thomas Daubney · 3 years, 4 months ago
  21. 784e65b Add RC4 positive test by Gilles Peskine · 3 years, 4 months ago
  22. 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
  23. 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  24. 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  25. 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
  26. c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 4 months ago
  27. 65bc92a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago
  28. 8ddced5 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 5 months ago
  29. cb45170 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 5 months ago
  30. 3261124 Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 5 months ago
  31. ae93ee6 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 5 months ago
  32. b0537ba Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 5 months ago
  33. c77f16b Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 5 months ago
  34. 4eb1c7e 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 5 months ago
  35. 0de1143 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
  36. 930ccef Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago
  37. d79aef5 Unify the code to shorten expressions by Gilles Peskine · 3 years, 5 months ago
  38. 6213a00 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
  39. 989c13d Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
  40. 96bf3d1 Add missing MBEDTLS_ECP_C dependency by Andrzej Kurek · 3 years, 4 months ago
  41. 9cb14d4 tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  42. ee9488d Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  43. 6dd489c raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  44. 703a889 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  45. 86029e0 Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  46. 99f6778 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  47. 2582ba3 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  48. 577939a Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  49. 8985e1f Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 4 months ago
  50. b4eedf7 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 4 months ago
  51. 535cd17 Add a curves argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  52. a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
  53. 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  54. 161c5ee Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  55. c2fc241 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  56. 23cb12e A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  57. d096445 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  58. 35409be Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  59. f8b6b50 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
  60. a218047 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  61. c05158b New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  62. a296e48 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  63. 9618e0b Fix the order of added tests by Przemek Stekiel · 3 years, 4 months ago
  64. 52af769 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  65. ce514de Merge pull request #5563 from AndrzejKurek/timeless-2.28 by Dave Rodgman · 3 years, 5 months ago
  66. 06ca188 Fix duplicated test case descriptions by Przemek Stekiel · 3 years, 5 months ago
  67. a24ae48 Add driver dispatch tests for RSA hash sign by Przemyslaw Stekiel · 3 years, 8 months ago
  68. 81af55b Add driver dispatch tests for RSA hash verify by Przemyslaw Stekiel · 3 years, 8 months ago
  69. e15ebe1 Add driver dispatch tests for RSA message sign by Przemyslaw Stekiel · 3 years, 8 months ago
  70. 5b97d534 Add driver dispatch tests for RSA message verify by Przemyslaw Stekiel · 3 years, 8 months ago
  71. 161005b Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  72. b6889d1 Fix test_suite_md API violation by Ron Eldor · 7 years ago
  73. 53a07dc Modifies data files to match new test function name by Thomas Daubney · 3 years, 5 months ago
  74. 755cb9b Changes name of check_iv to iv_len_validity by Thomas Daubney · 3 years, 5 months ago
  75. 7c4a486 Initialise buffer before use by Thomas Daubney · 3 years, 5 months ago
  76. ac72f9c Initialise iv buffer before use by Thomas Daubney · 3 years, 5 months ago
  77. 55dfd8b BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
  78. ecaca12 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
  79. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  80. 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  81. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  82. ca664c7 Merge pull request #5255 from AndrzejKurek/chacha-iv-len-16-fixes-2.x by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  83. e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  84. c60cc1d Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  85. d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
  86. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  87. 5752b4b Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  88. 270a264 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
  89. 73051b4 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
  90. 8ca8f2d Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  91. 1a3540a Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
  92. 13d5a34 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
  93. 3fc0d30 Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  94. 68b64cd Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  95. f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  96. 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  97. 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  98. e672820 Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  99. d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  100. 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago