aboutsummaryrefslogtreecommitdiff
path: root/TPMCmd
AgeCommit message (Expand)Author
2020-08-06ANDROID: Unconditionally run fseek in NvFileSize.A. Cody Schuffelen
2020-05-15Upgrade ms-tpm-20-ref to 69437ff7622a0110ac2088fca5ae9bb265c0fb1cHaibo Huang
2020-05-11Synch up from David's branch:Andrey Marochko
2020-05-04Added Stefan's tpmsim.service conf file to launch the simulator as a _systemd...Andrey Marochko
2020-04-15Upgrade ms-tpm-20-ref to 37055a67311632e9324af11eadb4b25cfbff77e9Haibo Huang
2020-04-13Updated readme.md with OpenSSL build instructionAndrey Marochko
2020-03-23ANDROID: Changes to build with BoringSSL instead of OpenSSLA. Cody Schuffelen
2020-03-16Fixed the check for SM4 availability in OpenSSLAndrey Marochko
2020-03-16Restored compiler target architecture checksAndrey Marochko
2020-03-16Merge branch 'master' of https://github.com/Microsoft/ms-tpm-20-refAndrey Marochko
2020-03-16Added OpenSSL version checks for SM3/SM4 support and definitions missing in t...Andrey Marochko
2020-03-16Replaced defines for basic types (BOOL, TRUE, FALSE, BYTE, UINT32, INT64, UIN...Andrey Marochko
2020-03-16Project files updated to use the latest Windows 10 SDK in VS 2017 (and later)Andrey Marochko
2020-03-12Fix line lengthsDavidWooten
2020-03-12Fix line lengthDavidWooten
2020-03-10Add code for ECC_Encrypt/DecryptDavidWooten
2020-03-10Typos and formattingDavidWooten
2020-02-21Merge branch 'master' of https://github.com/Microsoft/ms-tpm-20-refAndrey Marochko
2020-02-21https://github.com/microsoft/ms-tpm-20-ref/issues/44: Fixed compilation error...Andrey Marochko
2020-02-20Add support for ppc64le and s390x & enable related CI builds (#45)Philip Tricca
2020-02-12TyposDavidWooten
2020-01-17TyposDavidWooten
2019-12-15Cleaned up header inclusion directives in the simulator sources.Andrey Marochko
2019-12-15Merge branch 'master' of https://github.com/Microsoft/ms-tpm-20-refAndrey Marochko
2019-12-15An attempt to get rid of obsolete OpenSSl function names without breaking Tra...Andrey Marochko
2019-12-15Fix the fix to g_daUsedDavidWooten
2019-12-14Reverted to the old names EC_POINT_set_affine_coordinates_GFp() and EC_POINT_...Andrey Marochko
2019-12-14Completed Linux build restorationAndrey Marochko
2019-12-14Restored Linux buildAndrey Marochko
2019-12-14Retry commit to fix sm3-related build issueDavidWooten
2019-12-14Allow build with old OpenSSL library and no knowledge of SM3_256DavidWooten
2019-12-14Fix DA issue relating to shutdownDavidWooten
2019-12-14Change to allow compile without updated OpenSSL header files.DavidWooten
2019-12-14Add ACTDavidWooten
2019-12-05Fixed bug in WolfSSL version of the MathLibraryCompatibilityCheck() routine, ...Andrey Marochko
2019-11-23Removed another duplicate VS project fileAndrey Marochko
2019-11-22Another attempt to get ACT into master branchDavidWooten
2019-11-22Another attempt to update GitHub with ACTDavidWooten
2019-11-15Removed duplicate VS project fileamarochk
2019-11-06Use appropriate error for incorrect reserved bits in TPMA structures (#39)Jonas Witschel
2019-10-18Rolled back changes that broke Linux buildAndrey Marochko
2019-10-09Fixed 64-bit warning and wolfSSL linking problems.Andrey Marochko
2019-09-09Fix spelling error (KEY_USAGE_EXTENSTION -> KEY_USAGE_EXTENSIONDavidWooten
2019-09-05Changed the 'qualifyingData' field of TPM2_CertifyX509() to 'reserved' and ad...DavidWooten
2019-08-30Mostly fixes for the CertifyX509 command to process keyUsage properly. Other ...DavidWooten
2019-08-19Moved the compatibility check to manufacture. Fixed Pin IssueDavidWooten
2019-08-13Update TPM.vcxproj.filters for table driven marshal codeDavidWooten
2019-08-13Adding code for Table Driven MarshalDavidWooten
2019-08-13Eliminate the Spectre warning that prevents build when "treat wanings as erro...DavidWooten
2019-08-11Fix CommandDispatcher.h macroDavidWooten