1. defdc3b SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
  2. 63c3dc9 Merge pull request #4158 from d3zd3z/pr/psa-config-ec by Ronald Cron · 4 years, 5 months ago
  3. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  4. d08e538 Merge pull request #4157 from stevew817/dispatch_hash_operations by Gilles Peskine · 4 years, 5 months ago
  5. 0e7b6eb Fix typos in comments by Gilles Peskine · 4 years, 5 months ago
  6. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  7. 44bfed5 Update PSA not supported generated data by David Brown · 4 years, 5 months ago
  8. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  9. 753f973 Use full config during driver testing by Steven Cooreman · 4 years, 5 months ago
  10. 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
  11. e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years, 5 months ago mbedtls-2.26.0 v2.26.0
  12. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  13. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  14. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  15. 00d37d0 Test code for storage format stability by Gilles Peskine · 4 years, 5 months ago
  16. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  17. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  18. 6f7ba5f Split out PSAMacroEnumerator from the test data collection code by Gilles Peskine · 4 years, 5 months ago
  19. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 6 months ago
  20. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  21. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  22. cc2f869 Fix generated psa crypto tests by David Brown · 4 years, 5 months ago
  23. dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
  24. 9e3256a Adding printf format warning flags to makefiles by Paul Elliott · 4 years, 8 months ago
  25. dd9e8f6 Fix potential buffer overflow in printf by Paul Elliott · 4 years, 8 months ago
  26. d50db94 Add hash acceleration driver testing by Steven Cooreman · 4 years, 5 months ago
  27. d029b60 Move test driver hash function declarations to software driver by Steven Cooreman · 4 years, 5 months ago
  28. f763810 Add test driver for hash operations by Steven Cooreman · 4 years, 5 months ago
  29. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  30. bfe7549 Bump version to 2.26.0 by Dave Rodgman · 4 years, 5 months ago
  31. 5cce6a2 Merge branch 'development-restricted' into mbedtls-2.26.0-rc by Dave Rodgman · 4 years, 5 months ago
  32. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
  33. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  34. 3c973f4 Fix misnamed base64 test by Paul Elliott · 4 years, 5 months ago
  35. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  36. d0b0ba8 Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-development by Janos Follath · 4 years, 5 months ago
  37. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  38. 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
  39. c48cb80 Prevent false positive CF Test Failures by Paul Elliott · 4 years, 5 months ago
  40. c1a895d Add further more rigorous tests for base64 by Paul Elliott · 4 years, 5 months ago
  41. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  42. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  43. 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
  44. 16a05f5 Add metadata tests intertwining truncated and at-least-length algos by Steven Cooreman · 4 years, 5 months ago
  45. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  46. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  47. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  48. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  49. a96e241 Test _AT_LEAST_THIS_LENGTH macros in the PSA Crypto metadata test suite by Steven Cooreman · 4 years, 5 months ago
  50. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  51. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  52. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
  53. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  54. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  55. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  56. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  57. 574cf7b Clarify how a file descriptor could still be more than the limit by Gilles Peskine · 4 years, 5 months ago
  58. 97c57fe Fix sloppiness around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  59. 6667a78 Add test for mbedtls_net_poll beyond FD_SETSIZE by Gilles Peskine · 4 years, 5 months ago
  60. 1c0e48a New test suite: net by Gilles Peskine · 4 years, 5 months ago
  61. 448d546 First pass at constant flow tests for base64 by Paul Elliott · 4 years, 5 months ago
  62. f29019f Build tests with -Wdocumentation when using Clang by Gilles Peskine · 4 years, 5 months ago
  63. 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
  64. c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
  65. 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
  66. 6e0d5bd Increment the test step number when invalidating a key by Gilles Peskine · 4 years, 6 months ago
  67. 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
  68. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  69. e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
  70. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  71. b9ad794 Push back on divergence of duplicated code by Gilles Peskine · 4 years, 6 months ago
  72. e95a643 Prepare to move persistent storage cleanup to common code by Gilles Peskine · 4 years, 6 months ago
  73. 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
  74. cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
  75. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  76. ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
  77. e50b578 Document functions and macros that are now exported by Gilles Peskine · 4 years, 6 months ago
  78. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  79. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  80. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  81. ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
  82. c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
  83. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  84. 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
  85. 3d979f7 Add init-free tests for entropy by Gilles Peskine · 4 years, 5 months ago
  86. 914afe1 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
  87. 7aba036 Add missing cleanup in test function by Gilles Peskine · 4 years, 6 months ago
  88. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  89. f96d3d8 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  90. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  91. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  92. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  93. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  94. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
  95. bd21b18 Merge pull request #4126 from gilles-peskine-arm/ccm-test-iv-overflow-warning by Gilles Peskine · 4 years, 6 months ago
  96. 17b3afc tests: psa: Test sign/verify hash by a transparent driver by Ronald Cron · 4 years, 8 months ago
  97. 8d5645a tests: psa driver wrapper: Fix sign/verify unit test dependency by Ronald Cron · 4 years, 8 months ago
  98. 4993c13 tests: psa: Change test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  99. b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
  100. d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago