From 99e80a1b70842281e2658e6363fe9f5c0863d325 Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Fri, 16 Sep 2022 08:51:48 +0200 Subject: [PATCH] Bumping up to version-3.19.0 Signed-off-by: Ingo Franzki --- ChangeLog | 14 ++++++++++++++ README.md | 4 ++-- configure.ac | 2 +- rpm/opencryptoki.spec | 2 +- testcases/ciconfig.sh | 2 +- usr/sbin/pkcsslotd/opencryptoki.conf | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb6779e98..38312ab11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ ++ openCryptoki 3.19 +- CCA: check for expected master key verification patterns at token init +- CCA: check master key verification pattern of created keys to be as expected +- EP11: check for expected wrapping key verification pattern at token init +- EP11: check wrapping key verification pattern of created keys to be as expected +- p11sak/pkcsconf: display PKCS#11 URIs +- p11sak: add support for IBM specific Dilithium keys +- p11sak: allow to list keys filtered by label +- common: add support for dual-function cryptographic functions +- Add support for C_SessionCancel function (PKCS#11 v3.0) +- EP11: add support for schnorr signatures (mechanism CKM_IBM_ECDSA_OTHER) +- EP11: add support for Bitcoin key derivation (mechanism CKM_IBM_BTC_DERIVE) +- Bug fixes + + openCryptoki 3.18 - Default to FIPS compliant token data format (tokversion = 3.12) - Add support for restricting usage of mechanisms and keys via a global policy diff --git a/README.md b/README.md index 35142472f..b1074c41a 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ # openCryptoki -Package version 3.18 +Package version 3.19 Please see [ChangeLog](ChangeLog) for release specific information. ## OVERVIEW -openCryptoki version 3.18 implements the PKCS#11 specification version 3.0. +openCryptoki version 3.19 implements the PKCS#11 specification version 3.0. This package includes several cryptographic tokens: CCA, ICA, TPM , SWToken, ICSF and EP11. diff --git a/configure.ac b/configure.ac index 521e75889..e630ad98e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([openCryptoki],[3.18.0],[https://github.com/opencryptoki/opencryptoki/issues],[],[https://github.com/opencryptoki/opencryptoki]) +AC_INIT([openCryptoki],[3.19.0],[https://github.com/opencryptoki/opencryptoki/issues],[],[https://github.com/opencryptoki/opencryptoki]) AC_CONFIG_SRCDIR([testcases/common/common.c]) dnl Needed for $target! diff --git a/rpm/opencryptoki.spec b/rpm/opencryptoki.spec index a39cabaef..3da1768e7 100644 --- a/rpm/opencryptoki.spec +++ b/rpm/opencryptoki.spec @@ -2,7 +2,7 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0 -Version: 3.18.0 +Version: 3.19.0 Release: 1%{?dist} License: CPL Group: System Environment/Base diff --git a/testcases/ciconfig.sh b/testcases/ciconfig.sh index 82020d938..91291606e 100755 --- a/testcases/ciconfig.sh +++ b/testcases/ciconfig.sh @@ -74,7 +74,7 @@ else fi # initialize opencryptoki.conf -echo "version opencryptoki-3.18" > "${OCKCONFDIR}/opencryptoki.conf" +echo "version opencryptoki-3.19" > "${OCKCONFDIR}/opencryptoki.conf" # enable full statistics echo "statistics (on,implicit,internal)" >> "${OCKCONFDIR}/opencryptoki.conf" diff --git a/usr/sbin/pkcsslotd/opencryptoki.conf b/usr/sbin/pkcsslotd/opencryptoki.conf index 367dc01be..d974c3821 100644 --- a/usr/sbin/pkcsslotd/opencryptoki.conf +++ b/usr/sbin/pkcsslotd/opencryptoki.conf @@ -1,4 +1,4 @@ -version opencryptoki-3.18 +version opencryptoki-3.19 # The following defaults are defined: # hwversion = "0.0"