File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
src/Pkcs11Interop.X509Store Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- version : 0.3 -{build}
1
+ version : 0.4 -{build}
2
2
3
3
branches :
4
4
only :
Original file line number Diff line number Diff line change
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
+
1
8
Pkcs11Interop.X509Store 0.3.0 (2021-09-27)
2
9
- Added support for .NET Standard 2.0
3
10
- Upgraded to Pkcs11Interop 5.1.2
@@ -12,7 +19,7 @@ Pkcs11Interop.X509Store 0.2.0 (2018-01-02)
12
19
- Added support for RSASSA-PSS signature scheme
13
20
- Added support for ECDSA signatures
14
21
- 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.
16
23
- Removed Pkcs11SlotInfo::TokenPresent property.
17
24
If token is not present then Pkcs11Slot::Token is null.
18
25
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
12
- <Version >0.3 .0</Version >
12
+ <Version >0.4 .0</Version >
13
13
<Authors >Jaroslav Imrich</Authors >
14
14
<Description >Easy to use PKCS#11 based X.509 certificate store</Description >
15
15
<Copyright >Copyright (c) 2017-2022 The Pkcs11Interop Project</Copyright >
You can’t perform that action at this time.
0 commit comments