Re: TPM engine

2011-05-04 Thread Dr. Stephen Henson
On Tue, May 03, 2011, Nicholas Wehr wrote: > thanks > > some detail just in case: > > i was actually able to get it to link and invoke the engine functions. when > trying to sign data, the call would fail because the pkey structure was not > correctly filled out by the engine, the field "ameth"

Re: TPM engine

2011-05-04 Thread Nicholas Wehr
thanks some detail just in case: i was actually able to get it to link and invoke the engine functions. when trying to sign data, the call would fail because the pkey structure was not correctly filled out by the engine, the field "ameth" in the structure is left NULL. if i try the same call aga

Re: TPM engine

2011-05-03 Thread Kenneth Goldman
I'd try a trousers mailing list as well. I just compiled trousers and linked with openssl 1.0.0 and it works. But I didn't try the TPM engine, which I understand to be a layer on top of trousers. Did you 'discover' that it doesn't work through documentation or did you try to link. My experie