-
Notifications
You must be signed in to change notification settings - Fork 54
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
1 parent
801415b
commit 379359d
Showing
7 changed files
with
25 additions
and
9 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
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,3 +1,12 @@ | ||
yubihsm-shell (2.4.2) unstable; urgency=medium | ||
|
||
* pkcs11: Add Symmetric key capabilities to searchable criteria | ||
* pkcs11: Add support for CKA_KEY_TYPE when searching for objects | ||
* pkcs11: Add support for CKA_MODIFIABLE and CKA_COPYABLE attributes for AES and Wrap keys | ||
* test: Increase test coverage | ||
|
||
-- Aveen Ismail <[email protected]> Mon, 30 Oct 2023 14:55:20 +0100 | ||
|
||
yubihsm-shell (2.4.1) unstable; urgency=medium | ||
|
||
* pkcs11: Allow only a user with access to all the object's domains to edit its attributes | ||
|
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,7 +1,7 @@ | ||
%global _yubihsm yubihsm | ||
|
||
Name: yubihsm-shell | ||
Version: 2.4.1 | ||
Version: 2.4.2 | ||
Release: 1%{?dist} | ||
Summary: Tools to interact with YubiHSM 2 | ||
|
||
|
@@ -76,5 +76,5 @@ install -m 0644 ../LICENSE %{buildroot}/%{_prefix}/share/licenses/%{name} | |
|
||
|
||
%changelog | ||
* Wed Dec 1 2021 Aveen Ismail <[email protected]> - 2.3.0 | ||
- Releasing version 2.3.0 | ||
* Wed Oct 30 2023 Aveen Ismail <[email protected]> - 2.4.2 | ||
- Releasing version 2.4.2 |
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