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.
26 lines
607 B
Plaintext
26 lines
607 B
Plaintext
#
|
|
# OpenSSL example configuration file. This file will load the engine
|
|
# for all operations that the engine implements for all apps that
|
|
# have OpenSSL config support compiled into them.
|
|
#
|
|
# Adding OpenSSL config support is as simple as adding the following line to
|
|
# the app:
|
|
#
|
|
# #define OPENSSL_LOAD_CONF 1
|
|
#
|
|
openssl_conf = openssl_def
|
|
|
|
[openssl_def]
|
|
engines = engine_section
|
|
|
|
[engine_section]
|
|
ibmpkcs11 = ibmpkcs11_section
|
|
|
|
[ibmpkcs11_section]
|
|
SLOT_ID=0
|
|
dynamic_path = @LIBDIR@/libibmpkcs11.so
|
|
engine_id = ibmpkcs11
|
|
#default_algorithms = ALL
|
|
default_algorithms = RAND,RSA,DSA,DH,CIPHERS,DIGESTS
|
|
init = 1
|