openssl - Relationship between ciphers and SSL enabled protocols -


i told remove ssl_rsa_with_3des_ede_cbc_sha ciphers list since weak. when looked @ sslenabledprotocols, didn't see sslv3. following have.

ciphers=tls_rsa_with_aes_256_cbc_sha256,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,ssl_rsa_with_3des_ede_cbc_sha sslenabledprotocols=tlsv1,tlsv1.1,tlsv1.2 

question 1: since sslv3 no longer listed on sslenabledprotocols, should assume ssl_rsa_with_3des_ede_cbc_sha disabled automatically without removing physically ciphers? ciphers starting ssl_ related sslv3?

questions 2: why both ssl_rsa_with_3des_ede_cbc_sha , tls_rsa_with_3des_ede_cbc_sha have same openssl name of des-cbc3-sha?

no. confusingly cipher suite available in tls - called tls_rsa_with_3des_ede_cbc_sha not.

https://mta.openssl.org/pipermail/openssl-users/2015-april/001055.html

note if remove remove access older users (including ie8/xp). best run scan through https://www.slllabs.com/ssltest/ see clients should able connect or not - , scan looks @ ssl , tls support , not ssl despite name :-) imagine show number of older clients using cipher suite. can disable if you're prepared cut them off you'll need decide how traffic represents , if want or push on plan.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -