Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client协商SSLv3版本是否会失败? #44

Open
sherman-law opened this issue Jan 28, 2021 · 1 comment
Open

client协商SSLv3版本是否会失败? #44

sherman-law opened this issue Jan 28, 2021 · 1 comment

Comments

@sherman-law
Copy link

问题:
当client需要协商SSLv3版本,这个时候,是否会协商成功?
问题详细描述:
因为添加了国密的版本号(0x0101),client在协商SSLv3版本的时候,会失败。服务端选择版本号的时候从高版本往下选择,ssl_choose_server_version,选择到了国密的版本(0x0101),则返回。导致SSLv3客户端握手失败。

@jntass
Copy link
Owner

jntass commented Nov 26, 2021

服务端还是客户端要支持多个版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants