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.
|
2 years ago | |
---|---|---|
.gitignore | 5 years ago | |
AUTHORS | 13 years ago | |
COPYING | 13 years ago | |
INSTALL | 2 years ago | |
LICENSE | 13 years ago | |
README | 2 years ago | |
e_pkcs11.c | 2 years ago | |
e_pkcs11.h | 2 years ago | |
e_pkcs11_err.c | 2 years ago | |
e_pkcs11_err.h | 2 years ago | |
openssl.cnf.sample.in | 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