commit d1e238cc278667be35479bc3d0e06518d8f4018e37cd6d5837f25a52b036e9ec Author: Adrian Schröter Date: Fri May 3 23:44:45 2024 +0200 Sync from SUSE:SLFO:Main qatengine revision 4227ccadb10d30ea621c6dc3f61f77a3 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/qatengine.changes b/qatengine.changes new file mode 100644 index 0000000..8d18554 --- /dev/null +++ b/qatengine.changes @@ -0,0 +1,79 @@ +------------------------------------------------------------------- +Wed Jan 3 12:00:12 UTC 2024 - Torsten Duwe + +- update to 1.5.0: + * use new --enable-qat_insecure_algorithms to avoid regressions + * improve support for SM{2,3,4} ciphers + * improve SW fallback support + * many bug fixes, refactorisations and documentation updates + +------------------------------------------------------------------- +Sat Jan 28 16:08:53 UTC 2023 - Dirk Müller + +- update to 0.6.18: + * Fix address sanitizer issues + * Fix issues with Babassl & Openssl3.0 + * Add QAT_HW SM4 CBC support + * Refactor ECX provider code into single file + * Fix QAT_HW AES-GCM bad mac record & memleak + * Fix SHA3 memory leak + * Fix sm4-cbc build error with system default OpenSSL + * Symmetric performance Optimization & memleak fixes + * Bug fix, README & v0.6.18 Version update + * Please refer README (Software requirements section) for dependent + libraries release version and other information. + +------------------------------------------------------------------- +Sat Dec 3 23:33:19 UTC 2022 - Dirk Müller + +- update to v0.6.17: + * Add security policy - c1a7a96 + * Add dependancy update tool file - 522c41d + * Release v0.6.17 version update - c1a7a96 + * Enable QAT_SW RSA & ECDSA support for BoringSSL - 1035e82 + * Fix QAT_SW SM2 ECDSA Performance issue - f44a564 + * CPP check and Makefile Bug fixes - 98ccbe8 + * Fix buffer overflow issue with SHA3 and ECX - cab65f3 + * Update version and README for v0.6.16 - 1c95fd7 + * Split --with-qat_sw_install_dir into seperate configures - d5f5656 + * Add seperate err files for Boringssl - 1a09627 + * Fix QAT_HW & QAT_SW AES-GCM issue with s_server in provider - c775f5c + * Fix issue with disable flags in provider - 2e00636 + * Fix coredump issue in provider with qat_sw gcm - 6703c13 + * Fix err files regeneration failure - 510f3dc + * Add Provider Support for ChachaPoly and SM2 - a98e51d + * Bug Fixes in testapp and with disable flags. - 0945535 + * QAT HW&SW Co-existence dynamic mechanism support. - 5baf5aa + * Fix issue with SIGUSR1 during reload. - 00ea833 + * Refactor qat_hw instances based on Sym/Asym capabilities. - bb10128 + * Replace deprecated pthread_yield with sched_yield. - d514406 + * BoringSSL support for RSA and ECDSA. - 41c67c7 + * Fix s_server lseek forever issue with qatprovider. - cb3db21 + * Fix aes-cbc failure issue in testapp. - a530427 + * Fix glibc version test - 2461966 + * Fix issue with generator param and ECDSA verify. - c51fc17 + * Provider Support for DSA, DH, HKDF, PRF, SHA3 & aes-cbc - 7cc5eb9 + * Fix testapp issues and optimization - e7c2ba8 + * Optimize setup and clear async event notification - 573fe48 + * Fix Nginx worker process core dump in QAT_SW with pkill/killall - + 4eb4473 + * Add Cofactor to take optimized path in ECDH API - 9a23c7e + * Fix double free issue with QAT_SW - 1a16708 + * Add thread mapping to specific QAT_HW instance - 5ee799a + * OpenSSL 3.0 Provider Support - 38086fa + * Update README and version to v0.6.12 - dca2957 + * Fixed worker process hung forever after nginx reload - bfe97aa + * Remove OpenSSL 1.1.0 Support - da8682a + * Add QAT_SW SM2 ECDH & SM3 support - 04a6af2 + * QAT_SW ECDSA SM2 sign and verify Support - d44ae7e + * Disable SM3, Bug fixes, Readme & version update - d995046 + +------------------------------------------------------------------- +Thu Dec 2 17:13:16 UTC 2021 - Torsten Duwe + +- submit for jira feature SLE-20907 + +------------------------------------------------------------------- +Thu Nov 25 13:05:39 UTC 2021 - Torsten Duwe + +- copy from qatzip and transform into an OpenSSL engine spec diff --git a/qatengine.spec b/qatengine.spec new file mode 100644 index 0000000..a72da58 --- /dev/null +++ b/qatengine.spec @@ -0,0 +1,60 @@ +# +# spec file for package qatengine +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: qatengine +Version: 1.5.0 +Release: 0 +Summary: Intel QuickAssist Technology (QAT) QATengine Library +License: BSD-3-Clause +Group: Hardware/Other +URL: https://github.com/intel/QAT_Engine +Source: https://github.com/intel/QAT_Engine/archive/refs/tags/v%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc >= 4.8.5 +BuildRequires: libopenssl-devel +BuildRequires: libtool +BuildRequires: qatlib-devel >= 21.08.0 +BuildRequires: zlib-devel >= 1.2.7 +# This package can be built on all archs, but is useful only on enterprise-class intel. +ExclusiveArch: x86_64 + +%description +Intel® QuickAssist Technology OpenSSL* Engine (QAT_Engine) supports +acceleration for both hardware as well as optimized software based +on vectorized instructions. This package contains an OpenSSL engine +module that utilises QAT. + +%prep +%autosetup -n QAT_Engine-%{version} + +%build +%{set_build_flags} +autoreconf -fiv +%configure --enable-qat_insecure_algorithms +%make_build + +%install +%make_install +find %{buildroot} -type f -name "*.la" -delete -print + +%files +%license LICENSE* +%{_libdir}/engines-*/%{name}.so + +%changelog diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz new file mode 100644 index 0000000..f4f8e1f --- /dev/null +++ b/v1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab57615d9e08b1eb61374e767d553b6c1103bd44e6f6719d3fe9e2b413614c9 +size 875413