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