1. f7baf7b Merge pull request #8271 from daverodgman/fix-numops by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8271-b51f3da3549034818ea5e7b66695a44c65454cbc
  2. 3572bde Assume get_num_ops cannot fail by Dave Rodgman · 1 year, 10 months ago
  3. fe43d12 Always call get_num_ops by Dave Rodgman · 1 year, 10 months ago
  4. b51f3da Merge pull request #8264 from mpg/follow-up-8075 by Dave Rodgman · 1 year, 10 months ago
  5. 2bc38a6 Fix return type by Dave Rodgman · 1 year, 10 months ago
  6. 321c7e9 Fix error handling in psa_driver_wrapper_xxx_hash_get_num_ops by Dave Rodgman · 1 year, 10 months ago
  7. 42f8d5f Merge pull request #8261 from Mbed-TLS/fix-cmake-header-include by Gilles Peskine · 1 year, 10 months ago
  8. 3b2357c Remove components that partially accelerate ECC keys by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  9. 680b48e Update list of ECC key types in user-config-for-test.h by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  10. 3243539 Merge pull request #8242 from mpg/ecc-bn-wrapup by Gilles Peskine · 1 year, 10 months ago
  11. f868d6f Remove spurious comments by David Horstmann · 1 year, 10 months ago fix-cmake-header-include
  12. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago
  13. 862abe2 Fix lowercase comment start by David Horstmann · 1 year, 10 months ago
  14. 8c40f3d Formatting fixes by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  15. 140c08e Minor clarifications. by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  16. c0c9b23 Test only what's support with partial curves accel by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  17. 7f22f34 Add check for unsupported partial curves acceleration by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  18. 842d355 Add check for unsupported partial key type acceleration by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  19. faea919 Fix typo: weiErstrass by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  20. 6be64f7 Use lowercase for local variables by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  21. 822870b Adjust handling of special case for DERIVE by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  22. e662736 Rename macros for consistency by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  23. 89ae266 Update docs/driver-only-builds.md by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  24. dfa42b3 Improve documentation about driver-only p256-m. by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  25. 5aab46b Remove now-redundant tests by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  26. eda7086 Auto-enable ACCEL macros for p256-m driver by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  27. 789000b Update list of p256-m entry points by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  28. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  29. c9d9b1f Update ChangeLog for ECC.BN EPIC by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  30. 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
  31. 9f48fff Ensure tests will fail if CMake generation fails by David Horstmann · 1 year, 10 months ago
  32. 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
  33. c1bedfe Put crypto_spe.h on the include search path where needed by Gilles Peskine · 1 year, 10 months ago
  34. 7a6836b Document that MBEDTLS_PSA_CRYPTO_SPM needs crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
  35. 3529285 Fix include path to psa/crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
  36. b7b4f23 Add CMake include path for generated header by David Horstmann · 1 year, 10 months ago
  37. bdc678f Add ChangeLog entry for change in driver config API by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  38. f7dc6cf Document limitation on "mixed" builds by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  39. c4243c6 Merge pull request #8253 from paul-elliott-arm/fix_travis_coverity_build by Gilles Peskine · 1 year, 10 months ago
  40. d2dbd77 Re-add python install of requirements to Travis CI. by Paul Elliott · 1 year, 11 months ago
  41. d472a8f Merge pull request #7980 from xkqian/codesize_exclude_psa_wrappers by Dave Rodgman · 1 year, 10 months ago
  42. 5c21036 Add build with only some ECC key types accelerated by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  43. 561bce6 Add build with some curves accelerated but not all by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  44. db3035b Fix a typo in psa-crypto-implementation-structure.md by Xiaokang Qian · 1 year, 10 months ago
  45. 76e55a2 Change the documenti about psa_crypto_driver_wrappers.c{h} by Xiaokang Qian · 1 year, 10 months ago
  46. e9dc63e No need to include the 3rd party entry point head file by Xiaokang Qian · 1 year, 10 months ago
  47. 1198e43 Change the description of auto-generated driver dispatch files by Xiaokang Qian · 1 year, 10 months ago
  48. b909aea Remove useless spaces in Makefile by Xiaokang Qian · 1 year, 10 months ago
  49. 9e11126 Remove useless empty line by Xiaokang Qian · 1 year, 11 months ago
  50. c23c351 Remove the UN_USED_DISABLE attribute by Xiaokang Qian · 1 year, 11 months ago
  51. 7d546c7 Change to os.path functions base on comment by Xiaokang Qian · 1 year, 11 months ago
  52. 0e5b53c Move the dependency adjacent to the generated file by Xiaokang Qian · 1 year, 11 months ago
  53. 1b61d6e Change include guards of psa_crypto_driver_wrappers_no_static.h by Xiaokang Qian · 1 year, 11 months ago
  54. 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
  55. fe9666b Change the extension type of the file psa_crypto_driver_wrapper by Xiaokang Qian · 1 year, 11 months ago
  56. 54a4fdf Automaticly generate psa_crypto_driver_wrappers_no_static.c by Xiaokang Qian · 1 year, 11 months ago
  57. 97d1ccb Dont't generate object file for file only include static functions by Xiaokang Qian · 1 year, 11 months ago
  58. 4792b20 Revert 3rd party p-256 entry file by Xiaokang Qian · 1 year, 11 months ago
  59. 42266dd Revert the Makefile to remove the dependency of generate_files by Xiaokang Qian · 1 year, 11 months ago
  60. 9345b2e Move functions out of the static file by Xiaokang Qian · 1 year, 11 months ago
  61. cad99fa Change code style by Xiaokang Qian · 1 year, 11 months ago
  62. b7cc2e2 Disable unused warning on visual studio and generate files before lib by Xiaokang Qian · 2 years ago
  63. e9c39c4 Enable build of non-static psa wrapper functions by Xiaokang Qian · 2 years ago
  64. e518eea Move function psa_driver_wrapper_export_public_key out of auto-generated by Xiaokang Qian · 2 years ago
  65. 5db65c7 Remove static inline functions declare and make it only in c file by Xiaokang Qian · 2 years ago
  66. 077ffc0 Ensure build of P256 pass by Xiaokang Qian · 2 years ago
  67. 5cb930f Surpress the unsed function warnings by Xiaokang Qian · 2 years ago
  68. b862031 Remove useless declaration by Xiaokang Qian · 2 years ago
  69. 7046468 Define the psa wrapper functions as static inline by Thomas Daubney · 2 years, 1 month ago
  70. fc9fc33 Merge pull request #8047 from minosgalanakis/bugfix/update_win_crypto_apis by Paul Elliott · 1 year, 10 months ago
  71. 702b645 Rename new header file by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  72. 3c4f344 Declare P-256 as accelerated in p256-m test by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  73. 85ff5e6 Fix another rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  74. 0d54a2e Fix rebasing mistake by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  75. 8e82654 Be more subtle about key_type -> alg interaction by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  76. 3bc4d26 Special-case KEYPAIR_DERIVE (no driver support yet) by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  77. c2b12b1 Fix dependencies of built-in ECC keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  78. b4b13cc Fix deterministic ECDSA built-in dependencies by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  79. 3ccda15 Use consistent ordering for built-in activation by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  80. 5a7523e Declare curves as accelerated in all.sh when needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  81. 2d04d78 Fix logic of ECC built-in activation again by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  82. a6aecd0 Remove components that are no longer needed by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  83. 1db44dd Remove useless instances of MBEDTLS_SOME_BUILTIN_EC by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  84. 1a0a4d6 Implement new strategy for ECC accel/built-in by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  85. 0d99271 Group all ECC-related things in legacy_from_psa.h by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  86. bfc6ef7 Improve PSA config adjustment relate to keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  87. 7af9d07 Remove unnecessary block by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  88. c437fae psa_crypto: fix guards in mbedtls_ecc_group_to_psa() by Valerio Setti · 1 year, 11 months ago
  89. bf206b8 adjust_legacy_from_psa: undef SOME_BUILTIN_EC when builtin curves are used by Valerio Setti · 1 year, 11 months ago
  90. 19d9210 config_psa: resolve symbol redefinition issue by Valerio Setti · 1 year, 11 months ago
  91. 4ca250b test: fix comment by Valerio Setti · 1 year, 11 months ago
  92. ea167c3 check_config: remove unnecessary check about builtin curve usage by Valerio Setti · 1 year, 11 months ago
  93. bbf86af test_suite_psa_crypto: fix curve dependency in test by Valerio Setti · 1 year, 11 months ago
  94. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  95. 0a342c9 test: fix comments and functions' naming by Valerio Setti · 1 year, 11 months ago
  96. cf29c5d ssl: don't require MBEDTLS_ECP_DP with TLS1.3 by Valerio Setti · 1 year, 11 months ago
  97. b2219f6 config_psa: moving PSA_WANT auto-enabling code by Valerio Setti · 1 year, 11 months ago
  98. e6f65a9 config_psa: fix comment by Valerio Setti · 1 year, 11 months ago
  99. 482a0b9 test: fix remaining disparities and remove debug leftovers by Valerio Setti · 2 years ago
  100. 872462d test: fix test accelerating all curves keeping only 1 builtin by Valerio Setti · 2 years ago