Skip to content

Commit

Permalink
Bumping up to version-3.23
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Franzki <[email protected]>
  • Loading branch information
ifranzki committed Feb 6, 2024
1 parent c8d264b commit 32ab06c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
+ openCryptoki 3.23
- EP11: Add support for FIPS-session mode
- Updates to harden against RSA timing attacks
- Bug fixes

+ openCryptoki 3.22
- CCA: Add support for the AES-XTS key type using CPACF protected keys
- p11sak: Add support for managing certificate objects
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# openCryptoki

Package version 3.22
Package version 3.23

Please see [ChangeLog](ChangeLog) for release specific information.

## OVERVIEW

openCryptoki version 3.22 implements the PKCS#11 specification version 3.0.
openCryptoki version 3.23 implements the PKCS#11 specification version 3.0.

This package includes several cryptographic tokens:
CCA, ICA, TPM , SWToken, ICSF and EP11.
Expand Down Expand Up @@ -53,7 +53,7 @@ directory and do the following:
$ ./bootstrap.sh
```

** Note: ** This package used the `AX_PROG_CC_FOR_BUILD` autoconf macro
**Note:** This package used the `AX_PROG_CC_FOR_BUILD` autoconf macro
from the autoconf archive to support cross compiler builds.
If your system does not provide this macro, you might need to install the
`autoconf-archive` package or download the macro and place it into the
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.22.0],[https://github.com/opencryptoki/opencryptoki/issues],[],[https://github.com/opencryptoki/opencryptoki])
AC_INIT([openCryptoki],[3.23],[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.22.0
Version: 3.23.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 @@ -76,7 +76,7 @@ else
fi

# initialize opencryptoki.conf
echo "version opencryptoki-3.22" > "${OCKCONFDIR}/opencryptoki.conf"
echo "version opencryptoki-3.23" > "${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.22
version opencryptoki-3.23

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

0 comments on commit 32ab06c

Please sign in to comment.