I'm trying to figure out the minimum key/cipher bit length
that my Apache mod_ssl
configuration will accept for client connections.
I ran openssl ciphers -v
and saw ciphers of all lengths (40, 56, etc.).
How can I find out or configure the minimum length key that Apache will accept?
In other words, if a client requests a connection with a cipher of bit length 40
, how can I specify that the connection should be refused since it's < 64
?