mirror of https://github.com/wolfSSL/wolfTPM.git
Release prep for v4.0.0: - Copyright headers updated 2025 -> 2026 across sources, headers, and examples - Library version 3.10.0 -> 4.0.0 (libtool 16:8:0 -> 17:0:0) - configure.ac WOLFSSL_URL http -> https |
||
|---|---|---|
| .. | ||
| README.md | ||
| include.am | ||
| tls_server.vcxproj | ||
| user_settings.h | ||
| wolfcrypt_test.vcxproj | ||
| wolfssl.vcxproj | ||
| wolftpm.sln | ||
| wolftpm.vcxproj | ||
| wrap_test.vcxproj | ||
README.md
Visual Studio Solution for wolfTPM
This includes projects for building wolfssl, wolftpm and some examples. The solution and project are based on older VS 2015, but can be retargeted / updated to newer when opened.
All build settings are contained in IDE/VisualStudio/user_settings.h. This module supports using the FIPS ready bundle from the website. Just enable the #if 0 FIPS section in user_settings.h. See wolfssl/IDE/WIN10/README.txt for details on setting the FIPS integrity check in fips_test.c at run-time.
These projects assume wolftpm and wolfssl directories reside next to each other.