1. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  2. 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 6 months ago
  3. d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 6 months ago
  4. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  5. 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 6 months ago
  6. 7d112ae Check in test_suite_psa_crypto_not_supported.generated.data by Gilles Peskine · 4 years, 6 months ago
  7. af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
  8. 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
  9. 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago
  10. 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 4 years, 6 months ago
  11. 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 4 years, 6 months ago
  12. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
  13. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  14. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  15. 2747d7d Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  16. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  17. 80a9708 No dependencies for storage format tests by Gilles Peskine · 4 years, 7 months ago
  18. b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
  19. fa37961 Rename OMITTED_SYSTEMATIC_DEPENDENCIES by Gilles Peskine · 4 years, 7 months ago
  20. 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
  21. a87e178 If there are no arguments, don't update the file content by Gilles Peskine · 4 years, 7 months ago
  22. 72d8e0a Key policy negative tests don't actually require the algorithm by Gilles Peskine · 4 years, 7 months ago
  23. 20987b9 Detect test cases that require something not to be supported by Gilles Peskine · 4 years, 7 months ago
  24. f032fa9 Special handling for some always-on or alias symbols by Gilles Peskine · 4 years, 7 months ago
  25. 81dec00 Remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
  26. e4f539c Don't add cipher-related PSA_WANT_xxx because they aren't implemented yet by Gilles Peskine · 4 years, 7 months ago
  27. 9bbba5e Add a function to remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
  28. 2d2e924 Implement basic update of PSA_WANT dependencies by Gilles Peskine · 4 years, 7 months ago
  29. 45e9e73 Add a possibility to keep manual dependencies for certain functions by Gilles Peskine · 4 years, 7 months ago
  30. 82ebaa4 Implement stanza parsing in .data files by Gilles Peskine · 4 years, 7 months ago
  31. bdffaea New script to determine PSA crypto test dependencies automatically by Gilles Peskine · 4 years, 7 months ago
  32. 336678b tests: psa: Test PSA client-only code by Ronald Cron · 4 years, 6 months ago
  33. 88a8035 Merge pull request #3953 from gilles-peskine-arm/python-mypy-mkdir by Ronald Cron · 4 years, 6 months ago
  34. 0370c17 mypy: require at least version 0.780 by Gilles Peskine · 4 years, 7 months ago
  35. 4738b96 Use $PYTHON when running mypy by Gilles Peskine · 4 years, 7 months ago
  36. c3b1787 Use can_mypy rather than just checking for mypy by Gilles Peskine · 4 years, 7 months ago
  37. bdde5d0 Use Python to check the version of pylint by Gilles Peskine · 4 years, 7 months ago
  38. 6d82a7e Say we're running pylint by Gilles Peskine · 4 years, 7 months ago
  39. 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 7 months ago
  40. a222434 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
  41. ba74904 SSL test programs: support HMAC_DRBG by Gilles Peskine · 4 years, 7 months ago
  42. 1cc6a8e Add --can-pylint and --can-mypy options by Gilles Peskine · 4 years, 7 months ago
  43. b13ed70 Check scripts/mbedtls_dev/*.py with pylint by Gilles Peskine · 4 years, 8 months ago
  44. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  45. 2adebc8 Move get_c_expression_values into a separate module by Gilles Peskine · 4 years, 8 months ago
  46. fc62211 Refactor and generalize run_c by Gilles Peskine · 4 years, 8 months ago
  47. 45d350b Allow tests/scripts/foo.py to import from scripts by Gilles Peskine · 4 years, 8 months ago
  48. 7be4551 Check typing of python scripts if mypy is available by Gilles Peskine · 5 years ago
  49. e6d0ac2 mbedtls_test.py: Tell mypy to ignore mbed_host_tests by Gilles Peskine · 5 years ago
  50. 38b66df test_generate_test_code: remove Python 2 compatibility code by Gilles Peskine · 5 years ago
  51. ac9e7c0 check_files.py: pass mypy by Gilles Peskine · 5 years ago
  52. 4aebb8d Test shebang lines by Gilles Peskine · 5 years ago
  53. 15898ee Allow Python files not to be executable by Gilles Peskine · 5 years ago
  54. 48c76c9 Merge pull request #3949 from bensze01/update_psa_values by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  55. 4af6560 Improve documentation in test_psa_constant_names.py by Bence Szépkúti · 4 years, 8 months ago
  56. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  57. 7e37bf9 Update test_psa_constant_names.py for new values by Bence Szépkúti · 4 years, 8 months ago
  58. 1b7ee05 Added tests to confirm hash support for crypto config by John Durkop · 4 years, 8 months ago
  59. c109b37 Test MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 8 months ago
  60. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  61. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  62. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  63. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  64. c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 9 months ago
  65. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  66. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  67. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  68. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  69. bd069d3 Enhanced testing for PSA crypto config features by John Durkop · 4 years, 9 months ago
  70. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  71. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  72. 3809f5f Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  73. 25fdebf Add missing configs from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
  74. 7a78a1f Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
  75. efcf52d Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development by Ronald Cron · 4 years, 9 months ago
  76. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  77. e7012c7 Cleaned up test_psa_crypto_config_no_driver based on review comments by John Durkop · 4 years, 9 months ago
  78. 8ac0b80 Rename test_psa_want_ecdsa_disabled_softare by John Durkop · 4 years, 10 months ago
  79. 4377bf7 Added new PSA crypto config test with no test driver by John Durkop · 4 years, 10 months ago
  80. 28baa1f Fixed test_psa_want_ecdsa_disabled_software to use proper macros by John Durkop · 4 years, 10 months ago
  81. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  82. 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
  83. dd544e1 Fixed comments and test message output for new PSA tests by John Durkop · 4 years, 10 months ago
  84. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  85. 816e043 Update how test sets PSA_WANT_ALG_* by John Durkop · 4 years, 10 months ago
  86. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  87. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  88. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  89. 619e09e Minor update to all.sh to change test order by John Durkop · 5 years ago
  90. 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
  91. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  92. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  93. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  94. d57203d Add driver tests and run them through all.sh by Steven Cooreman · 5 years ago
  95. aeedd74 Pass -std=c99 to arm-none-eabi-gcc by Gilles Peskine · 5 years ago
  96. 231befa Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
  97. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  98. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  99. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  100. c14be90 Add new test_depends_curves_psa to all.sh by John Durkop · 5 years ago