Hello all.

After using the patch provided here [1], I was able to create tpm keys
using the well known secret as SRK. The problem, now, is how to do that
when using the engine. I tried one of the patches provided by [2], but
although the option is set in my openssl.cnf file, it's being completely
ignored. Any help is really appreciated.

Here is what I'm trying to do:

openssl req -new -x509 -out caroot.pem -key caroot.key -subj REDACTED_OUT
> -config openssl.cnf -days 365000 -keyform engine -engine tpm


and my openssl.cnf:

# Custom engine
> engines = engines_section
> [engines_section]
> tpm = engine_libtpm
> [engine_libtpm]
> dynamic_path = /usr/local/lib/openssl/engines/libtpm.so
> default_algorithms = ALL
> engine_id = tpm
> init = 1
> WELL_KNOWN


[1] http://sourceforge.net/p/trousers/feature-requests/38/
[2] http://sourceforge.net/p/trousers/feature-requests/39/


Thanks in advance,

-- 
Thiago Augusto V. Lima
Computer Engineer @ CIn - UFPE - Brazil
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
TrouSerS-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-users

Reply via email to