Skip to content

Commit

Permalink
Bumping up to version-3.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Franzki <[email protected]>
  • Loading branch information
ifranzki committed Sep 30, 2022
1 parent 0e866eb commit 99e80a1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion rpm/opencryptoki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion testcases/ciconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion usr/sbin/pkcsslotd/opencryptoki.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version opencryptoki-3.18
version opencryptoki-3.19

# The following defaults are defined:
# hwversion = "0.0"
Expand Down

0 comments on commit 99e80a1

Please sign in to comment.