1.

What Ssl Ciphers Are Supported By Mod Ssl?

Answer»

Usually, any SSL ciphers supported by the VERSION of OpenSSL in use, are ALSO supported by MOD SSL. Which ciphers are available can depend on the way you built OpenSSL.

Typically, at least the following ciphers are supported: 

  1. RC4 with SHA1
  2. AES with SHA1
  3. Triple-DES with SHA1 

To determine the ACTUAL LIST of ciphers available, you should run the following:

$ openssl ciphers -v

Usually, any SSL ciphers supported by the version of OpenSSL in use, are also supported by MOD SSL. Which ciphers are available can depend on the way you built OpenSSL.

Typically, at least the following ciphers are supported: 

To determine the actual list of ciphers available, you should run the following:

$ openssl ciphers -v



Discussion

No Comment Found