1. 28c8cce Add conditional error.h include to test helpers function. by Mateusz Starzyk · 4 years, 3 months ago
  2. f2b11a9 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers by Mateusz Starzyk · 4 years, 3 months ago
  3. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  4. f823722 Merge pull request #4532 from gilles-peskine-arm/host_test-int32-3.0 by Ronald Cron · 4 years, 3 months ago
  5. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  6. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  7. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  8. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  9. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  10. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  11. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  12. 7ca4ff6 Remove Git pre-commit hook by Gilles Peskine · 4 years, 3 months ago
  13. 67debb6 Test check-generated-files.sh by Gilles Peskine · 4 years, 3 months ago
  14. 94230ea Fix `make generated_files` generating broken visualc files by Gilles Peskine · 4 years, 3 months ago
  15. e2f476e Avoid creating visualc/VS2010/*.bak.bak files by Gilles Peskine · 4 years, 3 months ago
  16. b32966d In update mode, create the files if they don't exist by Gilles Peskine · 4 years, 3 months ago
  17. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  18. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  19. 1570b59 Generate source files before running any components by Gilles Peskine · 4 years, 4 months ago
  20. b5e0863 Ignore generated source files that are no longer checked in by Gilles Peskine · 4 years, 4 months ago
  21. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  22. 03092f5 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  23. c6d94ab Fix remaining SHA384 dependencies and ifdef blocks. by Mateusz Starzyk · 4 years, 3 months ago
  24. 6848537 Remove obsolete config requirements for SHA384 in ssl-opt. by Mateusz Starzyk · 4 years, 3 months ago
  25. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  26. a7a4306 Fix build error when int32_t is not int by Gilles Peskine · 4 years, 3 months ago
  27. e7e958b Merge pull request #4393 from gilles-peskine-arm/generate-tests-python3-make-2.x by Gilles Peskine · 4 years, 3 months ago
  28. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 4 months ago
  29. 687d1ab Makefile targets for automatically generated files by Gilles Peskine · 4 years, 4 months ago
  30. b61a614 Use Python 3 instead of Python 2 to generate test files by Gilles Peskine · 4 years, 4 months ago
  31. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 4 months ago
  32. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 3 months ago
  33. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
  34. 9370f01 Merge pull request #3927 from hanno-arm/ciphersuite_helper_macros by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  35. fd86ca8 Rename SOME_MODES_USE_MAC -> SOME_SUITES_USE_MAC by Hanno Becker · 4 years, 8 months ago
  36. 07a35f6 Update key type name by gabor-mezei-arm · 4 years, 3 months ago
  37. 4bc0edb Typo by gabor-mezei-arm · 4 years, 3 months ago
  38. 041887b Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  39. 6e2a8da Add new tests for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  40. d785a79 Fix test by gabor-mezei-arm · 4 years, 3 months ago
  41. e088985 Fix test names by gabor-mezei-arm · 4 years, 3 months ago
  42. ce8804f Update tests dependencies by gabor-mezei-arm · 4 years, 3 months ago
  43. 4fabc56 Use non-deterministic ecdsa algorithm for verify_hash/message tests by gabor-mezei-arm · 4 years, 3 months ago
  44. 6dcaa3b Update driver tests for psa_hash/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  45. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  46. 816886c Add driver tests for sign/verify_message by gabor-mezei-arm · 4 years, 4 months ago
  47. 2fcb393 Rename driver test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  48. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  49. 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  50. b953023 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  51. 3473308 Remove mode param from mbedtls_rsa_rsaes_pkcs1_v15_decrypt by Thomas Daubney · 4 years, 3 months ago
  52. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  53. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  54. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  55. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  56. eb3e463 Merge pull request #4247 from stevew817/dispatch_mac_operations by Ronald Cron · 4 years, 3 months ago
  57. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
  58. 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
  59. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  60. ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  61. 0c23965 Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  62. 31017d3 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  63. c112315 Add PSA_ACCEL test dependencies in MAC driver wrappers tests by Steven Cooreman · 4 years, 3 months ago
  64. a2058a7 Convert mbedTLS to PSA dependencies for the driver wrapper tests by Steven Cooreman · 4 years, 3 months ago
  65. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  66. 7515e75 Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  67. b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  68. dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  69. c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
  70. 1153c3d tests: driver wrappers: Improve test comments by Ronald Cron · 4 years, 3 months ago
  71. 06638ae Update "key stretching" flag by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  72. c7f8dbe Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  73. aa923b9 Update generated files by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  74. 3e4d190 tests: driver wrappers: Add hash finish tests by Ronald Cron · 4 years, 3 months ago
  75. 1fb49e6 tests: driver wrappers: Add hash update tests by Ronald Cron · 4 years, 3 months ago
  76. 6e12b7b tests: driver wrappers: Specialize hash multi-part test on setup only by Ronald Cron · 4 years, 3 months ago
  77. eba3c87 tests: driver wrappers: Fix hash tests dependencies by Ronald Cron · 4 years, 3 months ago
  78. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  79. 6328133 tests: Fix test arguments separator by Ronald Cron · 4 years, 3 months ago
  80. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  81. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  82. b5d59a0 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
  83. 140043a tests: driver wrapper: Add hash dispatch testing by Ronald Cron · 4 years, 4 months ago
  84. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  85. 0bc3938 Removing trailing spaces by TRodziewicz · 4 years, 3 months ago
  86. 8223cce Correction of failing ecdsa & pk tests by TRodziewicz · 4 years, 3 months ago
  87. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  88. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  89. 85f023b Merge pull request #3950 from gilles-peskine-arm/dhm_min_bitlen-bits by Gilles Peskine · 4 years, 3 months ago
  90. 89f98c2 Removal of wrongly placed unset by TRodziewicz · 4 years, 3 months ago
  91. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  92. 2add5c1 On second thought changing the way the test is run by TRodziewicz · 4 years, 3 months ago
  93. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  94. e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
  95. 9876a85 Change the place where the _CIPHER_MODE_CBC is defined from test to check_config.h by TRodziewicz · 4 years, 3 months ago
  96. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  97. 6fce30f Update hashes dependencies testing script. by Mateusz Starzyk · 4 years, 4 months ago
  98. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  99. 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
  100. 856db5f Remove merge conflict marker by Chris Jones · 4 years, 8 months ago