Rebex FTP/SSL has been renamed and is now know as Rebex FTP.
Rebex FTP/SSL for .NET 2020 R5
Released: Nov 10, 2020
2020 R5 での更新項目
機能
All: Added support for Microsoft .NET 5.0.
FTP: Closing currently connecting sockets when Dispose method is called.
TLS Core: Added support for X.509 certificates with Ed25519 keys to TLS 1.3.
TLS Core: Improved exception messages in TLS 1.3.
Cryptography: Added built-in support for Ed25519 algorithm.
Cryptography: Added Rebex.Security.Cryptography.AesGcm class (equivalent to .NET 5.0's AesGcm class, but available on all platforms including .NET Framework 3.5).
Cryptography: Added SetOtherNames/GetOtherNames methods to CertificateInfo class ('Other Name' support in SANs).
Cryptography: AsymmetricKeyAlgorithm.ImportKey method can initialize Ed25519 key from seed (in addition to private key).
Cryptography: AsymmetricKeyAlgorithm.Register method made thread-safe.