ryru / strongswan

strongSwan - IPsec-based VPN
https://www.strongswan.org
Other
0 stars 1 forks source link

TLS 1.3 server-side mutual authentication implementation #31

Closed ryru closed 3 years ago

ryru commented 4 years ago

This PR covers:

codecov-io commented 4 years ago

Codecov Report

Merging #31 into tls13 will decrease coverage by 0.00%. The diff coverage is 60.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##            tls13      #31      +/-   ##
==========================================
- Coverage   39.72%   39.72%   -0.01%     
==========================================
  Files         963      963              
  Lines      129836   129921      +85     
==========================================
+ Hits        51579    51610      +31     
- Misses      78257    78311      +54     
Impacted Files Coverage Δ
src/libtls/tls_server.c 62.33% <41.86%> (-3.04%) :arrow_down:
src/libtls/tls_crypto.c 71.15% <88.88%> (+0.99%) :arrow_up:
src/libtls/tls_peer.c 54.74% <100.00%> (-0.57%) :arrow_down:
src/libstrongswan/networking/streams/stream.c 79.56% <0.00%> (-1.08%) :arrow_down:
...rc/libstrongswan/plugins/bliss/bliss_private_key.c 92.00% <0.00%> (-1.03%) :arrow_down:
src/libcharon/plugins/vici/vici_socket.c 81.93% <0.00%> (-0.85%) :arrow_down:
src/libstrongswan/tests/suites/test_threading.c 98.09% <0.00%> (+0.11%) :arrow_up:
src/libtls/tls_socket.c 53.21% <0.00%> (+0.27%) :arrow_up:
src/libstrongswan/plugins/bliss/bliss_utils.c 91.93% <0.00%> (+3.22%) :arrow_up:

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 30b6b7b...d887107. Read the comment docs.

ryru commented 3 years ago

Thanks for the feedback.