-
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
5e73b19
commit 18b3dec
Showing
8 changed files
with
26 additions
and
12 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,11 @@ | ||
yubihsm-shell (2.5.0) unstable; urgency=medium | ||
|
||
* pkcs11: Add support for applying KDF after ECDH derivation | ||
* pkcs11: shell: Fix minor bugs | ||
* test: Increase test coverage | ||
|
||
-- Aveen Ismail <[email protected]> Mon, 25 Mar 2024 23:27:50 +0100 | ||
|
||
yubihsm-shell (2.4.2) unstable; urgency=medium | ||
|
||
* pkcs11: Add Symmetric key capabilities to searchable criteria | ||
|
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,5 +1,5 @@ | ||
#! /usr/bin/dh-exec | ||
usr/lib/libykhsmauth*.so /usr/lib/${DEB_HOST_MULTIARCH} | ||
usr/share/pkgconfig/ykhsmauth.pc /usr/lib/${DEB_HOST_MULTIARCH} | ||
usr/lib/libykhsmauth*.so /usr/lib/x86_64-linux-gnu | ||
usr/share/pkgconfig/ykhsmauth.pc /usr/lib/x86_64-linux-gnu | ||
|
||
usr/include/ykhsmauth.h |
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.2 | ||
Version: 2.5.0 | ||
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 Oct 30 2023 Aveen Ismail <[email protected]> - 2.4.2 | ||
- Releasing version 2.4.2 | ||
* Wed Mar 27 2024 Aveen Ismail <[email protected]> - 2.5.0 | ||
- Releasing version 2.5.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