Rebex adds Mono support
Released: Aug 15, 2013
Updates in this release
Updates in 2013 R1
- Added support for Mono.
- Enhanced workaround for Stream.Seek on .NET CF.
- Fixed finalizers that called state-changed events in some cases.
- Added workaround for instances of FileStream that returned "[Unknown]" name.
- FileLogWriter enhanced to log assembly version when opening log file.
- Added missing PublicKeyInfo() constructor.
- Added FileSet.ContainingDirectoriesIncluded option.
- Encoding tool support for IBM437 charset on all platforms.
- Fixed handle leak in CertifiacteStore constructor.
- Added CertificateFindOptions.None.
- Added FileSystemItemCollection.UsePath property.
- Added support for anyExtendedKeyUsage attribute (in X509 certificates).
- Added DiffieHellmanCryptoServiceProvider class.
- Added PrivateKeyFormat.RawPkcs8 format for PrivateKeyInfo.Save and PrivateKeyInfo.Encode methods.
- HMAC fixed to use block length of 128 for algorithms with hashes larger than 256 bits.