Engine for the ICSF backend
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eduardo Barretto aa57c87807 Adapt EVP_CIPHER_CTX to new API to support openssl-1.1
Signed-off-by: Eduardo Barretto <ebarretto@linux.vnet.ibm.com>
6 years ago
rpm Updated package version and copyright 12 years ago
src Adapt EVP_CIPHER_CTX to new API to support openssl-1.1 6 years ago
.gitignore Added .gitignore to the repo 12 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 IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 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 IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 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 IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
configure.in Update version to 1.0.0 12 years ago
openssl.cnf.sample.in Fix for LTC 63047 - make openssl.cnf default_algorithms statement easier 12 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