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

Test ALPN and NPN separately. #24

Merged
merged 1 commit into from
Feb 14, 2019
Merged

Test ALPN and NPN separately. #24

merged 1 commit into from
Feb 14, 2019

Conversation

markrwilliams
Copy link
Collaborator

OpenSSL does not support NPN with TLS
1.3 (openssl/openssl#3665) so don't attempt
NPN if it's likely TLS 1.3 will be used.

Unblocks #23.

OpenSSL does not support NPN with TLS
1.3 (openssl/openssl#3665) so don't attempt
NPN if it's likely TLS 1.3 will be used.
@codecov-io
Copy link

codecov-io commented Feb 14, 2019

Codecov Report

Merging #24 into master will increase coverage by 1.62%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #24      +/-   ##
=========================================
+ Coverage   93.87%   95.5%   +1.62%     
=========================================
  Files           6       6              
  Lines         392     400       +8     
  Branches       28      28              
=========================================
+ Hits          368     382      +14     
+ Misses         14      10       -4     
+ Partials       10       8       -2
Impacted Files Coverage Δ
txsni/test/test_txsni.py 98.22% <100%> (+3.81%) ⬆️

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 e7d4aa1...197f6a6. Read the comment docs.

Copy link
Owner

@glyph glyph left a comment

Choose a reason for hiding this comment

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

Looks great; love the very clear test helper.

@glyph glyph merged commit 5feb4a9 into master Feb 14, 2019
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

3 participants