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.
David Lanzendörfer 41f5df3a13
Cleaning up code not used on the mainframe
2 years ago
.gitignore Update .gitignore for the new lib name 5 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
INSTALL Simplifying because THIS is only for z/OS 2 years ago
LICENSE IBM dynamic PKCS#11 engine for OpenSSL - initial drop 13 years ago
README Update README 2 years ago
e_pkcs11.c Cleaning up code not used on the mainframe 2 years ago
e_pkcs11.h Simplifying because THIS is only for z/OS 2 years ago
e_pkcs11_err.c Simplifying because THIS is only for z/OS 2 years ago
e_pkcs11_err.h Simplifying because THIS is only for z/OS 2 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 for z/OS mainframes

Report bugs: leviathan@libresilicon.com

ABOUT

This package contains the dynamic PKCS#11 engine, originally written by IBM

BUILDING

Requirements: OpenSSL 3.0.0 or newer

# export OPENSSL_PREFIX=<prefix of your OpenSSL installation>
# make install

for debugging
# export PKCS11_DEBUG=1
# export OPENSSL_PREFIX=<prefix of your OpenSSL installation>
# make install