1. 45e9e73 Add a possibility to keep manual dependencies for certain functions by Gilles Peskine · 4 years, 7 months ago
  2. 82ebaa4 Implement stanza parsing in .data files by Gilles Peskine · 4 years, 7 months ago
  3. bdffaea New script to determine PSA crypto test dependencies automatically by Gilles Peskine · 4 years, 7 months ago
  4. 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
  5. a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
  6. a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
  7. 88a8035 Merge pull request #3953 from gilles-peskine-arm/python-mypy-mkdir by Ronald Cron · 4 years, 6 months ago
  8. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  9. 0426e25 Merge pull request #4020 from gilles-peskine-arm/ssl_test_lib-hmac_drg by Ronald Cron · 4 years, 6 months ago
  10. 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
  11. 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
  12. 75829a4 Explain the explicit dependency on instrument_record_status.h by Gilles Peskine · 4 years, 6 months ago
  13. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  14. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  15. e1d51bd Depend on all test headers when building tests by Gilles Peskine · 4 years, 7 months ago
  16. 0370c17 mypy: require at least version 0.780 by Gilles Peskine · 4 years, 7 months ago
  17. 4738b96 Use $PYTHON when running mypy by Gilles Peskine · 4 years, 7 months ago
  18. c3b1787 Use can_mypy rather than just checking for mypy by Gilles Peskine · 4 years, 7 months ago
  19. bdde5d0 Use Python to check the version of pylint by Gilles Peskine · 4 years, 7 months ago
  20. 6d82a7e Say we're running pylint by Gilles Peskine · 4 years, 7 months ago
  21. 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 7 months ago
  22. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  23. 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
  24. a222434 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
  25. ba74904 SSL test programs: support HMAC_DRBG by Gilles Peskine · 4 years, 7 months ago
  26. 9b31218 Testing a maximum size key is RAM intensive, and should be dependent by Steven Cooreman · 4 years, 7 months ago
  27. affc38c Make test cases that use PKCS7 padding dependent on it by Steven Cooreman · 4 years, 7 months ago
  28. 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
  29. c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
  30. 6beb327 external_rng_failure_sign: more robust buffer management by Gilles Peskine · 4 years, 7 months ago
  31. 3aa5a64 Fix a test dependency by Gilles Peskine · 4 years, 7 months ago
  32. 1631514 Add missing dependencies on key types by Gilles Peskine · 4 years, 8 months ago
  33. ba0c1ff Depend on the built-in implementation when injecting RNG failure by Gilles Peskine · 4 years, 8 months ago
  34. f547ce8 MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG: negative tests by Gilles Peskine · 4 years, 8 months ago
  35. 8ae012b Generalize test_suite_psa_crypto_entropy by Gilles Peskine · 4 years, 9 months ago
  36. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  37. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 9 months ago
  38. 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 9 months ago
  39. d71539f Fix test_psa_collect_statuses: update makefile dependencies by Gilles Peskine · 4 years, 8 months ago
  40. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  41. 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
  42. 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
  43. ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
  44. 1cc6a8e Add --can-pylint and --can-mypy options by Gilles Peskine · 4 years, 7 months ago
  45. b13ed70 Check scripts/mbedtls_dev/*.py with pylint by Gilles Peskine · 4 years, 8 months ago
  46. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  47. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  48. f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
  49. 2adebc8 Move get_c_expression_values into a separate module by Gilles Peskine · 4 years, 8 months ago
  50. fc62211 Refactor and generalize run_c by Gilles Peskine · 4 years, 8 months ago
  51. 45d350b Allow tests/scripts/foo.py to import from scripts by Gilles Peskine · 4 years, 8 months ago
  52. 7be4551 Check typing of python scripts if mypy is available by Gilles Peskine · 5 years ago
  53. e6d0ac2 mbedtls_test.py: Tell mypy to ignore mbed_host_tests by Gilles Peskine · 5 years ago
  54. 38b66df test_generate_test_code: remove Python 2 compatibility code by Gilles Peskine · 5 years ago
  55. ac9e7c0 check_files.py: pass mypy by Gilles Peskine · 5 years ago
  56. 4aebb8d Test shebang lines by Gilles Peskine · 5 years ago
  57. 15898ee Allow Python files not to be executable by Gilles Peskine · 5 years ago
  58. 48c76c9 Merge pull request #3949 from bensze01/update_psa_values by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  59. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  60. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  61. 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 8 months ago
  62. 4af6560 Improve documentation in test_psa_constant_names.py by Bence Szépkúti · 4 years, 8 months ago
  63. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  64. 7e37bf9 Update test_psa_constant_names.py for new values by Bence Szépkúti · 4 years, 8 months ago
  65. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  66. c6a26c9 Update PSA Crypto persistent key storage tests by Bence Szépkúti · 4 years, 8 months ago
  67. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  68. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  69. 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago
  70. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  71. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  72. 8a3d234 Fail the test case immediately if cipher_reset_key fails by Gilles Peskine · 4 years, 8 months ago
  73. a2971ea Simplify some buffer comparisons in tests by Gilles Peskine · 4 years, 8 months ago
  74. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  75. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  76. 56f943a Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  77. e64a46f Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  78. 7c43030 Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  79. 4592bd8 Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  80. e146bdc Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  81. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  82. f215ef8 Test that auth_decrypt{,_ext}() zeroize on failure by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  83. 86796bc Add check_param test for cipher_auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  84. 9b2a789 Use exact-size buffers for testing auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  85. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  86. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  87. 53f10e7 Test cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  88. 89a8fe5 Extract helper function for repeated test code by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  89. 4c1a100 Improve comments/structure of auth_crypt test by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  90. a03f56f Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  91. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  92. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  93. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  94. 0c5875f Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  95. 1b7ee05 Added tests to confirm hash support for crypto config by John Durkop · 4 years, 8 months ago
  96. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 9 months ago
  97. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  98. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  99. 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  100. c109b37 Test MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago