1. 69437ff Synch up from David's branch: by Andrey Marochko · 4 years, 4 months ago
  2. 9f79f0f Added Stefan's tpmsim.service conf file to launch the simulator as a _systemd_ service on boot. by Andrey Marochko · 4 years, 5 months ago
  3. e026abb Replaced defines for basic types (BOOL, TRUE, FALSE, BYTE, UINT32, INT64, UINT64) with the standard type and constant names. by Andrey Marochko · 4 years, 6 months ago
  4. 544f1e4 Project files updated to use the latest Windows 10 SDK in VS 2017 (and later) by Andrey Marochko · 4 years, 6 months ago
  5. 9dba281 Typos and formatting by DavidWooten · 4 years, 6 months ago
  6. ddaa358 Cleaned up header inclusion directives in the simulator sources. by Andrey Marochko · 4 years, 9 months ago
  7. a59b5ec Fix the fix to g_daUsed by DavidWooten · 4 years, 9 months ago
  8. 75f53e8 Restored Linux build by Andrey Marochko · 4 years, 9 months ago
  9. 8ea65f0 Add ACT by DavidWooten · 4 years, 9 months ago
  10. fc44e52 Fixed bug in WolfSSL version of the MathLibraryCompatibilityCheck() routine, and warning-triggered compilation failure in VS when COMPILER_CHECKS is enabled. by Andrey Marochko · 4 years, 10 months ago
  11. 6cd3be3 Another attempt to get ACT into master branch by DavidWooten · 4 years, 10 months ago
  12. 39e7306 Rolled back changes that broke Linux build by Andrey Marochko · 5 years ago
  13. 302ed83 Mostly fixes for the CertifyX509 command to process keyUsage properly. Other typos are fixed by DavidWooten · 5 years ago
  14. 1b15669 Moved the compatibility check to manufacture. Fixed Pin Issue by DavidWooten · 5 years ago
  15. f765250 Adding code for Table Driven Marshal by DavidWooten · 5 years ago
  16. 96e0da5 Eliminate the Spectre warning that prevents build when "treat wanings as errors" is enabled. by DavidWooten · 5 years ago
  17. f4213cb Synchronize with VS submitted to TCG by DavidWooten · 5 years ago
  18. e841c59 FIx Linix build by DavidWooten · 5 years ago
  19. 6ce9878 Change to cause the same primary seed to create the same RSA key regardless of the endianess or word size of the processor. by DavidWooten · 5 years ago
  20. 80cda8c Restored another header inclusion. by Andrey Marochko · 5 years ago
  21. e7bb08a Restored a header removed by one of the previous fixes. by Andrey Marochko · 5 years ago
  22. 204342a Fixes in Linux build and VS project files by Andrey Marochko · 5 years ago
  23. 777151f Changes for typos, errors reported by TPM editor. by DavidWooten · 5 years ago
  24. 69304ac Edits for typos and minor bug fixes by DavidWooten · 5 years ago
  25. a303d91 Enabled highest warning level and warning-as-error compilation mode, and fixed all warnings on Windows and Linux. Also cleaned up project files and solution. by Andrey Marochko · 5 years ago
  26. 3b2c4cb Changed the TPM NV state manufacturing logic used by the simulator. Previously it (re-)manufactured its NV state every time its executable was started. Now it will only do automatic (re-)manufacturing if no NvChip file is found or if the file has wrong size. by Andrey Marochko · 5 years ago
  27. e2832a3 Fixed a build failure on Linux and two compiler warnings. by Andrey Marochko · 5 years ago
  28. 083cb5b Refactored simulator's internal configuration infra: by Andrey Marochko · 5 years ago
  29. f3b2fbe 1) Fixed release mode build erors caused by the new X509 code; 2) Removed manual definitions of TRUE and FALSE constatnts (required for the Linux build) from the auto-generated BaseTypes.h; by Andrey Marochko · 6 years ago
  30. 23cdf61 Linux build fixes by Andrey Marochko · 6 years ago
  31. 5847c02 Rev. 1.52. - X.509 support - RSA keys representation optimized by Andrey Marochko · 6 years ago
  32. daf5209 Moved Linux specific SOCKET definition from the auto-generated header to the .c files, and updated README with information about Linux build and a link to Travis-CI build status. by Andrey Marochko · 6 years ago
  33. 4025a26 Simulator: Replace _strcmpi with strcasecmp on unix platforms. by Philip Tricca · 6 years ago
  34. 8861551 Simulator: Remove undef of WINAPI from TpmTcpProtocol.h by Philip Tricca · 7 years ago
  35. 7a8cc35 Simulator: Add implementation of PlatformSignalService using pthreads. by Philip Tricca · 7 years ago
  36. 833bf04 Simulator: Put windows includes and code in ifdef _MSC_VER preprocessor test. by Philip Tricca · 7 years ago
  37. 8d3dfff Simulator: Map the Winsock SOCKET type to int on Unix in Simulator_fp.h by Philip Tricca · 6 years ago
  38. d27869a Simulator: Map WIN32 & Winsock functions and types to POSIX equivalent. by Philip Tricca · 6 years ago
  39. 0da7435 Formatting changes in comment (and in a few code pieces). by Andrey Marochko · 6 years ago
  40. d7cc01b Merged David's changes for 1.49 by Andrey Marochko · 6 years ago
  41. 6d484e6 Remove remaining #ifdef config macros. by Daniel McIlvaney · 6 years ago
  42. 15a8581 Simulator: Add semicolon to end of SOCKET typedef. by Philip Tricca · 6 years ago
  43. fc98d14 Merging Brian's PR for WolfSSL based build, with additional fixes to enable x64 architecture, and disable BN ECC curves that cause failures of the WolfSSL based version. by Andrey Marochko · 6 years ago
  44. 7222588 Project files updated to restore 14.0 toolset and fix x64 build failures. Also intermediate and binary file paths updated, plus other minor clean up. by Andrey Marochko · 6 years ago
  45. 5e0fa6b Added support for wolfSSL by Brian Telfer · 7 years ago
  46. e37233f Rebranch of the WolfCrypt work. by LordOfDorks · 7 years ago
  47. a3e34f8 1) Initial implementation of the on-PowerOn platform enthropy initialization further updated. by Andrey Marochko · 7 years ago
  48. 394c617 1. Added self-test data for large cryptographic primitives (SHA-512, NIST_P521, RSA-4096); by Andrey Marochko · 7 years ago
  49. 18cf1a0 Revision 1.46 by Andrey Marochko · 7 years ago
  50. f666dda Revision 1.44 by Andrey Marochko · 7 years ago
  51. b8e5992 Initial revision 1.38 by Andrey Marochko · 7 years ago