Adam Kauffman

Results 96 comments of Adam Kauffman

Those have both been merged now and https://github.com/sshnet/SSH.NET/issues/100 was closed. Should this issue also be closed? Or are there additional upload performance actions being planned?

DoD STIGs do require FIPS mode: https://www.stigviewer.com/stig/windows_10/2017-04-28/finding/V-63811 The FIPS standard evolves with time. FIPS 140-3 is the "modern" version: https://en.wikipedia.org/wiki/FIPS_140-3 SSH is a great example of a place where disabling...

@lifeincha0s If the server enforces it, the client must support it or the connection will fail. This is seen in #190 and #276. Once PR #806 is merged all these...

I can confirm that version [2023.0.0](https://github.com/sshnet/SSH.NET/releases/tag/2023.0.0) can be run on a FIPS compliant system. This issue can be closed.

I use .NET8, and I'm the kind of guy who regularly cuts himself on the bleeding edge. Looking at the [support lifecycle](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework) for Framework we can see that 4.8 only...