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 Enterprise Server, but not all of them.
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 Enterprise Server and available in the supplied openssl utility. The speed function also lists how long each algorithm takes on your machine. This function takes longer to run.