opencryptoki / openssl-ibmca

OpenSSL engine and provider for libica.
Apache License 2.0
6 stars 15 forks source link

Adapt src/openssl.cnf.sample file for new openssl version #61

Closed chrisRund closed 4 years ago

chrisRund commented 4 years ago

The definition of the ibmca engine for openssl 1.1 changed from openssl_conf = openssl_def to openssl_conf = default_modules

[ default_modules ] engines = engine_section Please work this change into the openssl.cnf.sample file. Thanks.

p-steuer commented 4 years ago

Both "openssl_def" and "default_modules" are just variable names for the sections chosen by whoever writes an openssl config file.

Since we provide a sample openssl config i dont see a reason to always use the same name as in some distribution's global openssl conf. The point is different openssl.confs may use different names here and we cannot make everyone happy.