From 16d4ba44f9e140f077de4864f2d7477d5af64a7c Mon Sep 17 00:00:00 2001 From: Krzysztof Jackiewicz Date: Thu, 29 Jun 2023 10:32:17 +0200 Subject: [PATCH] Release 0.1.54 * Implement public key extraction in TZ backend * add ALGO_ECDSA_SV to MAX_KEY_SIZE in tz_backend * Return proper error for wrong wrapped key type * Update ckmc_import_wrapped_key description * Add missing exception guard to C++ API * Simplify serialization calls * Fix wrong fuction name in the documentation * Fix typo in ckmc-manager.h * Enable -Wshadow and fix warnings Change-Id: I1009a607df537d843cc59fa8148f4912262480cc --- packaging/key-manager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/key-manager.spec b/packaging/key-manager.spec index 6db5f60..2231921 100644 --- a/packaging/key-manager.spec +++ b/packaging/key-manager.spec @@ -12,7 +12,7 @@ Name: key-manager Summary: Central Key Manager and utilities -Version: 0.1.53 +Version: 0.1.54 Release: 1 Group: Security/Secure Storage License: Apache-2.0 and BSD-3-Clause -- 2.7.4