1. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  2. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  3. 3bca781 tests/scripts/all.sh: add test for 32-bit AES-NI intrinsics with clang by Beniamin Sandu · 1 year, 10 months ago
  4. 287f6d1 all.sh: unset MBEDTLS symbols for modes/keys only when !PSA_CRYPTO_CONFIG by Valerio Setti · 1 year, 10 months ago
  5. 862021a all.sh: improve comments in common_test_full_no_cipher_with_psa_crypto by Valerio Setti · 1 year, 10 months ago
  6. 5b4039f all.sh: rename common config/test function by Valerio Setti · 1 year, 10 months ago
  7. 4529d65 all.sh: improve test_full_no_cipher() by Valerio Setti · 1 year, 10 months ago
  8. fb0b0ff all.sh: keep symbols that don't depend on CIPHER_C (directly or indirectly) by Valerio Setti · 1 year, 10 months ago
  9. c84d940 all.sh: fix comments in common_test_full_no_cipher_with_crypto() by Valerio Setti · 1 year, 10 months ago
  10. df17a10 all.sh: replace minus sign in text messages with "no" by Valerio Setti · 1 year, 10 months ago
  11. 7e710e8 all.sh: add components as full_no_cipher with CRYPTO_C and CRYPTO_CONFIG by Valerio Setti · 2 years ago
  12. ad8b7f0 all.sh: accelerate ALG_[STREAM_CIPHER/ECB_NO_PADDING] in accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  13. 97454fd all.sh: accelerate CMAC in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  14. b680fc4 all.sh: add a common configuration function for accel/reference components by Valerio Setti · 1 year, 10 months ago
  15. 9394144 all.sh: keep PKCS5/12 enabled in the reference component by Valerio Setti · 1 year, 10 months ago
  16. 29bcd01 all.sh: move [accel/reference]_cipher_aead to crypto_full by Valerio Setti · 1 year, 10 months ago
  17. 58d2b1a all.sh: fix minor issues by Valerio Setti · 1 year, 10 months ago
  18. b6b301f test: add component accelerating both ciphers and AEADs by Valerio Setti · 1 year, 10 months ago
  19. d69d3cd Merge pull request #8298 from daverodgman/sha-armce-thumb2 by Dave Rodgman · 1 year, 9 months ago
  20. a675ef8 Merge pull request #8368 from valeriosetti/issue8315 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  21. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  22. 66d5512 Remove dependency on asm/hwcap.h by Dave Rodgman · 1 year, 10 months ago
  23. 0244fbb all.sh: accelerate ALG_ECB_NO_PADDING in test_psa_crypto_config_accel_cipher() by Valerio Setti · 1 year, 10 months ago
  24. 91adb41 all.sh: remove fixes in test components by Valerio Setti · 1 year, 10 months ago
  25. 235e361 Merge pull request #8339 from lpy4105/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 10 months ago
  26. af5003a CMAC: accelerate CMAC in accel_cipher by Yanray Wang · 1 year, 10 months ago
  27. 0df6d96 all.sh: fix a typo in comment by Yanray Wang · 1 year, 10 months ago
  28. 158eead all.sh: build_mingw: only test build lib without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  29. bb4f63c all.sh: build_mingw: test default config without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  30. 0ea1b8f Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-7982-f6f4695824d6522c66a6347bf58e2d0e32260b84
  31. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  32. 2e37d7b Merge pull request #8121 from gilles-peskine-arm/ssl-test-no-legacy by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  33. 9a42730 all.sh: fix comment by Valerio Setti · 1 year, 10 months ago
  34. 41bc798 Tidy-up by Dave Rodgman · 1 year, 10 months ago
  35. f3803a1 Cleanup validation interface by Dave Rodgman · 1 year, 10 months ago
  36. f2ea08a Improve test for clang presence by Dave Rodgman · 1 year, 10 months ago
  37. d35b188 Make component_build_aes_aesce_armcc silent by Dave Rodgman · 1 year, 10 months ago
  38. 1322613 all.sh: revert changes in test_m32* by Pengyu Lv · 1 year, 10 months ago
  39. 37801d7 Invert no_hwcap variable by Dave Rodgman · 1 year, 10 months ago
  40. cc88ccd Include existing Makefile by Dave Rodgman · 1 year, 10 months ago
  41. 768bc14 Fix hwcap test for CI by Dave Rodgman · 1 year, 10 months ago
  42. ab0cff5 Require asm/hwcap.h for testing by Dave Rodgman · 1 year, 10 months ago
  43. 4b779be Merge branch 'development' into more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  44. f4b415c Test instructions built/not built by Dave Rodgman · 1 year, 10 months ago
  45. c20d899 Adjust messages in all.sh by Dave Rodgman · 1 year, 10 months ago
  46. b0d9830 Merge branch 'development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  47. a797ce3 test: use full config in test_psa_crypto_config_accel_cipher by Valerio Setti · 1 year, 10 months ago
  48. e7bac17 test: keep SSL_TICKET_C and SSL_CONTEXT_SERIALIZATION enabled by Valerio Setti · 1 year, 10 months ago
  49. 3f02bb7 test: use full config in accelerated AEAD test by Valerio Setti · 1 year, 10 months ago
  50. be7915a Revert renaming of SHA512 options by Dave Rodgman · 1 year, 10 months ago
  51. 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
  52. 64cca2f all.sh: Re-enable MBEDTLS_AESNI_C in some components by Pengyu Lv · 1 year, 10 months ago
  53. 5b89c55 Rename MBEDTLS_SHAxxx_USE_ARMV8_yyy to MBEDTLS_SHAxxx_USE_ARMV8_A_yyy by Dave Rodgman · 1 year, 10 months ago
  54. 94a634d Rename A64 config options by Dave Rodgman · 1 year, 10 months ago
  55. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  56. cd65400 Add tests for runtime detection by Dave Rodgman · 1 year, 10 months ago
  57. 9ed1853 require clang 4 for testing by Dave Rodgman · 1 year, 10 months ago
  58. d9e8083 Add tests for SHA256 on ARMCE for thumb, arm and aarch64 by Dave Rodgman · 1 year, 10 months ago
  59. a7127eb tidy up by Dave Rodgman · 1 year, 10 months ago
  60. 7a8a249 Tidy-up by Dave Rodgman · 1 year, 10 months ago
  61. b1107ae Tidy up bash syntax by Dave Rodgman · 1 year, 10 months ago
  62. 54ada8b Improve docs by Dave Rodgman · 1 year, 10 months ago
  63. 28e38d8 Use lower-case for local variables by Dave Rodgman · 1 year, 10 months ago
  64. 3cde6a2 Improve naming by Dave Rodgman · 1 year, 10 months ago
  65. 4243610 Use make to generate the test command by Dave Rodgman · 1 year, 10 months ago
  66. 466286a Remove redundant test component by Ronald Cron · 1 year, 10 months ago
  67. 43a5ce8 rename function by Dave Rodgman · 1 year, 10 months ago
  68. 920343a Separate out a resuable option cross-product test function by Dave Rodgman · 1 year, 10 months ago
  69. 184c0af Remove not-needed edge-case by Dave Rodgman · 1 year, 10 months ago
  70. 8a64fb8 Simplify makefile generation; don't use -j by Dave Rodgman · 1 year, 10 months ago
  71. 86cc708 fix make issue by Dave Rodgman · 1 year, 10 months ago
  72. aea01c9 Use make to parellise tests by Dave Rodgman · 1 year, 10 months ago
  73. 9728562 Improve test speed by Dave Rodgman · 1 year, 10 months ago
  74. 573dfc1 Add testing for MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH by Dave Rodgman · 1 year, 10 months ago
  75. 745af9f Extend testing of aes.o options by Dave Rodgman · 1 year, 10 months ago
  76. b51f3da Merge pull request #8264 from mpg/follow-up-8075 by Dave Rodgman · 1 year, 10 months ago
  77. 42f8d5f Merge pull request #8261 from Mbed-TLS/fix-cmake-header-include by Gilles Peskine · 1 year, 10 months ago
  78. 3b2357c Remove components that partially accelerate ECC keys by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  79. f868d6f Remove spurious comments by David Horstmann · 1 year, 10 months ago fix-cmake-header-include
  80. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago
  81. 862abe2 Fix lowercase comment start by David Horstmann · 1 year, 10 months ago
  82. c0c9b23 Test only what's support with partial curves accel by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  83. faea919 Fix typo: weiErstrass by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  84. 6be64f7 Use lowercase for local variables by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  85. 5aab46b Remove now-redundant tests by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  86. eda7086 Auto-enable ACCEL macros for p256-m driver by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  87. 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
  88. 9f48fff Ensure tests will fail if CMake generation fails by David Horstmann · 1 year, 10 months ago
  89. c1bedfe Put crypto_spe.h on the include search path where needed by Gilles Peskine · 1 year, 10 months ago
  90. f7dc6cf Document limitation on "mixed" builds by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  91. 5c21036 Add build with only some ECC key types accelerated by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  92. 561bce6 Add build with some curves accelerated but not all by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  93. 3c4f344 Declare P-256 as accelerated in p256-m test by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  94. 85ff5e6 Fix another rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  95. 0d54a2e Fix rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  96. 5a7523e Declare curves as accelerated in all.sh when needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  97. a6aecd0 Remove components that are no longer needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  98. 4ca250b test: fix comment by Valerio Setti · 1 year, 11 months ago
  99. 0a342c9 test: fix comments and functions' naming by Valerio Setti · 1 year, 11 months ago
  100. 482a0b9 test: fix remaining disparities and remove debug leftovers by Valerio Setti · 2 years ago