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.
不具合の修正
FTP: Fixed Download() method for filenames starting with backslash on Unix-like servers.
SFTP: Fixed Download() method for filenames starting with backslash on Unix-like servers.
File Server: Fixed behavior of Rename operation in virtual file systems when the source file name and the target file name differ only in letter casing.
File Server: Fixed propagation of the custom error from the SaveContent method in virtual file systems.
File Server: Fixed non-working combination of legacy 'diffie-hellman-group14-sha1' key exchange cipher with 'hmac-sha2-512' MAC cipher.
Proxy: Closed ProxySocket objects throw more meaningful exception.
SSH: Fixed possible bug in SshPublicKey loading.
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).