
Adds TerminalControl.MouseWheelMode property and adds support for .NET Core on macOS.
Features
- All: Added support for .NET Core on macOS.
- Terminal: Added TerminalControl.MouseWheelMode property.
- Terminal: Improved logging in Scripting class at LogLevel.Debug level.
- Terminal: Added additional properties to RequestedAction enumeration (useful in TerminalControl.ActionRequested event).
- Terminal: Implemented proper Ctrl+arrow handling.
- SSH: Added support for additional formats to SshPublicKey.
- SSH: Added SshPrivateKey.GetPrivateKeyInfo() method.
- TLS/SSL: Added SslSettings.SslServerCertificateValidationOptions and SslCertificateValidationEventArgs.Options properties.
- Cryptography: Added workaround for eToken CSP private key operations.
- Cryptography: RSACryptoServiceProvider usability detection made more compatible.
Fixes
- Telnet: Fixed wrong handling of 0D FF sequences (not processed if preceded by 0A and reported as regular data).
- Terminal: Fixed Scripting.Send(ConsoleKey.Spacebar).
- Proxy: Closed ProxySocket objects throw more meaningful exception.
- Cryptography: Fixed possible 'Unexpected key algorithm' error in AsymmetricKeyAlgorithm.
- Cryptography: Fixed Certificate.GetSignatureHashAlgorithm() for RSASSA-PSS certificates
- Cryptography: Fixed CertificateStore.Exists on .NET Core.
- Cryptography: Fixed Certificate.HasPrivateKey for non-silent keys.
- Cryptography: Fixed potential security vulnerability in RSAManaged class (proper padding check in signature verification).
- Common: Fixed compatibility with AWS Lambda.