Skip to content

Commit af23633

Browse files
committed
Version bumped to 0.4.0
1 parent 591d65f commit af23633

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3-{build}
1+
version: 0.4-{build}
22

33
branches:
44
only:

src/Pkcs11Interop.X509Store/CHANGELOG.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Pkcs11Interop.X509Store 0.4.0 (2022-05-22)
2+
- Added support for System.Security.Cryptography.Pkcs.SignedCms
3+
- CKA_LABEL is not used when searching for key objects
4+
Feature suggested by @DadOfTheDead and based on code provided by @dalmohub in #29
5+
- Added support for System.Security.Cryptography.X509Certificates.CertificateRequest
6+
Based on code provided by @anshulv1401 in #28
7+
18
Pkcs11Interop.X509Store 0.3.0 (2021-09-27)
29
- Added support for .NET Standard 2.0
310
- Upgraded to Pkcs11Interop 5.1.2
@@ -12,7 +19,7 @@ Pkcs11Interop.X509Store 0.2.0 (2018-01-02)
1219
- Added support for RSASSA-PSS signature scheme
1320
- Added support for ECDSA signatures
1421
- Added support for private keys protected with PIN.
15-
Those with CKA_ALWAYS_AUTHENTICATE attribute is set to CK_TRUE.
22+
Those with CKA_ALWAYS_AUTHENTICATE attribute set to CK_TRUE.
1623
- Removed Pkcs11SlotInfo::TokenPresent property.
1724
If token is not present then Pkcs11Slot::Token is null.
1825

src/Pkcs11Interop.X509Store/Pkcs11Interop.X509Store.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>0.3.0</Version>
12+
<Version>0.4.0</Version>
1313
<Authors>Jaroslav Imrich</Authors>
1414
<Description>Easy to use PKCS#11 based X.509 certificate store</Description>
1515
<Copyright>Copyright (c) 2017-2022 The Pkcs11Interop Project</Copyright>

0 commit comments

Comments
 (0)