
 README for the OpenSSL 0.9.8 IBMCA engine

 Author: Mike Halcrow <mhalcrow@us.ibm.com>
 Report bugs: opencryptoki-users@lists.sf.net


ABOUT

This package contains the dynamic IBMCA engine. Note that, as of
OpenSSL version 0.9.8, the IBMCA engine is shipped as a dynamic engine
in a separate RPM.

BUILDING

 Requirements: OpenSSL 0.9.8, libICA

Included in this package is a sample openssl.cnf file
(openssl.cnf.sample), which can be used to enable use of the IBMCA
engine in apps where OpenSSL config support is compiled in. In order
to enable the IBMCA engine, the content from this file should be
concatenated to the existing openssl.cnf file on the host.

The path to the engines/ directory is /usr/lib/engines; the dynamic
path to the IBMCA engine for 32-bit binary RPM installations should
be:

dynamic_path = /usr/lib/engines/libibmca.so

The dynamic path to the IBMCA engine for 64-bit binary RPM
installations should be:

dynamic_path = /usr/lib64/engines/libibmca.so

