
Adds check to limit color indices received from server to 256 colors.
Features
- Removed SSL 3.0 from TlsVersion.Any
- Serialization on Xamarin.Android and Xamarin.iOS platforms - Added support for classic .NET serialization on Xamarin.Android and Xamarin.iOS platforms.
- Terminal: Added check which limits color indices received from server to 256 colors to prevent an exception.
- TLS/SSL: Modified TlsVersion.Any to only include TLS 1.0, 1.1 and 1.2.
Fixes
- Cryptography: Fixed handling of user-supplied RSACng in AsymmetricKeyAlgorithm and SshPrivateKey on modern platforms.
- Telnet: Fixed occasional logging of multiple "Received 0 byte(s) of data" messages.