ryru / strongswan

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

Enhance EDDSA support #29

Closed ryru closed 3 years ago

ryru commented 3 years ago

This PR addresses:

codecov-io commented 3 years ago

Codecov Report

Merging #29 into tls13 will increase coverage by 0.03%. The diff coverage is 77.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##            tls13      #29      +/-   ##
==========================================
+ Coverage   39.66%   39.69%   +0.03%     
==========================================
  Files         963      963              
  Lines      129752   129838      +86     
==========================================
+ Hits        51463    51542      +79     
- Misses      78289    78296       +7     
Impacted Files Coverage Δ
src/libtls/tls_server.c 65.45% <63.63%> (+0.05%) :arrow_up:
src/libtls/tls_crypto.c 70.55% <91.07%> (+1.66%) :arrow_up:
src/libstrongswan/credentials/keys/private_key.c 55.00% <0.00%> (-5.00%) :arrow_down:
...rc/libstrongswan/plugins/bliss/bliss_private_key.c 92.00% <0.00%> (-1.03%) :arrow_down:
src/libtls/tls_socket.c 52.94% <0.00%> (-0.28%) :arrow_down:
src/libstrongswan/utils/identification.c 97.73% <0.00%> (+<0.01%) :arrow_up:
src/libcharon/plugins/vici/vici_socket.c 82.77% <0.00%> (+0.84%) :arrow_up:
src/libstrongswan/processing/processor.c 74.74% <0.00%> (+1.01%) :arrow_up:
src/libstrongswan/networking/streams/stream.c 80.64% <0.00%> (+1.07%) :arrow_up:
... and 3 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 d351acb...e59a763. Read the comment docs.

ryru commented 3 years ago

Thank you for all the feedback!