Skip to content

Commit 8c8b064

Browse files
committed
removed EXTENSION_SUPPORT_AS_x from explicit kex list
1 parent 3296372 commit 8c8b064

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

russh/src/negotiation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const SAFE_KEX_ORDER: &[kex::Name] = &[
5656
kex::CURVE25519,
5757
kex::CURVE25519_PRE_RFC_8731,
5858
kex::DH_G14_SHA256,
59-
kex::EXTENSION_SUPPORT_AS_CLIENT,
60-
kex::EXTENSION_SUPPORT_AS_SERVER,
6159
];
6260

6361
const CIPHER_ORDER: &[cipher::Name] = &[

0 commit comments

Comments
 (0)