Rebex Terminal Emulation has been renamed to Rebex SSH Shell.
Rebex Terminal Emulation 2020 R5
Released: Nov 10, 2020
Aggiornamenti in 2020 R5
Funzionalità
All: Added support for Microsoft .NET 5.0.
SSH Shell: Added Ssh.Settings.SetNoDelayForTunnelSockets option to enable TCP_NODELAY option for tunnel sockets.
SSH Shell: Added Ssh.TunnelError event for handling tunnel errors.
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.