
Adds the ability to authenticate with ECDSA certificates.
Features
- Added support for ssh-ecdsa-sha2-* private keys in PuTTYPrivateKeyFile class, which allows you to login with ECDSA certificates.
- Added AES Galois Counter Mode (aes128-gcm and aes256-gcm) encryption support.
- Added support for elliptic curve Secp256k1 (ecdsa-sha2-1.3.132.0.10) in key exchange method and public key algorithm.
- Added support for elliptic curve Nistp521 (ecdsa-sha2-nistp521) in key exchange method and public key algorithm.
- SSHAlgorithmList.Reset() now accepts a list of algorithms to populate the list after clearing it.