You can list the available algorithms using the openssl ciphers and openssl speed functions as follows. Note that not all the algorithms listed are supported. See below.
The openssl ciphers function lists the full cipher and hash suite available in the supplied openssl utility. Most of the ciphers available in OpenSSL are supported by Micro Focus Security Pack, but not all of them. See Supported Algorithms in the Readme for a list of the supported algorithms.
The openssl ciphers function produces output like this:
DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:...
Where:
The openssl speed function lists the algorithms supported by the Micro Focus Security Pack and available in the supplied openssl utility. The speed function also lists how long each algorithm takes on your computer. This function takes some minutes to run.