You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR addresses issues related to connecting to legacy Cisco devices
with no upgrade path (similar to issue #277).
Changes Introduced
• Refactored cipher/mod.rs: Make room to be able to implement CBC crypto
support.
• Updated cipher/block.rs: To provide an interface compatible with both
streaming ciphers and CBC.
• General Cipher Updates: Light modifications to other ciphers for
compatibility with the new interface.
Context
I had trouble connecting to older Cisco devices which posed challenges
due to their outdated cryptographic support.
---------
Co-authored-by: Eugene <x@null.page>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Russh
2
+
2
3
[](https://github.com/warp-tech/russh/actions/workflows/rust.yml)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
0 commit comments