Skip to content

Releases: Pkcs11Interop/Pkcs11Interop.X509Store

Pkcs11Interop.X509Store 1.0.0

01 May 12:26
Compare
Choose a tag to compare
  • Pkcs11RsaProvider supports encryption and decryption with PKCS1 padding
    Based on code provided by @dunkleyr in #32
  • Pkcs11RsaProvider supports encryption and decryption with OAEP padding
  • Unrecognized tokens are ignored
    Based on code provided by @dalmohub in #33
  • Introduced PrivateKeyObjectNotFoundException and PublicKeyObjectNotFoundException in #38
  • Improved documentation

Pkcs11Interop.X509Store 0.4.0

22 May 08:40
Compare
Choose a tag to compare
Pre-release
  • Added support for System.Security.Cryptography.Pkcs.SignedCms
  • CKA_LABEL is not used when searching for key objects
    Feature suggested by @DadOfTheDead and based on code provided by @dalmohub in #29
  • Added support for System.Security.Cryptography.X509Certificates.CertificateRequest
    Based on code provided by @anshulv1401 in #28

Pkcs11Interop.X509Store 0.3.0

27 Sep 10:25
26a4a5e
Compare
Choose a tag to compare
Pre-release
  • Added support for .NET Standard 2.0
  • Upgraded to Pkcs11Interop 5.1.2
  • Added AppVeyor CI that runs tests with .NET Framework 4.8 on Windows and .NET Core 3.1 on Windows, Linux and macOS
  • When CKA_ALWAYS_AUTHENTICATE attribute cannot be read its value is assumed to be CK_FALSE
  • Added Pkcs11X509CertificateInfo::KeyType and AsymmetricKeyType enum
  • Pkcs11TokenInfo::SupportsProtectedLogin renamed to Pkcs11TokenInfo::HasProtectedAuthenticationPath
  • Introduced various API breaking changes in GetPinResult class

Pkcs11Interop.X509Store 0.2.0

02 Jan 11:44
Compare
Choose a tag to compare
Pre-release
  • Fixed PKCS#1 DigestInfo encoding
  • Added support for RSASSA-PSS signature scheme
  • Added support for ECDSA signatures
  • Added support for private keys protected with PIN.
    Those with CKA_ALWAYS_AUTHENTICATE attribute set to CK_TRUE.
  • Removed Pkcs11SlotInfo::TokenPresent property.
    If token is not present then Pkcs11Slot::Token is null.

Pkcs11Interop.X509Store 0.1.0

27 Dec 15:48
Compare
Choose a tag to compare
Pre-release
  • Initial development release