Skip to content

Commit

Permalink
removed EXTENSION_SUPPORT_AS_x from explicit kex list
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 8, 2023
1 parent 3296372 commit 8c8b064
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions russh/src/negotiation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const SAFE_KEX_ORDER: &[kex::Name] = &[
kex::CURVE25519,
kex::CURVE25519_PRE_RFC_8731,
kex::DH_G14_SHA256,
kex::EXTENSION_SUPPORT_AS_CLIENT,
kex::EXTENSION_SUPPORT_AS_SERVER,
];

const CIPHER_ORDER: &[cipher::Name] = &[
Expand Down

0 comments on commit 8c8b064

Please sign in to comment.