Skip to content

Commit ae95df8

Browse files
committed
fixed #171 - removed unsafe none HMAC from Preferred::DEFAULT
1 parent d97cfcc commit ae95df8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

russh/src/negotiation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const HMAC_ORDER: &[mac::Name] = &[
7575
mac::HMAC_SHA256,
7676
mac::HMAC_SHA1_ETM,
7777
mac::HMAC_SHA1,
78-
mac::NONE,
7978
];
8079

8180
impl Preferred {

0 commit comments

Comments
 (0)