aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Remove spurious commentsfix-cmake-header-includeDavid Horstmann1-2/+0
2023-09-28Remove generated files in all cmake_as_x testsDavid Horstmann3-1/+15
2023-09-28Fix lowercase comment startDavid Horstmann1-1/+1
2023-09-27Ensure tests will fail if CMake generation failsDavid Horstmann1-2/+12
2023-09-27Add CMake include path for generated headerDavid Horstmann1-1/+3
2023-09-26Merge pull request #8253 from paul-elliott-arm/fix_travis_coverity_buildGilles Peskine1-2/+5
2023-09-26Re-add python install of requirements to Travis CI.Paul Elliott1-2/+5
2023-09-26Merge pull request #7980 from xkqian/codesize_exclude_psa_wrappersDave Rodgman19-694/+394
2023-09-26Fix a typo in psa-crypto-implementation-structure.mdXiaokang Qian1-1/+1
2023-09-26Change the documenti about psa_crypto_driver_wrappers.c{h}Xiaokang Qian3-9/+9
2023-09-26No need to include the 3rd party entry point head fileXiaokang Qian1-5/+0
2023-09-26Change the description of auto-generated driver dispatch filesXiaokang Qian1-1/+1
2023-09-26Remove useless spaces in MakefileXiaokang Qian1-2/+2
2023-09-26Remove useless empty lineXiaokang Qian1-1/+0
2023-09-26Remove the UN_USED_DISABLE attributeXiaokang Qian1-73/+2
2023-09-26Change to os.path functions base on commentXiaokang Qian1-1/+1
2023-09-26Move the dependency adjacent to the generated fileXiaokang Qian1-2/+2
2023-09-26Change include guards of psa_crypto_driver_wrappers_no_static.hXiaokang Qian1-3/+3
2023-09-26Change comments to psa_crypto_driver_wrappers.hXiaokang Qian5-5/+6
2023-09-26Change the extension type of the file psa_crypto_driver_wrapperXiaokang Qian11-15/+18
2023-09-26Automaticly generate psa_crypto_driver_wrappers_no_static.cXiaokang Qian3-140/+145
2023-09-26Dont't generate object file for file only include static functionsXiaokang Qian1-2/+0
2023-09-26Revert 3rd party p-256 entry fileXiaokang Qian1-0/+1
2023-09-26Revert the Makefile to remove the dependency of generate_filesXiaokang Qian2-2/+3
2023-09-26Move functions out of the static fileXiaokang Qian4-85/+90
2023-09-26Change code styleXiaokang Qian1-44/+39
2023-09-26Disable unused warning on visual studio and generate files before libXiaokang Qian2-62/+74
2023-09-26Enable build of non-static psa wrapper functionsXiaokang Qian3-0/+4
2023-09-26Move function psa_driver_wrapper_export_public_key out of auto-generatedXiaokang Qian2-70/+165
2023-09-26Remove static inline functions declare and make it only in c fileXiaokang Qian1-399/+0
2023-09-26Ensure build of P256 passXiaokang Qian3-3/+3
2023-09-26Surpress the unsed function warningsXiaokang Qian1-0/+62
2023-09-26Remove useless declarationXiaokang Qian1-6/+0
2023-09-26Define the psa wrapper functions as static inlineThomas Daubney5-127/+127
2023-09-25Merge pull request #8047 from minosgalanakis/bugfix/update_win_crypto_apisPaul Elliott13-244/+50
2023-09-25x509_crt: Removed unused intsafe.hMinos Galanakis1-1/+0
2023-09-25x509_crt: Removed length_as_int intermediate variableMinos Galanakis1-6/+1
2023-09-25x509_crt: Adjusted the len of lpMultiByteStr arg in WideCharToMultiByteMinos Galanakis1-2/+1
2023-09-25x509_crt: Set WideCharToMultiByte to use -1 for length.Minos Galanakis1-13/+4
2023-09-25vs2013 templates: Set bcrypt to be the sole dependency.Minos Galanakis2-14/+9
2023-09-25x509_crt: Removed checks for windows versions < WINXPMinos Galanakis1-4/+0
2023-09-25entropy_poll: Removed checks for windows versions < WINXPMinos Galanakis1-4/+0
2023-09-25ChangeLog: Adjusted the updated_windows_apis logMinos Galanakis1-1/+2
2023-09-25pkey-random: Removed setting mbedtls_target in libsMinos Galanakis2-8/+0
2023-09-25entropy_poll: Updated documentation for entropy_poll loop.Minos Galanakis1-2/+2
2023-09-25program-random: Updated Cmake libs variableMinos Galanakis1-1/+1
2023-09-25pkey Cmakelists: Updated the set libs to be consistent with others.Minos Galanakis1-1/+1
2023-09-25entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`.Minos Galanakis1-9/+10
2023-09-25 ChangeLog.d: Added mininum required Windows version.Minos Galanakis1-3/+6
2023-09-25Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c.Minos Galanakis2-38/+0