./sysutils/libtpms, Library for TPM (Trusted Platform Module) 1.2/2.0 emulation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.0, Package name: libtpms-0.10.0, Maintainer: ryoon

Libtpms is a library that targets the integration of TPM functionality
into hypervisors, primarily into Qemu. Libtpms provides a very narrow
public API for this purpose so that integration is possible. Only the
minimum of necessary APIs are made publicly available.

It is assumed that the user of libtpms is familiar with the concepts
of the Trusted Platform Module (TPM). For the interaction with libtpms
it is necessary to know how to construct valid TPM commands and to
be able to parse their results. It is not within the scope of libtpms's
documentation to provide background on this


Master sites:

Filesize: 1364.771 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-09 14:46:47 by Ryo ONODERA | Files touched by this commit (3)
Log message:
sysutils/libtpms: Update to 0.10.0

Changelog:
version 0.10.0:
  - tpm2: Support for profiles: default-v1 & custom
  - tpm2: Add new API call TPMLIB_SetProfile to enable user to set a profile
  - tpm2: Extende TPMLIB_GetInfo to return profiles-related info
  - tpm2: Implemented crypto tests and restrictions on crypto related to
          FIPS-140-3; can be enabled with profiles
  - tpm2: Enable Camellia-192 and AES-192
  - tpm2: Implement TPMLIB_WasManufactured API call
  - tpm2: Fixes for issues detected by static analyzers
  - tpm2: Use OpenSSL-based KDFe implementation if possible
  - tpm2: Update to TPM 2 spec rev 183 (many changes)
  - tpm2: Better support for OpenSSL 3.x
  - tpm2: Use Carmichael function for RSA priv. exponent D (>= 2048 bits)
  - tpm2: Fixes for CVE-2023-1017 and CVE-2023-1018
  - tpm2: Fix of SignedCompareB().
    NOTE: This fix *may* result in backwards compatibility issues with
          PCR policies used by TPM2_PolicyCounterTimer and TPM2_PolicyNV
          when upgrading from v0.9 to v0.10.
          https://github.com/stefanberger/libtpms/pull/367#issuecomment-1498353831
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-07-05 14:23:58 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
libtpms: update to 0.9.6 (security)

version 0.9.6:

    tpm2: Check size of buffer before accessing it (CVE-2023-1017 & \ 
CVE-2023-1018)

version 0.9.5:

    tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore
    tpm2: Fix a potential overflow expression (coverity)
    tpm2: Fix size check in CryptSecretDecrypt

version 0.9.4:

    tpm: #undef printf in case it is #define'd (OSS-Fuzz)
    tpm2: Check return code of BN_div()
    tpm2: Initialize variables due to gcc complaint (s390x, false positive)
    tpm12: Initialize variables due to gcc complaint (s390x, false positive)
    build-sys: Fix configure script to support _FORTIFY_SOURCE=3

version 0.9.3:

    build-sys: Add probing for -fstack-protector
    tpm2: Do not call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size
    (OSSL 3)

version 0.9.2:

    tpm2: When writing state initialize s_ContextSlotMask if not set
   2022-02-05 04:09:26 by Ryo ONODERA | Files touched by this commit (5)
Log message:
sysutils/libtpms: import libtpms-0.9.1

Libtpms is a library that targets the integration of TPM functionality
into hypervisors, primarily into Qemu. Libtpms provides a very narrow
public API for this purpose so that integration is possible. Only the
minimum of necessary APIs are made publicly available.

It is assumed that the user of libtpms is familiar with the concepts
of the Trusted Platform Module (TPM). For the interaction with libtpms
it is necessary to know how to construct valid TPM commands and to
be able to parse their results. It is not within the scope of libtpms's
documentation to provide background on this