Skip to content

Conversation

randombit
Copy link
Owner

Closes #1833

@codecov-io
Copy link

codecov-io commented Jun 18, 2019

Codecov Report

Merging #1999 into master will increase coverage by 0.01%.
The diff coverage is 97.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1999      +/-   ##
==========================================
+ Coverage   92.37%   92.39%   +0.01%     
==========================================
  Files         546      546              
  Lines       58859    58893      +34     
  Branches     6181     6187       +6     
==========================================
+ Hits        54373    54413      +40     
+ Misses       4486     4480       -6
Impacted Files Coverage Δ
src/lib/tls/tls_client.cpp 92.97% <ø> (ø) ⬆️
src/lib/tls/tls_handshake_io.cpp 83.6% <100%> (+0.27%) ⬆️
src/lib/tls/tls_callbacks.cpp 90.47% <100%> (+0.31%) ⬆️
src/bogo_shim/bogo_shim.cpp 88.82% <100%> (+0.04%) ⬆️
src/tests/unit_tls.cpp 97.55% <100%> (+0.01%) ⬆️
src/lib/tls/msg_hello_verify.cpp 100% <100%> (+27.58%) ⬆️
src/lib/tls/msg_client_hello.cpp 92.17% <100%> (+0.41%) ⬆️
src/lib/tls/tls_handshake_state.cpp 92.47% <100%> (+0.1%) ⬆️
src/lib/tls/tls_server.cpp 88.39% <93.75%> (+0.41%) ⬆️
src/lib/pubkey/mce/mceliece_key.cpp 85.39% <0%> (-1.13%) ⬇️
... and 2 more

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 efcec12...c43acdf. Read the comment docs.

@randombit randombit force-pushed the dtls-hello-verify branch 2 times, most recently from 29276b9 to f91e91d Compare June 18, 2019 15:57
@randombit randombit force-pushed the dtls-hello-verify branch from f91e91d to c43acdf Compare June 18, 2019 23:26
@randombit randombit merged commit c43acdf into master Jun 19, 2019
@randombit randombit deleted the dtls-hello-verify branch June 19, 2019 00:40
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.

DTLS server can be used as network traffic reflector/amplifier for DDoS attacks
2 participants