Skip to content

Commit

Permalink
Version bump to v1.1.0 with README update.
Browse files Browse the repository at this point in the history
Signed-off-by: Yogaraj Alamenda <[email protected]>
  • Loading branch information
Yogaraj-Alamenda committed May 10, 2023
1 parent e42d23e commit cdfe393
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([qatengine], [1.0.0], [])
AC_INIT([qatengine], [1.1.0], [])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([.])
Expand Down
2 changes: 1 addition & 1 deletion docs/software_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This release was validated on the following:

* Operating system: Ubuntu\* 20.04.2 LTS
* Intel&reg; Crypto Multi-buffer library from the [ipp-crypto][2] release
version **IPP Crypto 2021.7**
version **IPP Crypto 2021.7.1**
* Intel&reg; Multi-Buffer crypto for IPsec Library release version **v1.3**
* OpenSSL\* 1.1.1t & 3.0.8
* BoringSSL\* commit - [987dff1][1]
Expand Down
6 changes: 3 additions & 3 deletions e_qat.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@
const char *engine_qat_id = STR(QAT_ENGINE_ID);
#if defined(QAT_HW) && defined(QAT_SW)
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_hw & qat_sw) v1.0.0";
"Reference implementation of QAT crypto engine(qat_hw & qat_sw) v1.1.0";
#elif QAT_HW
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_hw) v1.0.0";
"Reference implementation of QAT crypto engine(qat_hw) v1.1.0";
#else
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_sw) v1.0.0";
"Reference implementation of QAT crypto engine(qat_sw) v1.1.0";
#endif
unsigned int engine_inited = 0;

Expand Down
4 changes: 2 additions & 2 deletions qat_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
# include <openssl/bio.h>
# include <openssl/core_dispatch.h>

# define QAT_PROVIDER_VERSION_STR "v1.0.0"
# define QAT_PROVIDER_FULL_VERSION_STR "QAT Provider v1.0.0"
# define QAT_PROVIDER_VERSION_STR "v1.1.0"
# define QAT_PROVIDER_FULL_VERSION_STR "QAT Provider v1.1.0"

# if defined(QAT_HW) && defined(QAT_SW)
# define QAT_PROVIDER_NAME_STR "QAT Provider for QAT_HW and QAT_SW"
Expand Down
7 changes: 5 additions & 2 deletions qatengine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)

Name: qatengine
Version: 1.0.0
Release: 2%{?dist}
Version: 1.1.0
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine

# Most of the source code is BSD, with the following exceptions:
Expand Down Expand Up @@ -70,6 +70,9 @@ openssl engine -v %{name}
%{enginesdir}/%{name}.so

%changelog
* Thu May 04 2023 Yogaraj Alamenda <[email protected]> - 1.1.0-1
- Update to qatengine v1.1.0

* Thu Apr 13 2023 Ali Erdinc Koroglu <[email protected]> - 1.0.0-2
- Enable QAT_HW & QAT SW Co-ex Acceleration for non RHEL distros

Expand Down

0 comments on commit cdfe393

Please sign in to comment.