1. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  2. 2e37d7b Merge pull request #8121 from gilles-peskine-arm/ssl-test-no-legacy by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  3. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  4. 9a42730 all.sh: fix comment by Valerio Setti · 1 year, 10 months ago
  5. 41bc798 Tidy-up by Dave Rodgman · 1 year, 10 months ago
  6. f3803a1 Cleanup validation interface by Dave Rodgman · 1 year, 10 months ago
  7. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  8. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  9. 0521633 cipher: fix guards in mbedtls_cipher_auth_[encrypt/decrypt]_ext() by Valerio Setti · 1 year, 10 months ago
  10. cc88ccd Include existing Makefile by Dave Rodgman · 1 year, 10 months ago
  11. 4b779be Merge branch 'development' into more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  12. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  13. a797ce3 test: use full config in test_psa_crypto_config_accel_cipher by Valerio Setti · 1 year, 10 months ago
  14. e7bac17 test: keep SSL_TICKET_C and SSL_CONTEXT_SERIALIZATION enabled by Valerio Setti · 1 year, 10 months ago
  15. 3f02bb7 test: use full config in accelerated AEAD test by Valerio Setti · 1 year, 10 months ago
  16. a89d2ba Merge pull request #8327 from ronald-cron-arm/adapt-psa-crypto-repo-name by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8327-e7ebec6723b61bd54800f649b1391e980edf2fbd
  17. fea6606 Merge pull request #8296 from ronald-cron-arm/remove-redundant-test-component by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8296-866b3a1886a348670974c5c21f41abd657f6ba93
  18. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  19. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  20. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  21. 49c835e test_suite_pkcs12: fix typo in test case description by Valerio Setti · 1 year, 10 months ago
  22. 4855fdf Revert "Auto-generated files for v3.5.0" by Minos Galanakis · 1 year, 10 months ago
  23. a7127eb tidy up by Dave Rodgman · 1 year, 10 months ago
  24. 7a8a249 Tidy-up by Dave Rodgman · 1 year, 10 months ago
  25. b1107ae Tidy up bash syntax by Dave Rodgman · 1 year, 10 months ago
  26. 54ada8b Improve docs by Dave Rodgman · 1 year, 10 months ago
  27. 28e38d8 Use lower-case for local variables by Dave Rodgman · 1 year, 10 months ago
  28. 35b49c4 Ignore tests of built-in interfaces for driver-only testing parity by Gilles Peskine · 1 year, 10 months ago
  29. 010f035 Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Gilles Peskine · 1 year, 10 months ago
  30. 591416f Auto-generated files for v3.5.0 by Minos Galanakis · 1 year, 10 months ago
  31. 31ca313 Bump version to 3.5.0 by Minos Galanakis · 1 year, 10 months ago
  32. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  33. 3cde6a2 Improve naming by Dave Rodgman · 1 year, 10 months ago
  34. 4243610 Use make to generate the test command by Dave Rodgman · 1 year, 10 months ago
  35. 3974b17 check-generated-files: Added psa_crypto_driver_wrappers_no_static.c file by Minos Galanakis · 1 year, 10 months ago
  36. 466286a Remove redundant test component by Ronald Cron · 1 year, 10 months ago
  37. 43a5ce8 rename function by Dave Rodgman · 1 year, 10 months ago
  38. 920343a Separate out a resuable option cross-product test function by Dave Rodgman · 1 year, 10 months ago
  39. 184c0af Remove not-needed edge-case by Dave Rodgman · 1 year, 10 months ago
  40. 8a64fb8 Simplify makefile generation; don't use -j by Dave Rodgman · 1 year, 10 months ago
  41. 86cc708 fix make issue by Dave Rodgman · 1 year, 10 months ago
  42. aea01c9 Use make to parellise tests by Dave Rodgman · 1 year, 10 months ago
  43. 9728562 Improve test speed by Dave Rodgman · 1 year, 10 months ago
  44. 573dfc1 Add testing for MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH by Dave Rodgman · 1 year, 10 months ago
  45. 745af9f Extend testing of aes.o options by Dave Rodgman · 1 year, 10 months ago
  46. b51f3da Merge pull request #8264 from mpg/follow-up-8075 by Dave Rodgman · 1 year, 10 months ago
  47. 42f8d5f Merge pull request #8261 from Mbed-TLS/fix-cmake-header-include by Gilles Peskine · 1 year, 10 months ago
  48. 3b2357c Remove components that partially accelerate ECC keys by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  49. 680b48e Update list of ECC key types in user-config-for-test.h by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  50. f868d6f Remove spurious comments by David Horstmann · 1 year, 10 months ago fix-cmake-header-include
  51. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago
  52. 862abe2 Fix lowercase comment start by David Horstmann · 1 year, 10 months ago
  53. c0c9b23 Test only what's support with partial curves accel by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  54. faea919 Fix typo: weiErstrass by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  55. 6be64f7 Use lowercase for local variables by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  56. 5aab46b Remove now-redundant tests by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  57. eda7086 Auto-enable ACCEL macros for p256-m driver by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  58. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  59. 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
  60. 9f48fff Ensure tests will fail if CMake generation fails by David Horstmann · 1 year, 10 months ago
  61. 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
  62. c1bedfe Put crypto_spe.h on the include search path where needed by Gilles Peskine · 1 year, 10 months ago
  63. f7dc6cf Document limitation on "mixed" builds by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  64. 5c21036 Add build with only some ECC key types accelerated by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  65. 561bce6 Add build with some curves accelerated but not all by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  66. fe9666b Change the extension type of the file psa_crypto_driver_wrapper by Xiaokang Qian · 1 year, 11 months ago
  67. 7f420fa parse_attribute_value_hex_der_encoded: clean up length validation by Gilles Peskine · 1 year, 11 months ago
  68. 26dd764 parse_attribute_value_hex_der_encoded test case fixups by Gilles Peskine · 1 year, 11 months ago
  69. c94500b Add may-fail mode to mbedtls_x509_string_to_names output tests by Gilles Peskine · 1 year, 11 months ago
  70. aa01a03 Fix indentation by Gilles Peskine · 1 year, 11 months ago
  71. 70a9340 More test cases for parse_attribute_value_der_encoded by Gilles Peskine · 1 year, 11 months ago
  72. 1c7223b Use modern test macros for ease of debugging by Gilles Peskine · 1 year, 11 months ago
  73. 6da7872 Merge pull request #1083 from gilles-peskine-arm/development-restricted-merge-20230925 by Dave Rodgman · 1 year, 10 months ago
  74. 3c4f344 Declare P-256 as accelerated in p256-m test by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  75. 85ff5e6 Fix another rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  76. 0d54a2e Fix rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  77. 5a7523e Declare curves as accelerated in all.sh when needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  78. a6aecd0 Remove components that are no longer needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  79. 4ca250b test: fix comment by Valerio Setti · 1 year, 11 months ago
  80. bbf86af test_suite_psa_crypto: fix curve dependency in test by Valerio Setti · 1 year, 11 months ago
  81. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  82. 0a342c9 test: fix comments and functions' naming by Valerio Setti · 1 year, 11 months ago
  83. cf29c5d ssl: don't require MBEDTLS_ECP_DP with TLS1.3 by Valerio Setti · 1 year, 11 months ago
  84. 482a0b9 test: fix remaining disparities and remove debug leftovers by Valerio Setti · 2 years ago
  85. 872462d test: fix test accelerating all curves keeping only 1 builtin by Valerio Setti · 2 years ago
  86. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  87. b2fd673 test: fix test which are using accelerated ECC/DH keys by Valerio Setti · 2 years ago
  88. ffe590d Merge pull request #1058 from waleed-elmelegy-arm/check-set_padding-is-called by Gilles Peskine · 1 year, 10 months ago
  89. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 11 months ago
  90. bcb6cfb Fix the tests build with mingw for the new Win32 APIs by Simon Butcher · 7 years ago
  91. 025bed9 Merge pull request #1076 from daverodgman/more-ct by Dave Rodgman · 1 year, 11 months ago
  92. 4fe1e87 Fix SHA-3 dependencies in test_suite_md by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  93. e47c53e Fix SHA-3 in accel tests that need it by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  94. f4ceb16 Fix dependencies for SHA-3 MD dispatch tests by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  95. cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  96. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  97. 18e1d11 Merge pull request #1049 from waleed-elmelegy-arm/Switch-pkparse-to-mbedtls_pkcs5_pbe2_ext by Gilles Peskine · 1 year, 11 months ago
  98. 9fc8680 Fix test error by Dave Rodgman · 1 year, 11 months ago
  99. 193f942 Merge pull request #1071 from gilles-peskine-arm/ssl_decrypt_stream_short_buffer by Gilles Peskine · 1 year, 11 months ago
  100. fbe74a9 Add mbedtls_ct_error_if, with tests by Dave Rodgman · 1 year, 11 months ago