Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libtss2-tcti-cmd0-3.2.0-3.1 RPM for ppc64

From OpenSuSE Ports Tumbleweed for ppc64

Name: libtss2-tcti-cmd0 Distribution: openSUSE Tumbleweed
Version: 3.2.0 Vendor: openSUSE
Release: 3.1 Build date: Sat Jan 21 19:17:48 2023
Group: System/Libraries Build host: obs-power9-12
Size: 67577 Source RPM: tpm2-0-tss-3.2.0-3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/tpm2-software/tpm2-tss
Summary: TCTI cmd interface library
A TCTI for interaction with a subprocess. It abstracts the details of direct
communication with the interface and protocol exposed by a subprocess that can
receive and transmit raw TPM2 command and response buffers.

Provides

Requires

License

BSD-2-Clause

Changelog

* Fri Jan 20 2023 Matthias Gerstner <matthias.gerstner@suse.com>
  - add 0001-tss2_rc-ensure-layer-number-is-in-bounds.patch: fixes
    CVE-2023-22745 (bsc#1207325): Buffer Overlow in TSS2_RC_Decode. Overly large
    RC values passed to the TSS2 function could lead to memory overread or
    memory overread.
    This patch is not yet part of any upstream git tag.
* Mon Jul 11 2022 Alberto Planas Dominguez <aplanas@suse.com>
  - Revert "Add version the configuration file tpm2-tss-fapi.conf"
    This generate whitelist problems in rpmlint.
* Fri Jul 08 2022 Alberto Planas Dominguez <aplanas@suse.com>
  - Update to 3.2.0
    + Fixed
    * FAPI: fix curl_url_set call
    * FAPI: Fix usage of curl url (Should fix Ubuntu 22.04)
    * Fix buffer upcast leading to misalignment
    * Fix check whether SM3 is available
    * Update git.mk to support R/O src-dir
    * Fixed file descriptor leak when tcti initialization failed.
    * 32 Bit builds of the integration tests.
    * Primary key creation, in some cases the unique field was not
      cleared before calling create primary.
    * Primary keys was used for signing the object were cleared after
      loading. So access e.g. to the certificate did not work.
    * Primary keys created with Fapi_Create with an auth value, the
      auth_value was not used in inSensitive to recreate the primary
      key. Now the auth value callback is used to initialize
      inSensitive.
    * The not possible usage of policies for primary keys generated
      with Fapi_CreatePrimary has been fixed.
    * An infinite loop when parsing erroneous JSON was fixed in FAPI.
    * A buffer overflow in ESAPI xor parameter obfuscation was fixed.
    * Certificates could be read only once in one application The
      setting the init state of the state automaton for getting
      certificates was fixed.
    * A double free when executing policy action was fixed.
    * A leak in Fapi_Quote was fixed.
    * The wrong file locking in FAPI IO was fixed.
    * Enable creation of tss group and user on systems with busybox
      for fapi.
    * One fapi integration test did change the auth value of the
      storage hierarchy.
    * A leak in fapi crypto with ossl3 was fixed.
    * Add initial camelia support to FAPI
    * Fix tests of fapi PCR
    * Fix tests of ACT functionality if not supported by pTPM
    * Fix compiler (unused) warning when building without debug
      logging
    * Fix leaks in error cases of integration tests
    * Fix memory leak after ifapi_init_primary_finish failed
    * Fix double-close of stream in FAPI
    * Fix segfault when ESYS_TR_NONE is passed to Esys_TR_GetName
    * Fix the authorization of hierarchy objects used in policy
      secret.
    * Fix check of qualifying data in Fapi_VerifyQuote.
    * Fix some leaks in FAPI error cases.
    * Make scripts compatible with non-posix shells where test does
      not know -a and -o.
    * Fix usage of variable not initialized when fapi keystore is
      empty.
    + Added
    * Add additional IFX root CAs
    * Added support for SM2, SM3 and SM4.
    * Added support for OpenSSL 3.0.0.
    * Added authPolicy field to the TPMU_CAPABILITIES union.
    * Added actData field to the TPMU_CAPABILITIES union.
    * Added TPM2_CAP_AUTH_POLICIES
    * Added TPM2_CAP_ACT constants.
    * Added updates to the marshalling and unmarshalling of the
      TPMU_CAPABILITIES union.
    * Added updated to the FAPI serializations and deserializations of
      the TPMU_CAPABILITIES union and associated types.
    * Add CODE_OF_CONDUCT
    * tcti-mssim and tcti-swtpm gained support for UDX communication
    * Missing constant for TPM2_RH_PW
    + Removed
    * Removed support for OpenSSL < 1.1.0.
    * Marked TPMS_ALGORITHM_DESCRIPTION and corresponding MU routines
      as deprecated.
    * Those were errorous typedefs that are not use and not useful. So
      we will remove this with 3.3
    * Marked TPM2_RS_PW as deprecated. Use TPM2_RH_PW instead.
  - Update to 3.1.1
    + Fixed
    * Fixed file descriptor leak when tcti initialization failed.
    * Primary key creation, in some cases the unique field was not
      cleared before calling create primary.
    * Primary keys was used for signing the object were cleared after
      loading. So access e.g. to the certificate did not work.
    * Primary keys created with Fapi_Create with an auth value, the
      auth_value was not used in inSensitive to recreate the primary
      key. Now the auth value callback is used to initialize
      inSensitive.
    * The not possible usage of policies for primary keys generated
      with Fapi_CreatePrimary has been fixed.
    * An infinite loop when parsing erroneous JSON was fixed in FAPI.
    * A buffer overflow in ESAPI xor parameter obfuscation was fixed.
    * Certificates could be read only once in one application The
      setting the init state of the state automaton for getting
      certificates was fixed.
    * A double free when executing policy action was fixed.
    * A leak in Fapi_Quote was fixed.
    * The wrong file locking in FAPI IO was fixed.
    * One fapi integration test did change the auth value of the
      storage hierarchy.
    * Fix test of FAPI PCR
    * Fix leaks in error cases of integration tests
    * Fix segfault when ESYS_TR_NONE is passed to Esys_TR_GetName
    * Fix the authorization of hierarchy objects used in policy
      secret.
    * Fix check of qualifying data in Fapi_VerifyQuote.
    * Fix some leaks in FAPI error cases.
    * Fix usage of variable not initialized when fapi keystore is
      empty.
    + Added
    * Add additional IFX root CAs
* Wed Dec 08 2021 Alberto Planas Dominguez <aplanas@suse.com>
  - Version 3.1.0 includes:
    + cover update to 2.4.5 (jsc#SLE-17366)
    + cover update to 2.3.0 (jsc#SLE-9515)
    + fix policy session for TPM2_PolicyAuthValue (bsc#1160736)
  - Add version the configuration file tpm2-tss-fapi.conf
* Thu Jul 15 2021 Callum Farmer <gmbr3@opensuse.org>
  - Remove conflicting sysusers.d file
* Wed Jul 14 2021 Callum Farmer <gmbr3@opensuse.org>
  - Clean spec file
  - Add new library libtss2-tcti-pcap0
  - Update to 3.1.0:
    * Fix FAPI PolicyPCR not instatiating correctly (CVE-2020-24455)
    * Fixed possible access outside the array in ifapi_calculate_tree
    * Added pcap TCTI
    * Added GlobalSign TPM Root CA certs to FAPI cert store
    * Changed EncryptDecrypt mode type to align with TPM2.0 spec 1.59
    * Added two new TPM commands TPM2_CC_CertifyX509,
      and TPM2_CC_ACT_SetTimeout
* Mon Jun 28 2021 Marcus Meissner <meissner@suse.com>
  - small services fixes and comments
* Thu Jan 28 2021 Matthias Gerstner <matthias.gerstner@suse.com>
  - update to 3.0.3:
    - changes in 3.0.3:
    * Fix Regression in Fapi_List
    * Fix memory leak in policy calculation
    - changes in 3.0.2:
    * FAPI: Fix setting of the system flag of NV objects
    * This will let NV object metadata be created system-wide always instead of
    * locally in the user. Existing metadata will remain in the user directory.
    * It can be moved to the corresponding systemstore manually if needed.
    * FAPI: Fix policy searching, when a policyRef was provided
    * FAPI: Accept EK-Certs without CRL dist point
    * FAPI: Fix return codes of Fapi_List
    * FAPI: Fix memleak in policy execution
    * FAPI: Fix coverity NULL-pointer check
    * FAPI: Set the written flag of NV objects in FAPI PolicyNV commands
    * FAPI: Fix deleting of policy files.
    * FAPI: Fix wrong file loading during object search.
    * Fapi: Fix memory leak
    * Fapi: Fix potential NULL-Dereference
    * Fapi: Remove superfluous NULL check
    * Fix a memory leak in async keystore load.
* Thu Oct 22 2020 Matthias Gerstner <matthias.gerstner@suse.com>
  - move the tcti-fapi tmpfiles.d config file into the libtss2-fapi1 sub-package.
  - improve the descriptions of new libraries (fapi1, cmd0, swtpm0)
  - adjust baselibs.conf to match new library versions and added libraries
* Mon Oct 19 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 3.0.1, changelog at:
    https://github.com/tpm2-software/tpm2-tss/blob/3.0.x/CHANGELOG.md
  - Update libtss2-sys0 to libtss2-sys1
  - Add new libs:
    * libtss2-fapi1
    * libtss2-tcti-cmd0
    * libtss2-tcti-swtpm0
* Wed Feb 19 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.3.3
    * Fixed mixing salted and unsalted sessions in the same ESAPI
      context
    * Removed use of VLAs from TPML marshal code
    * Added check for object node before calling compute_session_value
      function
    * Fixed auth calculation in Esys_StartAuthSession called with
      optional parameters
    * Fixed compute_encrypted_salt error handling in
      Esys_StartAuthSession
    * Fixed exported symbols map for libtss2-mu
* Fri Jan 31 2020 Michal Suchanek <msuchanek@suse.com>
  - Use system-users for tss user creation (boo#1162360).
* Fri Jan 24 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(udev) instead of udev: allow OBS to
    shortcut through the -mini flavor.
* Sun Dec 29 2019 Martin Hauke <mardnh@gmx.de>
  - update to upstream version 2.3.2:
    - changes since version 2.3.0:
    - Fix unit tests on S390 architectures
    - Fixed HMAC generation for policy sessions
* Wed Dec 11 2019 matthias.gerstner@suse.com
  - update to upstream version 2.3.0:
    - changes in version 2.3.0:
    - tss2-tctildr: A new library that helps with tcti initialization
      Recommend to use this in place of custom tcti loading code now !
    - tss2-rc: A new library that provides textual representations for return
      codes
    - Option to disable NIST-deprecated crypto (--disable-weak-crypto)
    - Support Esys_TR_FromTPMPublic on sessions (for use in Esys_FlushContext)
    - map-files with correct symbol lists for tss2-sys and tss2-esys
      This may lead to unresolved symbols in linked applications
    - Support to call Tss2_Sys_Execute repeatedly on certain errors
    - Reduced RAM consumption in Esys due to Tss2_Sys_Execute change
    - Automated session attribution clearing for esys (decrypt and encrypt)
      per cmd
    - Removed libtss2-mu from "Requires" field of libtss2-esys.pc
      Needs to be added explicitely now
    - All fixes from 2.2.1, 2.2.2 and 2.2.3
    - Fixed SPDX License Identifiers
    - Fixed Null-pointer problems in tcti-tbs
    - Fixed Default locality for tcti-mssim set to LOC_0
    - Fixed coverity and valgrind leaks detected in test programs (not library
      code)
* Fri Aug 23 2019 matthias.gerstner@suse.com
  - update to upstream version 2.2.3:
    - changes in version 2.2.3:
    * Fix computation of session name
    * Fixed PolicyPassword handling of session Attributes
    * Fixed windows build from dist ball
    * Fixed default tcti configure option
    * Fixed nonce size calculation in ESYS sessions
    - changes in version 2.2.2:
    * Fixed wrong encryption flag in EncryptDecrypt
    * Fixing openssl engine invocation
* Fri Apr 26 2019 mvetter@suse.com
  - bsc#1130588: Require shadow instead of old pwdutils
* Wed Mar 06 2019 matthias.gerstner@suse.com
  - update to upstream version 2.2.1:
    - changes from version 2.2.0:
    - Fixed leak of hkey on success in iesys_cryptossl_hmac_start
    - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth
    - Fixed NULL ptr issue in sequenceHandleNode
    - Fixed NULL ptr auth handling in Esys_TR_SetAuth
    - Fixed NULL auth handling in iesys_compute_session_value
    - Fixed marshaling of TPM2Bs with sub types.
    - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes
    - Fixed the way size of the hmac value of a session without authorization
    - Added missing MU functions for TPM2_NT type
    - Added missing MU functions for TPMA_ID_OBJECT type
    - Added missing type TPM2_NT into tss2_tpm2_types.h
    - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h
    - Fixed build breakage when --with-maxloglevel is not 'trace'
    - Fixed build breakage in generated configure script when CFLAGS is set
    - Fixed configure scritp ERROR_IF_NO_PROG macro
    - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest
    - Fixed unmarshaling of the TPM2B type with invalid size
    - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM
    - Added support for QNX build
    - Added support for partial reads in device TCTI
    - changes from version 2.1.1:
    - Fixed leak of hkey on success in iesys_cryptossl_hmac_start
    - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth
    - Fixed NULL ptr issue in sequenceHandleNode
    - Fixed NULL ptr auth handling in Esys_TR_SetAuth
    - Fixed NULL auth handling in iesys_compute_session_value
    - Fixed marshaling of TPM2Bs with sub types.
    - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes
    - Fixed the way size of the hmac value of a session without authorization
    - Added missing MU functions for TPM2_NT type
    - Added missing MU functions for TPMA_ID_OBJECT type
    - Added missing type TPM2_NT into tss2_tpm2_types.h
    - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h
    - Fixed build breakage when --with-maxloglevel is not 'trace'
    - Fixed build breakage in generated configure script when CFLAGS is set
    - Fixed configure scritp ERROR_IF_NO_PROG macro
    - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest
    - Fixed unmarshaling of the TPM2B type with invalid size
    - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM
    - changes from version 2.1.0:
    - Fixed handling of the default TCTI
    - Changed logging to be ISO-C99 compatible
    - Fixed leak of dlopen handle
    - Fixed logging of a response header tag in Tss2_Sys_Execute
    - Fixed marshaling of TPM2B parameters in SAPI commands
    - Fixed unnecessary warning in Esys_Startup
    - Fixed warnings in doxygen documentation
    - Added Esys_Free wrapper function for systems using different C runtime libraries
    - Added Windows TBS TCTI
    - Added non-blocking mode of operation in tcti-device
    - Added tests for Esys_HMAC and Esys_Hash
    - Enabled integration tests on physical TPM device
    - Added openssl libcrypto backend
    - Added Doxygen documentation to integration tests
    - Refactored SetDecryptParam
    - Enabled OpenSSL crypto backend by default
    - changes from 2.0.2:
    - Fixed NULL ptr issues in Esys_HMAC_Start, Esys_HierarchyChangeAuth and Esys_NV_ChangeAuth
    - Fixed NULL ptr issue in sequenceHandleNode
    - Fixed NULL ptr auth handling in Esys_TR_SetAuth
    - Fixed NULL auth handling in iesys_compute_session_value
    - Fixed marshaling of TPM2Bs with sub types.
    - Fixed NULL ptr session handling in Esys_TRSess_SetAttributes
    - Fixed the way size of the hmac value of a session without authorization
    - Added missing MU functions for TPM2_NT type
    - Added missing MU functions for TPMA_ID_OBJECT type
    - Added missing type TPM2_NT into tss2_tpm2_types.h
    - Fixed wrong typename _ID_OBJECT in tss2_tpm2_types.h
    - Fixed build breakage when --with-maxloglevel is not 'trace'
    - Fixed build breakage in generated configure script when CFLAGS is set
    - Fixed configure scritp ERROR_IF_NO_PROG macro
    - Changed TPM2B type unmarshal to use sizeof of the dest buffer instead of dest
    - Fixed unmarshaling of the TPM2B type with invalid size
    - Removed dead code defect detected by coverity from Esys_TRSess_GetNonceTPM
  - introduce _service file for syncing with upstream tags

Files

/usr/lib64/libtss2-tcti-cmd.so.0
/usr/lib64/libtss2-tcti-cmd.so.0.0.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 9 10:32:05 2023