Rebex Security のリリース
Released: Dec 21, 2018
2018 R4 での更新項目
機能
- Cryptography: Added support for IP addresses in Subject Alternative Name certificate extensions.
- Cryptography: Added support for 'BEGIN RSA PUBLIC KEY' keys (PKCS #1 / RFC 3447) to PublicKeyInfo.
- Common: Added support for new OpenSSH key format with AES-CTR encryption.
Released: Oct 26, 2018
2018 R3 での更新項目
機能
- All: Added password-hiding in Verbose logging mode.
- All: Added experimental support for Mono on Windows.
- Cryptography: CertificateStore implements IEnumerable<Certificate>.
- Cryptography: Proper error is reported when trying to validate ECDSA certificates on Mono.
- Common: Added optimized thread pool on .NET Compact Framework.
不具合の修正
- All: Fixed messages of some ObjectDisposedException objects.
Released: Sep 3, 2018
2018 R2.1 での更新項目
機能
- Cryptography: Optimized certificate signature validation on .NET Compact Framework.
Released: Jun 29, 2018
2018 R2 での更新項目
機能
- All: Added support for .NET Core on macOS.
- Cryptography: Added workaround for eToken CSP private key operations.
- Cryptography: RSACryptoServiceProvider usability detection made more compatible.
不具合の修正
- Cryptography: Fixed possible 'Unexpected key algorithm' error in AsymmetricKeyAlgorithm.
- Cryptography: Fixed Certificate.GetSignatureHashAlgorithm() for RSASSA-PSS certificates.
- Cryptography: Fixed CertificateStore.Exists on .NET Core.
- Cryptography: Fixed Certificate.HasPrivateKey for non-silent...
Released: Apr 25, 2018
2018 R1.1 での更新項目
機能
- All: Added support for .NET Core on Linux.
- Security: FileEncryption object's EncryptionKeySize and XtsBlockSize properties are no longer ignored when using FileEncryptionAlgorithm.AesXts.
- Cryptography: Enhanced error message when trying to use signing-only RSA certificate for decryption.
- Cryptography: Added CertificateEngine.BuildChain(Certificate) method.
- Cryptography: Current CertificateEngine's BuildChain method is now used in CMS (PKCS #7) SignedData and EnvelopedData.
- Cryptography: Added...
Released: Apr 1, 2018
2018 R1 での更新項目
機能
- Security: Added low-level Xts class.
- Cryptography: Added CryptographicCollection<T> as a base for cryptographic collection classes.
- Cryptography: Added SslSettings.SslRenegotiationExtensionEnabled option.
- Cryptography: Added EnhancedCertificateEngine to .NET Compact Framework version to make it possible to supply custom root certification authorities.
- Common: Enabled Certificate/CertificateChain.LoadPfx with AlwaysCng option on .NET Compact Framework 3.9.
- Common: Built-in custom...
Released: Jan 11, 2018
2017 R6.3 での更新項目
機能
- Enhanced RSA/OAEP and RSA/PSS support
- Support for RSA/OAEP with label (input parameter).
- Support for RSA/OAEP and RSA/PSS structures with mismatched hash algorithms.
不具合の修正
- Cryptography: Fixed initialization of EncryptionAlgorithm property in MailMessage.Recipients collection items.
- Cryptography: Fixed CNG private key conversion workaround.
Released: Dec 21, 2017
2017 R6.2 での更新項目
機能
- Security: Added overloads of XtsStream that accept file path.
- Cryptography: Added CertificateChain.LoadDer method to load a chain of Base64-encoded certificates.
- Cryptography: Fast CNG implementation of AES (which takes advantage of AES-NI instructions) is used when available.
- Cryptography: Added workaround for broken X509Certificate.GetPublicKey() on Mono 5.4.
- Cryptography: Added a workaround for GPG's gpgsm utility that required some SignedData fields to be DER-encoded.
Released: Nov 20, 2017
2017 R6.1 での更新項目
機能
- Cryptography: Enhanced custom CRL downloader for .NET Compact Framework to handle all 3xx redirect codes.
- Cryptography: Enhanced Certificate.LoadDer to handle files with multiple certificates (loads the first one).
- Cryptography: Added 'params' to CertificateInfo.SetExtendedUsave/SetAlternativeHostnames methods.
- Common: Added workaround for broken Encoding.ASCII encoder on legacy Mono platforms.
- Common: Enhanced SSPI error reporting.
不具合の修正
- Cryptography: Fixed detection of AES/GCM support...
Released: Oct 25, 2017
2017 R6 での更新項目
機能
- All: Added support for DSA key generation on .NET Core on Windows.
- Cryptography: Added support for RSAES-OAEP encryption to EnvelopedData/RecipientInfo objects (CMS / PKCS #7).
- Cryptography: Added support for RSAES-OAEP encryption to Encrypt/Decrypt methods in Certificate and AsymmetricKeyAlgorithm classes.
- Cryptography: Added support for DSA key generation on .NET Core 1.1 on Windows.
- Cryptography: Added support for RSASSA-PSS signatures to SignMessage/VerifyMessage methods in Certificate...