Skip to content

Commit

Permalink
fixed #171 - removed unsafe none HMAC from Preferred::DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 8, 2023
1 parent d97cfcc commit ae95df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion russh/src/negotiation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const HMAC_ORDER: &[mac::Name] = &[
mac::HMAC_SHA256,
mac::HMAC_SHA1_ETM,
mac::HMAC_SHA1,
mac::NONE,
];

impl Preferred {
Expand Down

0 comments on commit ae95df8

Please sign in to comment.