-
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
1466a1a
commit c409285
Showing
8 changed files
with
34 additions
and
17 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
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,11 @@ | ||
yubihsm-shell (2.6.0) unstable; urgency=medium | ||
|
||
* lib: shell: pkcs11: Add support for asymmetric wrap | ||
* pkcs11: Add support for PKCS11 3.0 | ||
* build: Always compile with YubiHSM Auth enabled | ||
|
||
-- Aveen Ismail <[email protected]> Thu, 8 Aug 2024 16:08:45 +0100 | ||
|
||
yubihsm-shell (2.5.0) unstable; urgency=medium | ||
|
||
* pkcs11: Add support for applying KDF after ECDH derivation | ||
|
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.5.0 | ||
Version: 2.6.0 | ||
Release: 1%{?dist} | ||
Summary: Tools to interact with YubiHSM 2 | ||
|
||
|
@@ -78,5 +78,5 @@ install -m 0644 ../LICENSE %{buildroot}/%{_prefix}/share/licenses/%{name} | |
|
||
|
||
%changelog | ||
* Wed Mar 27 2024 Aveen Ismail <[email protected]> - 2.5.0 | ||
- Releasing version 2.5.0 | ||
* Wed Mar 27 2024 Aveen Ismail <[email protected]> - 2.6.0 | ||
- Releasing version 2.6.0 |
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