Skip to content

Releases: intel/QAT_Engine

v1.5.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 28 Dec 03:17

Release v1.5.0 contains the following changes

  • Fixed PRF issue when QAT offload is turned off - cafda45
  • Fix issue with s_server issue for sm4-ccm with 3.0 engine - 666a77f
  • Fix unsupported ciphers for HKDF to fallback to OpenSSL_SW - a5a3cb1
  • Fix issue with disable qat_hw using qatlib co-ex - 75e691a
  • Fix issue with co-ex when algos disabled - d5dfe48
  • Fix Seg fault issue with Chachapoly in s_server tests - c940c89
  • make rpm_intree target support for building RPM - 8029b98
  • Fix qat_sw X25519 fallback issue on non-icx - da8e8c8
  • Add Provider support for QAT_SW SM4-CBC - fdf11b2
  • Add QAT_HW SM3 provider support - 6003abf
  • Add QAT_SW SM3 Provider Support - d15fe07
  • Add support for SM4-CBC QAT_HW Provider - d974ac6
  • SVM Support for QAT gen4(4xxx) devices - d7c8a85
  • Fix QAT_HW provider SM2 issues - 6b247c3
  • Update openssl, ipp-crypto and ipsec-mb Submodules to latest version - b83bdc3
  • QAT engine AES-CCM support - 6b617ee
  • Fix for non-svm nginx-quic free pointer issue - d52409e
  • QAT2.0 KPT Support in QAT_Engine - 823ed69
  • Update OpenSSL and Ipsec-mb version for rpm spec file - 3c1b220
  • Fix for SM2 speed performance drop - 1ac6d2e
  • Version bump to v1.5.0 with README update - 1d248f2

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.4.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 18 Sep 06:03

Release v1.4.0 contains the following changes

  • Spec File with QAT OOT driver for Binary RPM - 26b4d6c
  • Fix SM4-CBC Coexistence issue - b49080d
  • Bug Fixes, README & Version Update - dbfe462
  • Fix HKDF(TLS13-KDF) fallback issue with QAT offload disabled - a062064
  • Fix nullptr issue detected by sslyze- ccd545e
  • Add provider support for SM4-CCM - fe247d8
  • Fix compilation issues with testapp for HKDF & DSA - 58b78e9
  • Add provider support for SM4-GCM(BabaSSL) - 9a87a1a
  • TLS1.3-KDF(HKDF) test support in testapp - 2b164cb
  • Buffer overflow, memory leak and NULL check fixes - 418411b

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.3.1

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 23 Aug 09:11

Release v1.3.1 contains the following changes

  • Enable TLSv1.3 HKDF for FIPS qatprovider.

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.3.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 14 Aug 08:31

Release v1.3.0 contains the following changes

  • Fix compilation errors on lenstra #251 & GCM(for ipsec_mb v1.4) - 4cad43c
  • README updates for multithreaded issues - 22abd48
  • Fix testapp issue with RSA8k - e7c3e13
  • Clean up various spelling mistakes in comments and message strings - 9461bbe
  • Clean up clang scan build warning with redundant variable assignment - c4e2f05
  • QAT_SW SHA512 self_test support - 3391d61
  • pthread_cond_wait destroy hang fix - 2c024db
  • Fix QAT_HW SM3 initialization issue & warnings fix - 2473f41
  • Improved documentation for in-tree QAT OpenSSL Engine installation and usage - 5ee1d97
  • Use proper accessors on pkey - a93ce42
  • QAT_HW & QAT_SW Co-ex with QAT_HW retry for SM4-CBC - 08aa7fd
  • Fix HKDF issue with TLS1.3 KDF - ef95939
  • QAT_HW SM2 Sign Verify support - 2f392e5
  • Automatic dependency clone & build using make depend - bf8baa5
  • Version bump to v1.3.0 and update README - 6547b63

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.2.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 16 Jun 08:50

Release v1.2.0 contains the following changes

  • Remove OpenSSL header dependency for BSSL - 2b7f606
  • Update Licensing section - 84f1375
  • Build time QAT_HW & QAT_SW co-existence in Provider - 40dc6f0
  • Enable PKEY accleration for OpenSSL3.0 Engine - 48d98e4
  • Fix QAT_HW & QAT_SW init to fallback to OpenSSL_SW on failure - b150520
  • Add QAT_HW SM3 support - 52aee73
  • Fix Coverity issues with BoringSSL - ac1eb90
  • FIPS 140-3 Certification requirements support - 7a74199
  • Bug fixes on GCM cleanup and disable flags in provider - b2f2d91
  • Version bump to v1.2.0 and README update - b2dcde4

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.1.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 10 May 09:15

Release v1.1.0 contains the following changes

  • Add QAT_SW acceleration support for Fedora RPM - e773db5
  • Enable QAT_SW Acceleration only on Intel(R) CPU - de41fea
  • QAT_HW & QAT_SW Co-existence with QAT_HW retry- 278be78
  • Fix issues with testapp and remove extra args - e42d23e
  • Version bump to v1.1.0 with README update - cdfe393

Please refer README (Software requirements section) for dependent libraries release version and other information.

v1.0.0

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 24 Mar 09:36

Release v1.0.0 contains the following changes

  • Update QAT_HW driver sample config files - 1b18f91
  • QAT_SW ECDSA Verify Support - 47bd991
  • Replace 1s sleep with conditional wait - dd78c8b
  • Add ntls support for SM4-GCM - 43b8868
  • Fix compilation error with latest BoringSSL Commit - d17ca98
  • Refactor autoconf & disable insecure algorithms by default - cf4df01
  • Fix issue with SM4-CCM & GCM enable flag - 8042faa
  • Fix API version for QAT_HW 2.0 driver & bug fixes - 804c1cc
  • Readme Update for v1.0.0 with QAT_HW v2.0 information - 0701210

Please refer README (Software requirements section) for dependent libraries release version and other information.

v0.6.19

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 15 Feb 12:33

Release v0.6.19 contains the following changes

  • Fix issue with 0 Bytes file in QAT_HW SHA3 - 19e4b59
  • Fix coverity issues - 1ffac45
  • Add plock support for Multithread scenario - 2209013
  • Fix sha3 core dump with HMAC - ffe17ed
  • Update year in copyright information to 2023 - dd9223a
  • Fix QAT_HW SHA3 Big file hash issue - 183120c
  • Enable QAT_SW SM4-CBC support - c436540
  • Remove locks from USDM memory driver interface- 465a163
  • Add QAT_SW SM4-GCM support - bea8c62
  • Add QAT_SW SM4-CCM support - d8c5c8d
  • Fix QAT_HW AES-GCM Tag Verification - 2c5d2a6
  • README & Version v0.6.19 update - d7e5c35

Please refer README (Software requirements section) for dependent libraries release version and other information.

v0.6.18

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 14 Dec 14:48

Release v0.6.18 contains the following changes

  • Fix address sanitizer issues - 46443c0
  • Fix issues with Babassl & Openssl3.0 - 17a6e40
  • Add QAT_HW SM4 CBC support - 83b9d82
  • Refactor ECX provider code into single file - 0004a7f
  • Fix QAT_HW AES-GCM bad mac record & memleak - d9b97b3
  • Fix SHA3 memory leak - e1be7de
  • Fix sm4-cbc build error with system default OpenSSL - 5b1eb72
  • Symmetric performance Optimization & memleak fixes - ea2f554
  • Bug fix, README & v0.6.18 Version update - c3e319b

Please refer README (Software requirements section) for dependent libraries release version and other information.

v0.6.17

Choose a tag to compare

@Yogaraj-Alamenda Yogaraj-Alamenda released this 03 Nov 06:32

Release v0.6.17 contains the following Changes

  • Add security policy - c1a7a96
  • Add dependancy update tool file - 522c41d
  • Release v0.6.17 version update - c1a7a96

Please refer README (Software requirements section) for dependent libraries release version and other information.