wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
244 stars 60 forks source link

Adding a C# wrapper; limitted functionality. #203

Closed anhu closed 2 years ago

anhu commented 2 years ago

Add wrappers, Unit tests, and Windows solution.

Tested on Linux with swtpm. Tested on Windows.

anhu commented 2 years ago

I'd like to have a Visual Studio solution for this too (at some point).

I think Jeff is going to do that. I'll check with him. I'll have an explanation of how to build and the various way to execute as well as the expected output in a README.md.

anhu commented 2 years ago

Please add include.am so the new files are part of “make dist”. Also please add a readme.md

Ok. Will add include.am and have already started writing the readme.md .