aboutsummaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Merge pull request #8272 from daverodgman/iar-warningsGilles Peskine6-9/+21
2023-09-28Fix IAR control bypasses initialisation warningDave Rodgman2-2/+2
2023-09-28Fix IAR pointless integer comparisonDave Rodgman3-0/+10
2023-09-28Fix IAR control bypasses initialisation warningDave Rodgman1-6/+8
2023-09-28Fix IAR change of sign warningDave Rodgman1-1/+1
2023-09-28Merge pull request #8261 from Mbed-TLS/fix-cmake-header-includeGilles Peskine1-1/+3
2023-09-28Don't extend support for deprecated functionsManuel Pégourié-Gonnard1-7/+7
2023-09-27Merge pull request #8075 from valeriosetti/issue8016Dave Rodgman6-76/+76
2023-09-27Add CMake include path for generated headerDavid Horstmann1-1/+3
2023-09-26No need to include the 3rd party entry point head fileXiaokang Qian1-5/+0
2023-09-26Remove useless spaces in MakefileXiaokang Qian1-2/+2
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 Qian1-1/+2
2023-09-26Change the extension type of the file psa_crypto_driver_wrapperXiaokang Qian5-8/+12
2023-09-26Automaticly generate psa_crypto_driver_wrappers_no_static.cXiaokang Qian2-245/+7
2023-09-26Dont't generate object file for file only include static functionsXiaokang Qian1-2/+0
2023-09-26Revert the Makefile to remove the dependency of generate_filesXiaokang Qian1-1/+2
2023-09-26Move functions out of the static fileXiaokang Qian3-1/+90
2023-09-26Change code styleXiaokang Qian1-44/+39
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 Qian1-0/+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 Qian1-1/+1
2023-09-26Remove useless declarationXiaokang Qian1-6/+0
2023-09-26Define the psa wrapper functions as static inlineThomas Daubney3-64/+64
2023-09-25psa_crypto: fix guards in mbedtls_ecc_group_to_psa()Valerio Setti1-13/+13
2023-09-25Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVEValerio Setti4-55/+55
2023-09-25ssl: don't require MBEDTLS_ECP_DP with TLS1.3Valerio Setti2-9/+6
2023-09-25lib/test: use new internal helpers in library's code and testsValerio Setti4-58/+58
2023-09-25tls/oid: add PSA_WANT_ECC_xxx guards together with existing MBEDTLS_ECP_DP_xxxValerio Setti3-24/+27
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-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-25entropy_poll: Updated documentation for entropy_poll loop.Minos Galanakis1-2/+2
2023-09-25entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`.Minos Galanakis1-9/+10
2023-09-25Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c.Minos Galanakis2-38/+0
2023-09-25entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards.Minos Galanakis2-2/+16
2023-09-25library Makefile: Moved -lbcrypt to LOCAL_LDFLAGSMinos Galanakis1-1/+5
2023-09-25Code style fixesMinos Galanakis2-18/+18
2023-09-25Fix coding style of length_as_int var in x509_crt.cSimon Butcher1-9/+10
2023-09-25Add clarifying comment on use of MultiByteToWideChar() and CP_ACPSimon Butcher1-0/+8
2023-09-25Fix formatting and detail of comments in PR #730Simon Butcher2-8/+11
2023-09-25Fix the build for mingw and CMake + VStudioSimon Butcher4-6/+6
2023-09-25Replace Windows APIs that are banned in Windows Store appsKevin Kane2-9/+43
2023-09-25Merge pull request #8234 from kouzhudong/developmentDave Rodgman1-1/+1
2023-09-22Merge pull request #8210 from yanrayw/aes_128bit_improvementGilles Peskine1-0/+44