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 client certificate verify #1169

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Conversation

qq906907952
Copy link
Contributor

添加tls服务端验证客户端证书的选项.动机是防止主动探测,不是配置的客户端证书直接握手失败

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2021

Codecov Report

Merging #1169 (ccc3e9f) into master (470acef) will increase coverage by 0.00%.
The diff coverage is 25.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1169   +/-   ##
=======================================
  Coverage   44.79%   44.80%           
=======================================
  Files         485      485           
  Lines       29494    29502    +8     
=======================================
+ Hits        13213    13219    +6     
- Misses      14878    14880    +2     
  Partials     1403     1403           
Impacted Files Coverage Δ
transport/internet/tls/config.pb.go 21.37% <0.00%> (-0.61%) ⬇️
transport/internet/tls/config.go 69.87% <33.33%> (-0.72%) ⬇️
infra/conf/transport_internet.go 35.92% <100.00%> (+0.20%) ⬆️
transport/internet/kcp/listener.go 83.16% <0.00%> (+1.98%) ⬆️
transport/internet/quic/hub.go 74.66% <0.00%> (+2.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 470acef...ccc3e9f. Read the comment docs.

Copy link
Contributor

@xiaokangwang xiaokangwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is ready to be merged. Thanks for your work.

The name for some items will need to be modified before release.

This change will be merged after a stable release.

@xiaokangwang xiaokangwang merged commit fb665ee into v2fly:master Sep 1, 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

Successfully merging this pull request may close these issues.

3 participants