IBMCA(5) | IBMCA user manual | IBMCA(5) |
IBMCA - IBMCA is an OpenSSL engine that uses the libica library under s390x to accelerate cryptographic operations.
IBMCA accelerates cryptographic operations of applications that use OpenSSL. The engine can be configured by the IBMCA configuration file. The OpenSSL configuration file is only needed to attach the engine.
The OpenSSL configuration file can have an IBMCA section. This section includes only OpenSSL configuration options for the IBMCA engine.
Applications that load an OpenSSL engine can optionally send control commands to the engine. Control Commands are key value pairs. The value can be a string, a numeric integer or be null. See the engine(3) manpage for a mechanism to discover control commands.
Options for the IBMCA section in openssl.cnf:
dynamic_path = /path/to/libibmca.so
engine_id = name
default_algorithms = ALL | mechanisms
Only all CIPHERS and/or DIGESTS can be de/activated. Algorithms like AES can not be de/activated independently.
IBMCA does support one optional control command:
SO_PATH: /path/to/libica.so
2017-08-24 | IBM |