File tree Expand file tree Collapse file tree 7 files changed +25
-9
lines changed Expand file tree Collapse file tree 7 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 9
9
name : Build dist with Linux
10
10
runs-on : ubuntu-latest
11
11
env :
12
- VERSION : 2.4.1
12
+ VERSION : 2.4.2
13
13
steps :
14
14
- name : checkout
15
15
uses : actions/checkout@v3
44
44
- os : windows-latest
45
45
arch : x64
46
46
env :
47
- VERSION : 2.4.1
47
+ VERSION : 2.4.2
48
48
steps :
49
49
- name : Download source from source job
50
50
uses : actions/download-artifact@v3
97
97
- os : macos-latest-xlarge
98
98
arch : arm
99
99
env :
100
- VERSION : 2.4.1
100
+ VERSION : 2.4.2
101
101
SO_VERSION : 2
102
102
steps :
103
103
- name : Download source from source job
Original file line number Diff line number Diff line change 1
1
=== Version 2.4.1
2
2
3
+ PKCS11: Add Symmetric key capabilities to searchable criteria
4
+ PKCS11: Add support for CKA_KEY_TYPE when searching for objects
5
+ PKCS11: Add support for CKA_MODIFIABLE and CKA_COPYABLE attributes for AES and Wrap keys
6
+ Test: Increase test coverage
7
+
8
+ === Version 2.4.1
9
+
3
10
pkcs11: Security update for https://www.yubico.com/support/security-advisories/ysa-2023-01/[YSA-2023-01]
4
11
pkcs11: Allow only a user with access to all the object's domains to edit its attributes
5
12
pkcs11: Allow for the creation of an asymmetric key even if CKA_ID or CKA_LABEL attribute values for the private and public key are different.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ endif ()
94
94
95
95
set (yubihsm_shell_VERSION_MAJOR 2 )
96
96
set (yubihsm_shell_VERSION_MINOR 4 )
97
- set (yubihsm_shell_VERSION_PATCH 1 )
97
+ set (yubihsm_shell_VERSION_PATCH 2 )
98
98
set (VERSION "${yubihsm_shell_VERSION_MAJOR} .${yubihsm_shell_VERSION_MINOR} .${yubihsm_shell_VERSION_PATCH} " )
99
99
100
100
if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" )
Original file line number Diff line number Diff line change
1
+ yubihsm-shell (2.4.2) unstable; urgency=medium
2
+
3
+ * pkcs11: Add Symmetric key capabilities to searchable criteria
4
+ * pkcs11: Add support for CKA_KEY_TYPE when searching for objects
5
+ * pkcs11: Add support for CKA_MODIFIABLE and CKA_COPYABLE attributes for AES and Wrap keys
6
+ * test: Increase test coverage
7
+
8
+ -- Aveen Ismail <aveen.ismail@yubico.com> Mon, 30 Oct 2023 14:55:20 +0100
9
+
1
10
yubihsm-shell (2.4.1) unstable; urgency=medium
2
11
3
12
* pkcs11: Allow only a user with access to all the object's domains to edit its attributes
Original file line number Diff line number Diff line change 1
1
%global _yubihsm yubihsm
2
2
3
3
Name: yubihsm-shell
4
- Version: 2.4.1
4
+ Version: 2.4.2
5
5
Release: 1%{?dist }
6
6
Summary: Tools to interact with YubiHSM 2
7
7
@@ -76,5 +76,5 @@ install -m 0644 ../LICENSE %{buildroot}/%{_prefix}/share/licenses/%{name}
76
76
77
77
78
78
%changelog
79
- * Wed Dec 1 2021 Aveen Ismail <aveen.ismail@yubico.com> - 2.3.0
80
- - Releasing version 2.3.0
79
+ * Wed Oct 30 2023 Aveen Ismail <aveen.ismail@yubico.com> - 2.4.2
80
+ - Releasing version 2.4.2
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
3
- <?define ProductVersion =" 2.4.1 " ?>
3
+ <?define ProductVersion =" 2.4.2 " ?>
4
4
<?define ProductName =" YubiHSM Shell (x64)" ?>
5
5
6
6
<Product Id =" *" UpgradeCode =" af3c0c04-a974-4077-a29f-7651b546d770" Name =" $(var.ProductName)" Version =" $(var.ProductVersion)" Manufacturer =" Yubico AB" Language =" 1033" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
3
- <?define ProductVersion =" 2.4.1 " ?>
3
+ <?define ProductVersion =" 2.4.2 " ?>
4
4
<?define ProductName =" YubHSM Shell (x86)" ?>
5
5
6
6
<Product Id =" *" UpgradeCode =" 41fa903d-bdde-4dee-84bd-6dcf71a37acd" Name =" $(var.ProductName)" Version =" $(var.ProductVersion)" Manufacturer =" Yubico AB" Language =" 1033" >
You can’t perform that action at this time.
0 commit comments