1. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  2. b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  3. 95649ed Add type annotations by Gilles Peskine · 4 years, 4 months ago
  4. c893a57 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
  5. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  6. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  7. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  8. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  9. 67debb6 Test check-generated-files.sh by Gilles Peskine · 4 years, 3 months ago
  10. 94230ea Fix `make generated_files` generating broken visualc files by Gilles Peskine · 4 years, 3 months ago
  11. e2f476e Avoid creating visualc/VS2010/*.bak.bak files by Gilles Peskine · 4 years, 3 months ago
  12. b32966d In update mode, create the files if they don't exist by Gilles Peskine · 4 years, 3 months ago
  13. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  14. 1570b59 Generate source files before running any components by Gilles Peskine · 4 years, 4 months ago
  15. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  16. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  17. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 4 months ago
  18. eb3e463 Merge pull request #4247 from stevew817/dispatch_mac_operations by Ronald Cron · 4 years, 3 months ago
  19. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
  20. 31017d3 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  21. 7515e75 Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  22. b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  23. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  24. 89f98c2 Removal of wrongly placed unset by TRodziewicz · 4 years, 3 months ago
  25. 2add5c1 On second thought changing the way the test is run by TRodziewicz · 4 years, 3 months ago
  26. e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
  27. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  28. 6fce30f Update hashes dependencies testing script. by Mateusz Starzyk · 4 years, 4 months ago
  29. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  30. 856db5f Remove merge conflict marker by Chris Jones · 4 years, 8 months ago
  31. c5722d1 Add missing MBEDTLS_X509_REMOVE_INFO guards to ssl-opt.sh by Hanno Becker · 4 years, 10 months ago
  32. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  33. 1f98424 Correction fixing the test_when_no_ciphersuites_have_mac falure by TRodziewicz · 4 years, 4 months ago
  34. 7c1d41d Correction fixing the test_everest_curve25519_only falure by TRodziewicz · 4 years, 4 months ago
  35. 85aff9f Correction fixing the test_depends_curves_psa falure by TRodziewicz · 4 years, 4 months ago
  36. b683776 Per-line opt-out of check-names typo check by Gilles Peskine · 4 years, 4 months ago
  37. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  38. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  39. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  40. f5c5351 Remove remaining comments and strings refering to removed features. by Mateusz Starzyk · 4 years, 4 months ago
  41. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  42. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  43. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  44. 6341c06 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  45. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  46. e6f6301 psa: Add cipher accelerator flags to test_psa_crypto_drivers by Ronald Cron · 4 years, 5 months ago
  47. 067de3b tests: psa: Test cipher operations by a transparent driver by Ronald Cron · 4 years, 5 months ago
  48. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  49. 9838dc2 tests: Fine tune handling of policy negative tests by Ronald Cron · 4 years, 5 months ago
  50. 6ac020d tests: Treat PSA_WANT_ECC_* as manual dependencies by Ronald Cron · 4 years, 5 months ago
  51. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  52. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  53. e204dbf Drop support for MBEDTLS_SSL_HW_RECORD_ACCEL. by Mateusz Starzyk · 4 years, 5 months ago
  54. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
  55. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
  56. 753f973 Use full config during driver testing by Steven Cooreman · 4 years, 5 months ago
  57. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  58. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  59. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  60. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  61. 6f7ba5f Split out PSAMacroEnumerator from the test data collection code by Gilles Peskine · 4 years, 5 months ago
  62. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 6 months ago
  63. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  64. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  65. f6643cc Add library/*_internal.h to build files by Chris Jones · 4 years, 6 months ago
  66. d50db94 Add hash acceleration driver testing by Steven Cooreman · 4 years, 5 months ago
  67. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  68. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
  69. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  70. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  71. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  72. 17b3afc tests: psa: Test sign/verify hash by a transparent driver by Ronald Cron · 4 years, 8 months ago
  73. 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 6 months ago
  74. d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 6 months ago
  75. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  76. 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 6 months ago
  77. 7d112ae Check in test_suite_psa_crypto_not_supported.generated.data by Gilles Peskine · 4 years, 6 months ago
  78. af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
  79. 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
  80. 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago
  81. 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 4 years, 6 months ago
  82. 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 4 years, 6 months ago
  83. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
  84. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  85. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  86. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  87. 2747d7d Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  88. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  89. 80a9708 No dependencies for storage format tests by Gilles Peskine · 4 years, 7 months ago
  90. b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
  91. fa37961 Rename OMITTED_SYSTEMATIC_DEPENDENCIES by Gilles Peskine · 4 years, 7 months ago
  92. 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
  93. a87e178 If there are no arguments, don't update the file content by Gilles Peskine · 4 years, 7 months ago
  94. 72d8e0a Key policy negative tests don't actually require the algorithm by Gilles Peskine · 4 years, 7 months ago
  95. 20987b9 Detect test cases that require something not to be supported by Gilles Peskine · 4 years, 7 months ago
  96. f032fa9 Special handling for some always-on or alias symbols by Gilles Peskine · 4 years, 7 months ago
  97. 81dec00 Remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
  98. e4f539c Don't add cipher-related PSA_WANT_xxx because they aren't implemented yet by Gilles Peskine · 4 years, 7 months ago
  99. 9bbba5e Add a function to remove classic crypto dependencies by Gilles Peskine · 4 years, 7 months ago
  100. 2d2e924 Implement basic update of PSA_WANT dependencies by Gilles Peskine · 4 years, 7 months ago