-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
Pkcs11Interop 0.2.0 (2018-01-02) | ||
- 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 is set to CK_TRUE. | ||
- Removed Pkcs11SlotInfo::TokenPresent property. | ||
If token is not present then Pkcs11Slot::Token is null. | ||
|
||
Pkcs11Interop 0.1.0 (2017-12-27) | ||
- Initial development release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters