windows 如何获取 Internet Explorer 支持的 SSL/TLS 密码列表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24018044/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 11:36:22  来源:igfitidea点击:

How to get list of SSL/TLS ciphers supported by internet explorer

windowsinternet-explorersslencryptionbrowser

提问by rashok

We are going to develop an SSL server which support all the ciphers supported by IE 10 and IE 11. So I started searching in google about the list of ciphers supported by IE, but I am not able to get a single user document which clearly mentions all SSL ciphers supported by IE.

我们将开发一个支持 IE 10 和 IE 11 支持的所有密码的 SSL 服务器。所以我开始在谷歌中搜索 IE 支持的密码列表,但我无法获得一个明确提到的用户文档IE 支持的所有 SSL 密码。

Is there any user document available in internet or is there any way to directly check the IE browser settings to get the list of supported ciphers ?

互联网上是否有任何可用的用户文档,或者有什么方法可以直接检查 IE 浏览器设置以获取支持的密码列表?

回答by Steffen Ullrich

The cipher suites depend less on the version of Internet Explorer and more on the underlying OS, because IE uses the SChannel implementation from Windows. And with some help of google it is easy to get the following information:

密码套件较少依赖于 Internet Explorer 的版本,而更多地依赖于底层操作系统,因为 IE 使用来自 Windows 的 SChannel 实现。在谷歌的帮助下,很容易得到以下信息:

Apart from that, why would you want to implement all cipher suites supported by IE? Some of them are only to connect to legacy SSL implementations. The usual way is to support a number of secure ciphers, enough so that one finds a shared cipher with the common client implementations.

除此之外,您为什么要实现 IE 支持的所有密码套件?其中一些仅用于连接到旧的 SSL 实现。通常的方法是支持许多安全密码,足以让人们找到具有通用客户端实现的共享密码。

回答by Altered-Ego

Qualys SSL Labs publishes a more graphical view. Select your desired version of IE and OS from the list for more details.

Qualys SSL Labs 发布了更图形化的视图。从列表中选择您想要的 IE 和操作系统版本以获取更多详细信息。