sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.96k stars 931 forks source link

Drop RIPEMD160 #1324

Closed scott-xu closed 7 months ago

scott-xu commented 7 months ago

hmac-ripemd160 was removed in OpenSSH 7.6 at 2017-10-03 (both client and server). With this PR, the SshNet.Security.Cryptography nuget dependency can be removed. Also relates to https://github.com/sshnet/SSH.NET/pull/1109