Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/1.3.0-1
    tpm2-openssl Debian release 1.3.0-1
    
  • upstream/1.3.0
    Upstream version 1.3.0
    
  • 1.3.0
    1.3.0 - 2025-01-25
    
    Added
    - Added support for RSA-OAEP decryption.
    - Added 'xof' and 'algid-absent' parameters to digests.
    - Added Parent to textual information printed by 'openssl pkey -text'.
    Fixed
    - Fixed multi-threaded operation, preventing the 'Esys called in bad sequence'
      errors (thanks to @Danigaralfo, @famez, and @AndreasFuchsTPM).
    - Fixed retrieval of OSSL_PKEY_PARAM_MAX_SIZE for RSA keys. The exact value
      is returned instead of a fixed TPM2_MAX_RSA_KEY_BYTES.
    - Fixed handling of absent emptyAuth value in the TSS2 PRIVATE KEY file.
    - Set authorization value of newly generated keys. This allows users of the
      C API to direcly use just generated EVP_PKEY.
    
  • 1.3.0-rc0
    1.3.0-rc0 - 2025-01-08
    
    Added
    - Added support for RSA-OAEP decryption.
    - Added 'xof' and 'algid-absent' parameters to digests.
    - Added Parent to textual information printed by 'openssl pkey -text'.
    Fixed
    - Fixed multi-threaded operation, preventing the 'Esys called in bad sequence'
      errors (thanks to @Danigaralfo, @famez, and @AndreasFuchsTPM).
    - Fixed retrieval of OSSL_PKEY_PARAM_MAX_SIZE for RSA keys. The exact value
      is returned instead of a fixed TPM2_MAX_RSA_KEY_BYTES.
    - Fixed handling of absent emptyAuth value in the TSS2 PRIVATE KEY file.
    - Set authorization value of newly generated keys. This allows users of the
      C API to direcly use just generated EVP_PKEY.
    
  • debian/1.2.0-1
    tpm2-openssl Debian release 1.2.0-1
    
  • upstream/1.2.0
    Upstream version 1.2.0
    
  • 1.2.0
    d0ec2870 · Prepare for release 1.2.0 ·
    1.2.0 - 2023-10-14
    
    Added
    - Added support for ECDH with a KDF, which is used by ECC-based CMS (S/MIME).
    - Added retrieval of OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY for EC keys and
      retrieval of TLS-GROUP provider capabilities to enable mTLS authentication
      (thanks to @rshearman).
    - Added mTLS example to documentation (thanks to @hoinmic).
    - Added missing RAND parameters: 'state' and 'strength' (thanks to @mccarey).
    - Added ability to run tests in a container (thanks to @afreof).
    - Added Visual Studio properties to simplify the Windows build (thanks to
      @philippun1).
    
    Changed
    - Symmetric operations are disabled by default. In most situations these
      are not needed and cause a huge performance penalty.
      To enable, configure with `--enable-op-digest` or `--enable-op-cipher`.
    
    Removed
    - Removed unofficial support for tpm2-tss < 3.2.0, which do not support
      the openssl 3.x.
    
    Fixed
    - Fixed key export: the private keys are not exportable, which shall fix
      some TPM-based sign operations (thanks to @fhars).
    - Fixed handle related operations on 32b machines (thanks to @dezgeg).
    - Fixed OSSL_FUNC_KEYMGMT_HAS operations with NULL keys.
    - Fixed a heap exception on some machines (thanks to @philippun1).
    - Fixed build warnings when building on the Fedora Linux.
    - In documentation and tests applied a correct order of providers
      (thanks to @hoinmic).
    - Modified documentation: the user-space resource manager (abrmd) is almost
      mandatory for complex scenarios such as SSL or X.509 operations.
    
  • 1.2.0-rc1
    1.2.0-rc1 - 2023-05-03
    
    Fixed
    - Ability to build without warnings and work under Fedora 38
    
  • 1.2.0-rc0
    1.2.0-rc0 - 2023-03-04
    
    Added
    - Added support for ECDH with a KDF, which is used by ECC-based CMS (S/MIME).
    Changed
    - Symmetric operations are disabled by default. In most situations these
      are not needed and cause a huge performance penalty.
      To enable configure with `--enable-op-digest` or `--enable-op-cipher`.
    Removed
    - Removed unofficial support for tpm2-tss < 3.2.0, which do not support
      the openssl 3.x.
    Fixed
    - Fixed OSSL_FUNC_KEYMGMT_HAS operations with NULL keys
    - Modified documentation: the user-space resource manager (abrmd) is almost
      mandatory for complex scenarios such as SSL or X.509 operations.
    
  • debian/1.0.1-1ubuntu0.1
    tpm2-openssl Debian release 1.0.1-1ubuntu0.1
    
  • debian/1.1.0-2ubuntu0.1
    tpm2-openssl Debian release 1.1.0-2ubuntu0.1
    
  • debian/1.1.1-1
    tpm2-openssl Debian release 1.1.1-1
    
  • upstream/1.1.1
    Upstream version 1.1.1
    
  • 1.1.1
    1c38d66d · Prepare for release 1.1.1 ·
    1.1.1 - 2022-10-09
    
    Fixed
    - Support older TPM chips that do not support the CreateLoaded operation.
    - Loading of NV index objects larger than TPM2_PT_NV_BUFFER_MAX.
    - Loading of PEM certificates from the NV index.
    - Support for the 'openssl cms' command for RSA keys.
    - Support for PKCS1 padding in some parameters (thanks to @wxleong).
    - Building of tpm2-openssl on Windows (thanks to @mhummels).
    - Ability to run autoreconf on the release tarball.
    
  • 1.1.1-rc0
    1.1.1-rc0 - 2022-09-23
    
    Fixed
    - Support older TPM chips that do not support the CreateLoaded operation.
    - Loading of NV index objects larger than TPM2_PT_NV_BUFFER_MAX.
    - Loading of PEM certificates from the NV index.
    - Support for the 'openssl cms' command for RSA keys.
    - Building of tpm2-openssl on Windows (thanks to @mhummels).
    - Ability to run autoreconf on the release tarball.
    
  • debian/1.1.0-2
    tpm2-openssl Debian release 1.1.0-2
    
  • upstream/1.1.0
    Upstream version 1.1.0
    
  • upstream/1.0.1
    New upstream version 1.0.1
    
  • 1.1.0
    3d46d6dd · Prepare for release 1.1.0 ·
    1.1.0 - 2022-03-22
    
    Fixed
     - Fixed segmentation fault when a signature algorithm is beging initialized
       without a private key.
    Added
     - Added support for the `TPM2OPENSSL_PARENT_AUTH` environment variable.
     - Added the Code of Conduct and Contributing guidelines.
    
  • 1.1.0-rc0
    1.1.0-rc0 - 2022-03-15
    
    Fixed
    - Fixed segmentation fault when a signature algorithm is beging initialized
      without a private key.
    Added
    - Added support for the `TPM2OPENSSL_PARENT_AUTH` environment variable.
    - Added the Code of Conduct and Contributing guidelines.