Rebex Total Pack 8.0.9673
Released: Jun 25, 2026
Mises à jour de 8.0.9673
Fonctionnalités
- Asynchronous SSH/SFTP server core - Rebex File Server features a SSH and SFTP cores that has been upgraded to fully asynchronous mode, making it less thread-hungry and more scalable. A nice side-effect of this is the new asynchronous mode in PreAuthentication and Authentication events.
- Server-side FTP protocol support - Rebex File Server now supports the FTP protocol in addition to SFTP. Modern FTP over TLS 1.3/1.2 is fully supported. Old-style plain FTP can be optionally enabled as well, which might still be useful when interfacing with legacy systems.
- Server-side 'copy-data' in SFTP - Rebex FileServer supports copy-data SFTP extension, which makes it possible for compatible SFTP clients to copy files directly on the server.
- File server API enhancements - Rebex FileServer now features additional events (PreNegotiation, ChangePassword, TunnelClosed. ServerSession has been enhanced as well, making it possible to determine client-side ciphers.
- Terminal emulation improvements - TerminalControl supports east Asian double-width (full width) characters, along with Unicode surrogate pairs. Prompt-detection routine has been improved to support more prompt variants.
- Graph API updates - Rebex Graph got new methods for working for working with attachments, and for updating a message. Many existing methods have been enhanced as well: messages can be deleted permanently, and subfolders can be created as well.
- Throttling support in Graph API - Rebex Graph features a new throttling support, making it easier not to overload the cloud.
- ML-KEM support in SSH - Rebex SSH library adds support for post-quantum ML-KEM key encapsulation algorithm. The following hybrid key exchange ciphers are supported: mlkem768nistp256-sha256, mlkem1024nistp384-sha384, mlkem768x25519-sha256. ML-KEM is supported out-of-box on up-to-date PQC-enabled Windows with .NET 3.5 or higher. On other platforms, a PQC plugin is needed.
- ML-KEM support in TLS - Rebex TLS library adds support for post-quantum ML-KEM key encapsulation algorithm, as part of the following hybrid key agreement ciphers: X25519MLKEM768, SecP256r1MLKEM768, SecP384r1MLKEM102. ML-KEM is supported out-of-box on PQC-enabled Windows with .NET 3.5 or higher. On other platforms, a PQC plugin is needed.
- ML-DSA support in SSH - Rebex SSH library also adds support for post-quantum ML-DSA signature algorithm. This is currently 'experimental', because the protocols have not been finalized yet. However, Rebex libraries with ML-DSA are already perfectly suitable for real-world testing. ML-DSA is supported out-of-box on PQC-enabled Windows with .NET 3.5 or higher, or on up-to-date Linux with .NET 10. On other platforms, a PQC plugin is needed.
- ML-DSA support in TLS - Rebex TLS library also adds support for post-quantum ML-DSA signature algorithm. This is currently 'experimental', because the protocols have not been finalized yet. However, Rebex libraries with ML-DSA are already perfectly suitable for real-world testing, and are compatible with third-party clients and servers, such as mldsa.digicert.com. ML-DSA is supported out-of-box on PQC-enabled Windows with .NET 3.5 or higher, or on up-to-date Linux with .NET 10. On other platforms, a PQC plugin is needed.
- Client-side OCSP stapling in TLS - OCSP stapling improves the performance and privacy of certificate revocation checking by allowing the server to send a signed OCSP response during the TLS handshake, eliminating the need for the client to contact the certificate authority directly.
- Brainpool curve support in TLS - This version adds support for named groups and signature schemes based on Brainpool elliptic curves to TLS 1.3 (RFC 8734). (Brainpool curves have already been supported in TLS 1.2.).
- ML-DSA, ECDSA and Ed25519 in S/MIME - MailMessage and MimeMessage API now support the post-quantum ML-DSA signature algorithm, along with elliptic-curve DSA and Edwards curve 25519. ML-DSA is supported out-of-box on PQC-enabled Windows with .NET 3.5 or higher, or on up-to-date Linux with .NET 10. On other platforms, a PQC plugin is needed.
- AES/GCM and ChaCha20/Poly1305 in S/MIME - MailMessage and MimeMessage API support AES/GCM and ChaCha20/Poly1305 symmetric encryption algorithms.
- FIPS 140-3 mode and cryptography updates - Instead of FIPS 140-2, the UseFipsAlgorithmsOnly setting now enables 'FIPS 140-3 mode', which limits usage of cryptographic algorithms, and forces usage of cryptographic modules to those provided by .NET or the operating system. Also migrated from the legacy CryptoAPI to the new Windows CNG API. Certificate.LoadPfx, CertificateChain.LoadPfx and Certificate.Associate methods now prefer CNG key stores by default instead of legacy CryptoAPI key stores. HKDF key derivation in XtsStream and FileEncryption classes has been updated to support SHA-2 family of hashes.
- Syslog API updates - This version of Rebex Syslog adds 'local use' SyslogFacility values and TimestampMode setting to fine-tune timestamp serialization of RFC 5424 syslog messages.
- Improved ZIP file compatibility - This release improves the compatibility with third-party tools.
- Asynchronous HTTP client core - Rebex HTTP, Graph, EWS and WebSocket feature a new HTTP client core that has been upgraded to fully asynchronous mode, making it less thread-hungry and more scalable.
- Updated collection APIs for Linq - Updated collection APIs to make them compatible with Linq extensions. Item collections no longer inherit from LocalItemCollection.
- API updates, changes and deprecations - Version 8.0 of Rebex libraries introduces some breaking changes, either due to abandoning long-deprecating APIs, for security reasons, or to fix compatibility with third-party tools.