Engine for the ICSF backend
Go to file
Kent Yoder e683fba7f0 Updated package version and copyright
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
2011-05-10 14:34:33 -05:00
rpm Updated package version and copyright 2011-05-10 14:34:33 -05:00
src Added support for SLOT_ID engine config command. The engine will init as 2011-05-09 12:47:18 -05:00
.gitignore Added .gitignore to the repo 2011-05-09 12:38:27 -05:00
AUTHORS IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
COPYING IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
ChangeLog IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
INSTALL IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
LICENSE IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
Makefile.am IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
NEWS IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
README IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
bootstrap.sh IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
configure.in IBM dynamic PKCS#11 engine for OpenSSL - initial drop 2010-07-21 12:30:01 -03:00
openssl.cnf.sample.in Added support for SLOT_ID engine config command. The engine will init as 2011-05-09 12:47:18 -05:00

README

 README for the IBM OpenSSL PKCS#11 engine

 Report bugs: opencryptoki-users@lists.sf.net

ABOUT

This package contains the dynamic PKCS#11 engine, originally written by IBM,
with additions from Bull.

BUILDING

 Requirements: OpenSSL 0.9.8 or newer

 $ configure [--libdir=/usr/lib/openssl/engines]
	     [--enable-debug]
	     [--with-openssl=/path/to/custom/openssl]
 $ make
 # make install