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

Implemented rsa-sha2-512, rsa-sha2-256 host_key algs #771

Merged
merged 4 commits into from Jun 10, 2020

Conversation

mfazekas
Copy link
Collaborator

Fixes: #712

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2020

Codecov Report

Merging #771 into master will decrease coverage by 0.03%.
The diff coverage is 82.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #771      +/-   ##
==========================================
- Coverage   95.80%   95.77%   -0.04%     
==========================================
  Files         155      155              
  Lines       10176    10192      +16     
==========================================
+ Hits         9749     9761      +12     
- Misses        427      431       +4     
Impacted Files Coverage Δ
lib/net/ssh/transport/algorithms.rb 98.06% <ø> (ø)
lib/net/ssh/authentication/certificate.rb 94.05% <50.00%> (ø)
test/integration/common.rb 93.97% <50.00%> (-3.47%) ⬇️
lib/net/ssh/transport/openssl.rb 88.42% <80.00%> (-1.14%) ⬇️
lib/net/ssh/authentication/ed25519.rb 99.03% <100.00%> (ø)
lib/net/ssh/transport/kex/abstract.rb 96.72% <100.00%> (+0.29%) ⬆️
test/transport/kex/test_ecdh_sha2_nistp256.rb 100.00% <100.00%> (ø)
test/transport/test_algorithms.rb 99.56% <100.00%> (ø)
lib/net/ssh/buffered_io.rb 85.50% <0.00%> (+1.44%) ⬆️

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 b44dc7a...da2b5d4. Read the comment docs.

@mfazekas mfazekas merged commit b38f7ba into net-ssh:master Jun 10, 2020
@fwininger
Copy link
Collaborator

@mfazekas thanks

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.

Add support for rsa-sha2-256, rsa-sha2-512
3 participants