Correct negotiation without OpenSSL
[?]
Jun 28, 2021, 8:39 AM
WXZWQLGLNQ3QRHMBH7YPTHKSPUST4HD34H3PW5E4LHQYH3KLNHYACDependencies
- [2]
ORSEEVB5Version bump - [3]
7Y2ROIVZVersion bump - [4]
CWHVPLXNVersion bump - [5]
TFYJ3P2AVersion 0.30.8/0.19.4, and solving conflicts - [6]
ASD7JVBEDo not read past the size of the buffer (after Tokio 0.3) - [7]
634OYCNMTokio 0.3 - [8]
7FRJYUI6Reboot because of a bad change - [9]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0 - [10]
BRDS7STAAdding method `send_channel_msg` to client::Session, to make it easier to write handlers - [11]
PDTFLA4YVersion 0.30.7 - [12]
FT67GGO4Version bump (Pijul and Thrussh) - [13]
E2SB74SVVersion 0.30.3 - [14]
DJT33BQEVersion bump - [15]
2VTUKRLJVersion - [16]
VYDCQWSFVersion 0.30.6 - [17]
CQSPFH4HVersion 0.30.4
Change contents
- edit in thrussh/src/negotiation.rs at line 52
#[cfg(feature = "openssl")] - edit in thrussh/src/negotiation.rs at line 56
cipher: &[cipher::chacha20poly1305::NAME],mac: &["none"],compression: &["none", "zlib", "zlib@openssh.com"],};#[cfg(not(feature = "openssl"))]pub const DEFAULT: Preferred = Preferred {kex: &[kex::CURVE25519],key: &[key::ED25519], - replacement in thrussh/Cargo.toml at line 5
version = "0.33.0"version = "0.33.1"