开发者

How to configure Apache to use a specific cipher mode in SSL mode?

开发者 https://www.devze.com 2023-03-24 12:53 出处:网络
I know how to configure apache to use a specific cipher, say AES with RSA key exchange algorithm, simply I should add this to \"httpd.开发者_高级运维conf\" file:

I know how to configure apache to use a specific cipher, say AES with RSA key exchange algorithm, simply I should add this to "httpd.开发者_高级运维conf" file:

SSLCipherSuite AES+RSA

But AES has different modes of encryption such as CBC, CTR and ECB. How can I enforce Apache to only use CTR mode (assume it is already enabled in Openssl).

I really appreciate any thought on this

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消