Skip to content

Commit

Permalink
Bumping up to version-3.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Steuer <[email protected]>
  • Loading branch information
p-steuer committed Oct 13, 2021
1 parent bea3f2d commit 8ab1059
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
+ openCryptoki 3.17
- tools: added function to list keys to p11sak
- common: added support for OpenSSL 3.0
- common: added support for event notifications
- ICA: added SW fallbacks

+ openCryptoki 3.16
- EP11: protected-key option
- EP11: support attribute-bound keys
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
['![Travis CI Build Status](https://travis-ci.org/opencryptoki/opencryptoki.svg?branch=master)'](https://travis-ci.org/opencryptoki/opencryptoki)
[![Build Status](https://app.travis-ci.com/opencryptoki/opencryptoki.svg?branch=master)](https://app.travis-ci.com/opencryptoki/opencryptoki)
['![Coverity Scan Build Status](https://img.shields.io/coverity/scan/16802.svg)'](https://scan.coverity.com/projects/opencryptoki-opencryptoki)

# openCryptoki

Package version 3.16
Package version 3.17

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

## OVERVIEW

openCryptoki version 3.16 implements the PKCS#11 specification version 3.0.
openCryptoki version 3.17 implements the PKCS#11 specification version 3.0.

This package includes several cryptographic tokens:
CCA, ICA, TPM , SWToken, ICSF and EP11.
Expand All @@ -27,7 +27,7 @@ libraries and tools version 4.1 (or higher).

- TPM - requires a TPM, TPM tools, and TCG software stack.

- SWToken - The software token uses OpenSSL version 1.0.2 or higher.
- SWToken - The software token uses OpenSSL version 1.1.1 or higher.

- ICSF - The Integrated Cryptographic Service Facility (ICSF) token requires
openldap and openldap client software version 2.4.23 or higher. Lex and Yacc are
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.16.0],[[email protected]],[],[https://github.com/opencryptoki/opencryptoki])
AC_INIT([openCryptoki],[3.17.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
4 changes: 2 additions & 2 deletions rpm/opencryptoki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Name: opencryptoki
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
Version: 3.16.0
Version: 3.17.0
Release: 1%{?dist}
License: CPL
Group: System Environment/Base
URL: https://github.com/opencryptoki/opencryptoki
Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

Requires(pre): coreutils
BuildRequires: openssl-devel >= 1.0.2
BuildRequires: openssl-devel >= 1.1.1
BuildRequires: trousers-devel
BuildRequires: openldap-devel
BuildRequires: autoconf automake libtool
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.16
version opencryptoki-3.17

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

0 comments on commit 8ab1059

Please sign in to comment.