大贤者
精华
|
战斗力 鹅
|
回帖 0
注册时间 2007-11-23
|
本帖最后由 TDFF 于 2015-4-19 23:46 编辑
这种东西放狗搜一下就有了,不知道nonmoi奇怪个什么。。。
Your exact case is that RSA is used as the key exchange mechanism. Instead, you should use DHE_RSA or ECDHE_RSA.
Modern cryptography = TLS 1.2 or QUIC (protocol) + AES_128_GCM or CHACHA20_POLY1305 (cipher) + DHE_RSA or ECDHE_RSA or ECDHE_ECDSA (key exchange).
Twitter discussion: https://twitter.com/reschly/status/534956038353477632
Commit: https://codereview.chromium.org/703143003
This has nothing to do with a c-e-r-t-ificate. There is a special "outdated security settings" warning when a c**ificate uses weak signature algorithm, but this is about authentication, not about encryption. Note that you are still getting a green lock, even in case of obsolete encryption.
http://security.stackexchange.co ... bsolete-cryptograph
|
|