1. 9b92164 Merge pull request #280 from ronald-cron-arm/tf-psa-crypto-reorg-prep by Valerio Setti · 9 weeks ago upstream/main
  2. 08e8a79 Merge pull request #286 from gilles-peskine-arm/psasim-serialize-unsigned-int by Gilles Peskine · 9 weeks ago
  3. 0058f4c psasim serialize: Support a few more standard C types by Gilles Peskine · 9 weeks ago
  4. e07b664 Merge pull request #278 from gilles-peskine-arm/generate_mldsa_tests-create by Valerio Setti · 10 weeks ago
  5. 0879d0c Merge pull request #279 from gilles-peskine-arm/unix-detection-202601-framework by Gilles Peskine · 2 months ago
  6. d1bb3a6 dilithium_py reproducible output requires pycryptodome by Gilles Peskine · 2 months ago
  7. d6dce9b Make the output deterministic by Gilles Peskine · 2 months ago
  8. 3ddf7bc Fix verify test cases not having a randomized signature by Gilles Peskine · 2 months ago
  9. 25db08b check-doxy-blocks.pl: Add dispatch, extras, platform and utilities directories by Ronald Cron · 2 months ago
  10. 0556184 check_names.py: Add dispatch, extras, platform and utilities directories by Ronald Cron · 2 months ago
  11. bd6dfd6 Fix check_names complaints about *_platform_requirements.h by Gilles Peskine · 3 months ago
  12. b2eb76d Revert "Fix check_names complaints about *_platform_requirements.h" by Gilles Peskine · 3 months ago
  13. 6d5987a Include <test/test_common.h> first in test code by Gilles Peskine · 3 months ago
  14. 4f3a21f Stop using MBEDTLS_PRINTF_SIZET by Gilles Peskine · 3 months ago
  15. c88127f ML-DSA test case generator by Gilles Peskine · 3 months ago
  16. d85217d Support test data generators in generate_files_helper.py by Gilles Peskine · 3 months ago
  17. 2fe235d Test data generators: add --list-outdated option by Gilles Peskine · 3 months ago
  18. 151585f New utility Python module: generate_files_helper by Gilles Peskine · 3 months ago
  19. f9a7620 Create a new directory for non-user-facing scripts by Gilles Peskine · 3 months ago
  20. 5452c77 Fix check_names complaints about *_platform_requirements.h by Gilles Peskine · 3 months ago
  21. 67538f6 Remove an unused method by Gilles Peskine · 3 months ago
  22. 316ec76 Modernize usage of re.sub deprecated in Python 3.13 by Gilles Peskine · 3 months ago
  23. f41a9f6 New macro TEST_ASSERT_ERRNO by Gilles Peskine · 3 months ago
  24. 8ed11c9 Merge pull request #274 from ronald-cron-arm/dtls-client-hello-defragmentation-prep by Ronald Cron · 3 months ago
  25. 4a57bd2 Merge pull request #265 from gilles-peskine-arm/crypto_knowledge-psa_spec_1.4-no_pake by Valerio Setti · 3 months ago
  26. c99fb57 Fix SM3 hash length (bits/bytes confusion) by Gilles Peskine · 3 months ago
  27. 4857228 psasim: add XOF operation support by Gilles Peskine · 3 months ago
  28. 2ffd883 Driver entry point test code: add XOF support by Gilles Peskine · 3 months ago
  29. 4484c52 Support test_suite_psa_crypto_metadata functions for new algorithm categories by Gilles Peskine · 3 months ago
  30. 567f89a Remain compatible with generate_psa_constants.py which is outside the framework by Gilles Peskine · 3 months ago
  31. 43a6e55 Match field names to algorithm category names by Gilles Peskine · 3 months ago
  32. d60e412 generate_test_keys.py: Support ML-DSA, ML-KEM and SLH-DSA keys by Gilles Peskine · 3 months ago
  33. dec6c51 Add sample keys for ML-DSA, ML-KEM and SLH-DSA by Gilles Peskine · 3 months ago
  34. 87e3988 Add all algorithms from PSA Crypto 1.4 PQC extension by Gilles Peskine · 3 months ago
  35. 4c54ebd OpFail: only consider categories in which at least one algorithm is supported by Gilles Peskine · 3 months ago
  36. 9877376 OpFail generator: pre-compute the lists of categories and algorithms by Gilles Peskine · 3 months ago
  37. 29697c9 Support new destructor in PSA Crypto API 1.4 by Gilles Peskine · 3 months ago
  38. 1ef0e67 Add all mechanisms up to PSA Crypto API 1.4 by Gilles Peskine · 3 months ago
  39. e9f66f7 Add DH family RFC3526 by Gilles Peskine · 3 months ago
  40. 1e8f77d Add elliptic curve FRP256v1 by Gilles Peskine · 3 months ago
  41. 000b049 Indicate the provenance of keys by Gilles Peskine · 3 months ago
  42. c0a8a9c Merge pull request #276 from gilles-peskine-arm/psasim-generate-wrappers-dynamically by Gilles Peskine · 3 months ago
  43. a9bb80e Document the psasim build by Gilles Peskine · 3 months ago
  44. 2bc5812 Add missing dependencies on generated headers by Gilles Peskine · 3 months ago
  45. 3a69598 Clean up psasim/.gitignore by Gilles Peskine · 3 months ago
  46. b6c23e6 Remove psasim generated files by Gilles Peskine · 3 months ago
  47. 9dca598 Add rules to generate wrappers during the psasim build by Gilles Peskine · 3 months ago
  48. 4b0febf psasim: Update generation script instructions for the TF-PSA-Crypto split by Gilles Peskine · 3 months ago
  49. 499dd43 Update psasim generated files by Gilles Peskine · 3 months ago
  50. 8ebca51 Merge pull request #275 from gilles-peskine-arm/mldsa-pqcp-add-driver-framework-return-of-the-psasim by Gilles Peskine · 3 months ago
  51. c5c6dda Read include paths from the TF-PSA-Crypto makefile by Gilles Peskine · 3 months ago
  52. 042e954 make_generated_files.py: Split data from code by Ronald Cron · 3 months ago
  53. c678de6 tls_handshake_tests.py: Fix expected server log by Ronald Cron · 3 months ago
  54. 6501598 tls_handshake_tests.py: Add no-tls12-client-hello-defragmentation-support arg by Ronald Cron · 3 months ago
  55. 5639bf9 Make generate_tls_handshake_tests.py a module by Ronald Cron · 3 months ago
  56. 421f7a2 Merge pull request #238 from minosgalanakis/rework/move-psasim by David Horstmann · 3 months ago
  57. b4d205e Merge pull request #273 from gilles-peskine-arm/mldsa-pqcp-add-driver-framework-the-split-strikes-back by Gilles Peskine · 4 months ago
  58. 84a6378 Add pqcp path when building in mbedtls as well by Gilles Peskine · 4 months ago
  59. 93d94f4 c_build_helper: don't hide the compiler output by Gilles Peskine · 4 months ago
  60. ece660e Merge pull request #271 from gilles-peskine-arm/mldsa-pqcp-add-driver-framework by Valerio Setti · 4 months ago
  61. 390abf3 Fix compatibility with old CMake by Gilles Peskine · 4 months ago
  62. ab1a43e check_names: Use the same Python executable instead of `python3` by Gilles Peskine · 4 months ago
  63. 1852587 check_names: allow pqcp driver to configure mldsa-native by Gilles Peskine · 4 months ago
  64. 0c94e7d check_names: Allow mldsa-native symbols to be undeclared by Gilles Peskine · 4 months ago
  65. dd06b49 check_names: tighten the pattern for internal macros by Gilles Peskine · 4 months ago
  66. 21007fc check_names: use set, not list, when only testing membership by Gilles Peskine · 4 months ago
  67. 2f01eca check_names: add type annotations by Gilles Peskine · 4 months ago
  68. 8caa0e4 check_names: Use dedicated class for parse results by Gilles Peskine · 4 months ago
  69. 8b6217b check_names: don't build what we don't need by Gilles Peskine · 4 months ago
  70. b392da5 Merge pull request #257 from valeriosetti/issue598-framework by Valerio Setti · 4 months ago
  71. c32c506 tests: pk_helpers: fix code style by Valerio Setti · 4 months ago
  72. 73c4f2e tests: pk_helpers: improve documentation of pk_context_populate_method_t by Valerio Setti · 4 months ago
  73. 4eebe42 tests: pk_helpers: optimize failure reporting in mbedtls_pk_helpers_populate_context by Valerio Setti · 4 months ago
  74. 2d7c5cb tests: pk_helpers: fix outer guard in functions implementation by Valerio Setti · 4 months ago
  75. 43e4dc0 tests: pk_helpers: update documentation by Valerio Setti · 4 months ago
  76. 2b3cc12 tests: pk_helpers: let all helper function return an error code by Valerio Setti · 4 months ago
  77. fceee93 Add drivers/pqcp/include to C include paths by Gilles Peskine · 4 months ago
  78. ebad5b9 Merge pull request #270 from gilles-peskine-arm/make_generated_files-use_same_python by Ronald Cron · 4 months ago
  79. a56534b Use the same Python executable instead of `python` by Gilles Peskine · 4 months ago
  80. ee399cc Merge pull request #245 from gilles-peskine-arm/make_generated_files-fix-check by Gilles Peskine · 4 months ago
  81. f51cf54 all-core.sh: Allow overriding of the psa-sim location by Minos Galanakis · 4 months ago
  82. 7f6ad7c psasim: Update location in Makefile and all-core.sh by Minos Galanakis · 4 months ago
  83. fc4689b Removed old psasim dir by Minos Galanakis · 4 months ago
  84. daee5e1 Merge branch 'tmp-branch-move-files-to-framework' into move-files-into-framework by Minos Galanakis · 4 months ago
  85. d982361 Moved tests/psa-client-server to framework. by Minos Galanakis · 4 months ago
  86. bf38106 psasim: Moved to psasim_deprecated by Minos Galanakis · 4 months ago
  87. 0294b11 Merge pull request #10556 from gilles-peskine-arm/sha3-cleanup-202512-prep2 by Valerio Setti · 4 months ago
  88. dae1609 Merge pull request #253 from gilles-peskine-arm/all.sh-cleanup-cmake-only-in-tree by Valerio Setti · 4 months ago
  89. fa298be tests: src: pk_helpers: style fix in code and documentation by Valerio Setti · 4 months ago
  90. e285118 tests: src: pk_helpers: select predefined keys using PSA key type and bits by Valerio Setti · 4 months ago
  91. 898a721 Fix missing cleanup of toplevel Makefile by Gilles Peskine · 4 months ago
  92. a082c08 CMake artifacts cleanup: fix the new code on Ubuntu 16.04 by Gilles Peskine · 4 months ago
  93. ffeda99 Only clean CMake artifacts in-tree by Gilles Peskine · 4 months ago
  94. feef17d Actually fail if `--check` fails by Gilles Peskine · 4 months ago
  95. b8d3b81 Add missing type annotations by Gilles Peskine · 4 months ago
  96. 88e0eb7 tests: src: pk_helpers: add documentation and proper functions prefix by Valerio Setti · 4 months ago
  97. 6d2ca07 scripts: generate_test_keys: minor improvements by Valerio Setti · 4 months ago
  98. 68b0ad1 Adapt to the split of test_suite_shax by Gilles Peskine · 4 months ago
  99. 67152f3 Merge pull request #10543 from gilles-peskine-arm/split-crypto-makefiles by Ronald Cron · 4 months ago
  100. a271e93 Merge pull request #10555 from gilles-peskine-arm/sort-config_check_user-mbedtls by Ronald Cron · 4 months ago