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

Add ECDHE-SM2-WITH-SMS4-GCM-SM3 #638

Merged
merged 1 commit into from Dec 12, 2018
Merged

Add ECDHE-SM2-WITH-SMS4-GCM-SM3 #638

merged 1 commit into from Dec 12, 2018

Conversation

ymjing
Copy link

@ymjing ymjing commented Dec 12, 2018

添加ECDHE-SM2-WITH-SMS4-GCM-SM3

测试证书在:https://gist.github.com/kevinis/58c6825b47093ffe94d73ad2fc0ffca6

  • 验证方式1:
gmssl s_server -key server.key -cert server.fullchain -accept 8443 -www
gmssl s_client -CAfile server.chain  -tls1_2 -cipher ECDHE-SM2-WITH-SMS4-GCM-SM3 -connect localhost:8443
  • 验证方式2: 使用rustls客户端和GmSSL服务端握手
cargo build --example tlsclient --features=dangerous_configuration
./target/debug/examples/tlsclient -p 8443 localhost --http

关闭#613

@guanzhi guanzhi merged commit 4a8f432 into guanzhi:master Dec 12, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants