Rebex Total Pack 新版本發表
Released: May 9, 2017
2017 R3 中的更新
特性
- NuGet packages - NuGet packages will be added to your private NuGet repository and are also available at NuGet.org.
- Experimental support for .NET Standard 1.5 and NET Core 1.1 - This release adds experimental support for .NET Core 1.1 (or rather .NET Standard 1.5/1.6) to all Rebex components. In addition to .NET Core on Windows, Linux and macOS, .NET Standard edition of Rebex components can be used on any platform with .NET Standard 1.5 support. This currently includes .NET 4.6.2 and .NET...
Released: Mar 22, 2017
2017 R2 中的更新
特性
- ECDSA certificate support in TLS/SSL - All Rebex components utilizing the TLS/SSL library now support the following TLS ciphers based on Elliptic Curve DSA (ECDSA) algorithm:
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
- Supported curves:
- NIST P-256
- NIST P-384
- NIST P-521
- SSH client authentication using RSA with SHA-...
Released: Feb 23, 2017
2017 R1 中的更新
特性
- New component: Rebex HTTPS - Rebex HTTPS is an HTTP/HTTPS client library that supports TLS 1.2/1.1/1.0, SHA-2, Server Name Identification (SNI), Renegotiation Indication Extension, Forward Secrecy, ZLIB. These features are available on all supported platforms: .NET Framework, .NET Compact Framework, Mono, Xamarin.iOS and Xamarin.Android.
- Support for the new OpenSSH Key Format - The SSH based components can now save private keys using the new OpenSSH key format (Base64-encoded keys with "BEGIN...
Released: Dec 20, 2016
2016 R3 中的更新
特性
- Elliptic curve cryptography in TLS/SSL - All Rebex components that utilize the TLS/SSL library now support the following TLS ciphers based on Elliptic Curve Diffie-Hellman (ECDH) algorithm:
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
- TLS_ECDHE_RSA_WITH_RC4_128_SHA
- Supported curves:
- NIST P-256
- NIST P-384
- NIST P-521
- Brainpool P256 R1
- Brainpool P384 R...
Released: Aug 26, 2016
2016 R2.2 中的更新
特性
- Mail: CRAM-MD5 and DIGEST-MD5 are no longer preferred authentication methods on secure connections.
- Mail: Added workaround for some broken multipart/related entities.
- EWS: Optimized response logging in Ews class.
- EWS: Added EwsItemMetadata.Subject property to make it possible to change subject of an item using Ews.UpdateItem method.
- EWS: Added EwsMessageMetadata class to improve the usability of Ews.UpdateItem method. Deprecated EwsItemMetadata.IsRead property and moved to EwsMessageMetadata...
Released: Jul 28, 2016
2016 R2.1 中的更新
特性
- Workarounds for Microsoft Schannel bugs in TLS/SSL - Added workaround for bugs in Microsoft's TLS/SSL library which uses and expects wrong padding in DHE_RSA_* ciphers.
- Experimental support for Universal Windows Platform in File Server - Rebex File Server binaries for Universal Windows Platform are now available. Supported platforms include Windows 10, Windows 10 Mobile, Windows 10 IoT and Xbox One.
- Optimized ZIP memory usage - ZipArchive objects now occupy less memory than before...
Released: Jun 30, 2016
2016 R2 中的更新
特性
- Support for Xamarin June 2016 Update - The June 2016 update of Xamarin.iOS/Xamarin.Android/Xamarin.Mac introduced a breaking change in Mono.Security API that broke compatibility with Rebex components. This issue has been solved in this release.
- SHA-2 for all supported .NET Compact Framework Platforms - SHA-1 is currently being deprecated (applies to X509 certificates, TLS/SSL and SSH), which poses a problem for legacy .NET Compact Framework platforms based on editions of Windows CE with no...
Released: Feb 22, 2016
Updates in this release
Updates in 2016 R1.1
- Added experimental binaries of most Rebex components (FTP/SSL, SFTP, File Server, Secure Mail, ZIP, Time, Security) for Xamarin.Mac platforms. They are suitable for targeting Xamarin.Mac Mobile Framework and Xamarin.Mac .NET 4.5 Framework projects.
- FTP: Fixed a bug that triggered the 'Another operation is pending' exception when internal directory listing failed due to protocol error.
- FTP: Added workaround for servers returning "cdir" in MLST responses.
- MIME: Added...
Released: Jan 15, 2016
Updates in this release
Updates in 2016 R1
- Exchange Web Services Support - Rebex Secure Mail now supports Exchange Web Services (EWS) and provides a dedicated Ews object, making it possible to communicate with Microsoft Exchange servers using a native protocol.
- SSH Tunneling (Port Forwarding) - Rebex Terminal Emulation now features a simple-to-use API for SSH tunneling (port forwarding). Support for outgoing SSH tunnels was also added to Rebex File Server.
- File upload/download events in File Server - FileUploaded and...
Released: Aug 28, 2015
Updates in this release
Updates in 2015 R4
- Support for Windows 10, .NET 4.6 and Visual Studio 2015 - This release adds official support for Windows 10, .NET Framework 4.6 and Visual Studio 2015.
- Multi-core Compression - Rebex ZIP can now take advantage of multi-core systems and uses multiple threads to speed-up compression on modern CPUs.
- Faster TLS/SSL and SSH negotiation on Xamarin.Android - The SSH and TLS/SSL libraries now use Java-based Diffie-Hellman on Xamarin.Android, which substantially speeds up SSH and TLS...