Engine for the ICSF backend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Horák 578cd8567b
link as a module, not as a shared library
5 years ago
m4 Update autotools scripts 6 years ago
rpm Bumping up to version-1.0.1 5 years ago
src link as a module, not as a shared library 5 years ago
.gitignore Update autotools scripts 6 years ago
AUTHORS IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
COPYING IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
ChangeLog Bumping up to version-1.0.1 5 years ago
INSTALL IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
LICENSE IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
Makefile.am Update autotools scripts 6 years ago
NEWS IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
README IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
bootstrap.sh Update autotools scripts 6 years ago
configure.ac Update autotools scripts 6 years ago
openssl.cnf.sample.in switch to ibmpkcs11.so filename to allow a standalone use 5 years ago

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