From: Thomas W. <tho...@ia...> - 2006-07-13 06:19:52
|
Hello, > I would like to know if I can use jTssWrapper under Windows OS and how > to do that if it is possible. Yes, in theory this is possible. All you would have to do is to download the pre-built version and recompile the libtspiwrapper shared library to link against the TSPI library of your Windows TSS. This might require some tweaking of the Makefile since it is tailored for Linux/Unix environments but this should be doable. The most challenging part might be to find a TSS for Windows. Ideally your TPM vendor shipped such a stack together with your platform. Alternatively, you could consider trying to port the open source TrouSerS TSS (http://trousers.sf.net) to Windows. Aside from getting the build system to work under Windows (I probably would try cygwin for that) you would have to adopt the source code such that TrouSerS makes use of the TDDL that was shipped together with your TPM. There also have been some discussions on that issue on the TrouSerS mailing list: http://sourceforge.net/search/?ml_name=trousers-users&type_of_search=mlists&group_id=126012&words=windows Regards, Thomas Winkler IAIK, TU Graz, Austria |