Package Release Info

openssl_tpm2_engine-3.3.1-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

openssl_tpm2_engine

Change Logs

* Tue Jan 31 2023 James.Bottomley@HansenPartnership.com
- Update to version 3.3.1
  * fix intermittent EC TPM_RC_KEY return
  * add import section to man pages
  * Add importable sealed data
  * Fix name hash for importable keys and data
* Thu Jan 12 2023 James.Bottomley@HansenPartnership.com
- Update to version 3.2.1
  * Fix double free
* Thu Jan 12 2023 James.Bottomley@HansenPartnership.com
- Update to version 3.2.0
  * Signed policies for keys and sealed data
* Fri Dec 02 2022 James.Bottomley@HansenPartnership.com
- Update to version 3.1.2
  * Fix segfault in unseal_tpm2_key
  * Fix pcr sealing error in create_tpm2_key caused by uncleared stack
* Tue Mar 01 2022 James.Bottomley@HansenPartnership.com
- Update to version 3.1.1
  * Fix use after free in dynamic engines
* Thu Feb 17 2022 James.Bottomley@HansenPartnership.com
- Update to version 3.1.0
  * Bandaid openssl-3 support
  * direct pcr policy creation options
  * TPM key RFC
* Sun Apr 04 2021 James.Bottomley@HansenPartnership.com
- Update to version 3.0.1
  * fix various memory leaks
  * add fix for applications which reduce privilege and can't write to tss dir
  * add support for Intel TSS
* Fri Jul 03 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Update tarball due to download_files error
* Thu Jul 02 2020 James.Bottomley@HansenPartnership.com
- Update to version 2.4.2
  * Add every TPM supported curve (as defined by the TCG)
  * Fix a bug with explicitly parametrised curve handling (needed for BN)
  * Update the tests to be able to use swtpm
  * Allow loading public key without password
* Thu Mar 26 2020 James.Bottomley@HansenPartnership.com
- Update to version 2.4.1
  * fixes for older OpenSSL and gcc
  * variable tpm_server location for testing
* Fri Mar 06 2020 James.Bottomley@HansenPartnership.com
- Update to version 2.4.0
  * data seal/unseal handling
  * PKCS12 wrapping support
* Fri Jan 10 2020 James.Bottomley@HansenPartnership.com
- Update to version 2.3.1
  * bug fixes
  * add handling for DER keys
* Sun Feb 24 2019 James.Bottomley@HansenPartnership.com
- Update to version 2.3.0
  * add the ability to produce restricted (storage) keys with defined
    symmetric seeds
  * new load_tpm2_key command to load a key file at a NV index
- Version 2.2.0
  * Add support for non-PKCS1 padding
  * Fixups for engines and cross builds
* Wed Nov 14 2018 James.Bottomley@HansenPartnership.com
- Update to version 2.1.0:
  * Add importable keys feature
* Tue Nov 13 2018 James.Bottomley@HansenPartnership.com
- Update to version 2.0.1:
  * Fix name algorithm selection
  * Make policy correct for non sha256 name algorithms
  * add security to TPM decryption operations
* Mon Nov 05 2018 James.Bottomley@HansenPartnership.com
- Update to version 2.0.0:
  * Licence changed from GPL to LGPL (fixes openssl compatibility)
  * Key format changed for interoperability
  * OIDs updated with input from the TCG (new format only)
* Fri Aug 10 2018 James.Bottomley@HansenPartnership.com
- Update to version 1.2.1:
  * Policy file support (fixed)