aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-28Add check for unsupported partial curves accelerationManuel Pégourié-Gonnard
2023-09-28Add check for unsupported partial key type accelerationManuel Pégourié-Gonnard
2023-09-28Fix typo: weiErstrassManuel Pégourié-Gonnard
2023-09-28Use lowercase for local variablesManuel Pégourié-Gonnard
2023-09-28Adjust handling of special case for DERIVEManuel Pégourié-Gonnard
2023-09-28Rename macros for consistencyManuel Pégourié-Gonnard
2023-09-28Update docs/driver-only-builds.mdManuel Pégourié-Gonnard
2023-09-28Improve documentation about driver-only p256-m.Manuel Pégourié-Gonnard
2023-09-28Remove now-redundant testsManuel Pégourié-Gonnard
2023-09-28Auto-enable ACCEL macros for p256-m driverManuel Pégourié-Gonnard
2023-09-28Update list of p256-m entry pointsManuel Pégourié-Gonnard
2023-09-28Don't extend support for deprecated functionsManuel Pégourié-Gonnard
2023-09-28Update ChangeLog for ECC.BN EPICManuel Pégourié-Gonnard
2023-09-27Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fixGilles Peskine
2023-09-27Ensure tests will fail if CMake generation failsDavid Horstmann
2023-09-27Update padding const-time fix changelogDave Rodgman
2023-09-27Merge pull request #8075 from valeriosetti/issue8016Dave Rodgman
2023-09-27Put crypto_spe.h on the include search path where neededGilles Peskine
2023-09-27Document that MBEDTLS_PSA_CRYPTO_SPM needs crypto_spe.hGilles Peskine
2023-09-27Fix include path to psa/crypto_spe.hGilles Peskine
2023-09-27Add CMake include path for generated headerDavid Horstmann
2023-09-27Add ChangeLog entry for change in driver config APIManuel Pégourié-Gonnard
2023-09-27Document limitation on "mixed" buildsManuel Pégourié-Gonnard
2023-09-26Merge pull request #8253 from paul-elliott-arm/fix_travis_coverity_buildGilles Peskine
2023-09-26Re-add python install of requirements to Travis CI.Paul Elliott
2023-09-26Merge pull request #1080 from gilles-peskine-arm/parse_attribute_value_der_en...Gilles Peskine
2023-09-26Merge pull request #7980 from xkqian/codesize_exclude_psa_wrappersDave Rodgman
2023-09-26Add build with only some ECC key types acceleratedManuel Pégourié-Gonnard
2023-09-26Add build with some curves accelerated but not allManuel Pégourié-Gonnard
2023-09-26Fix a typo in psa-crypto-implementation-structure.mdXiaokang Qian
2023-09-26Change the documenti about psa_crypto_driver_wrappers.c{h}Xiaokang Qian
2023-09-26No need to include the 3rd party entry point head fileXiaokang Qian
2023-09-26Change the description of auto-generated driver dispatch filesXiaokang Qian
2023-09-26Remove useless spaces in MakefileXiaokang Qian
2023-09-26Remove useless empty lineXiaokang Qian
2023-09-26Remove the UN_USED_DISABLE attributeXiaokang Qian
2023-09-26Change to os.path functions base on commentXiaokang Qian
2023-09-26Move the dependency adjacent to the generated fileXiaokang Qian
2023-09-26Change include guards of psa_crypto_driver_wrappers_no_static.hXiaokang Qian
2023-09-26Change comments to psa_crypto_driver_wrappers.hXiaokang Qian
2023-09-26Change the extension type of the file psa_crypto_driver_wrapperXiaokang Qian
2023-09-26Automaticly generate psa_crypto_driver_wrappers_no_static.cXiaokang Qian
2023-09-26Dont't generate object file for file only include static functionsXiaokang Qian
2023-09-26Revert 3rd party p-256 entry fileXiaokang Qian
2023-09-26Revert the Makefile to remove the dependency of generate_filesXiaokang Qian
2023-09-26Move functions out of the static fileXiaokang Qian
2023-09-26Change code styleXiaokang Qian
2023-09-26Disable unused warning on visual studio and generate files before libXiaokang Qian
2023-09-26Enable build of non-static psa wrapper functionsXiaokang Qian
2023-09-26Move function psa_driver_wrapper_export_public_key out of auto-generatedXiaokang Qian