freebsd-ports/security/openssl_tpm_engine/files/pkg-message.in
2010-11-07 12:11:13 +00:00

17 lines
1.2 KiB
Text

A sample openssl.cnf was copied to
%%PREFIX%%/share/examples/tpm/openssl.cnf.sample
To use 'tpm' openssl engine, please add above sample configuration
to /etc/ssl/openssl.cnf.
If you setup tpm engine to openssl.cnf, please start always tcsd
daemon (ports/security/trousers), or many applications using openssl
like sshd/httpd doesn't work soon / you get following messages like:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Auto configuration failed
65738:error:80066070:tpm engine:TPM_ENGINE_INIT:unit failure:e_tpm.c:484:
65738:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init failed:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_table.c:161:
65738:error:260BC065:engine routines:INT_ENGINE_CONFIGURE:engine configuration error:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_cnf.c:204:section=tpm_section, name=default_algorithms, value=ALL
65738:error:0E07606D:configuration file routines:MODULE_RUN:module initialization error:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_mod.c:235:module=engines, value=engine_section, retcode=-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -