22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
# OpenSSL configuration file
|
|
# File generated by IPA instalation
|
|
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
ssl_conf = ssl_configuration
|
|
engines = engine_section
|
|
|
|
[ssl_configuration]
|
|
system_default = crypto_policy
|
|
|
|
[crypto_policy]
|
|
.include $CRYPTO_POLICY_FILE
|
|
|
|
[engine_section]
|
|
$OPENSSL_ENGINE = ${OPENSSL_ENGINE}_section
|
|
|
|
[${OPENSSL_ENGINE}_section]
|
|
engine_id = $OPENSSL_ENGINE
|
|
MODULE_PATH = $SOFTHSM_MODULE
|
|
init=0
|