165 lines
6.7 KiB
Plaintext
165 lines
6.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 1 13:10:48 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
|
|
|
- Fix download url and add gpg signature for tarball.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 14:18:15 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
- Update to upstream version 1.2.0:
|
|
* Fixed:
|
|
- Updated minimal version of tpm2-tss to 2.4.x
|
|
- Fix encoding of emptyauth
|
|
- Fix some memory leaks
|
|
- Parent handle issues with signed representation by switching
|
|
parent handle to BIGNUM.
|
|
- Fixed RSA_NO_PADDING modes with OpenSSL 1.1.1
|
|
- Fixed autogen (bootstrap) call from release package by
|
|
embedding VERSION file.
|
|
* Added:
|
|
- Use of restricted keys for signing
|
|
- StirRandom
|
|
- Run tests using swtpm
|
|
- The ability to import key blobs from things like the
|
|
tpm2-tools project.
|
|
- Compatibility with openssl >=1.1.x
|
|
- Support for ECDH
|
|
- QNX support.
|
|
- Only set -Werror for non-release builds.
|
|
- Additional checks on TPM responses
|
|
- CODE_OF_CONDUCT
|
|
- SECURITY reporting instructions
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 3 12:29:05 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- pass --disable-defaultflags to avoid breakage of our gcc-PIE profile (->
|
|
resulted in non-position-independent executable) (bsc#1183895).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 3 11:51:40 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- Update to upstream version 1.1.0:
|
|
* Added:
|
|
- Configure option for ptpm tests
|
|
- Configure script AX_CHECK_ENABLE_DEBUG
|
|
- Option for setting tcti on executable
|
|
- TCTI-env variable used by default
|
|
- Support for parent key passwords
|
|
- openssl.cnf sample file
|
|
* Changed:
|
|
- Fix several build system, autotools and testing related issues
|
|
Now adhere to CFLAGS conventions
|
|
- Include pkg-config dependecy on libtss2-mu in order to work with tpm2-tss 2.3
|
|
- Enables parallel testing of integration tests:
|
|
Make integration tests use TPM simulator; instead of first TPM it finds
|
|
Use of different port numbers for TCP based tests
|
|
- Fix EC param info (using named curve format)
|
|
- Use tpm2-tools 4.X stable branch for integration tests
|
|
- Use libtss2-tctildr.so instead of custom code for tcti setup
|
|
- Fix manpages for -P/--parent option and correct engine name
|
|
- Fix TCTI env variable handling
|
|
- Set parent handle to OWNER
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 08:30:46 UTC 2020 - matthias.gerstner@suse.com
|
|
|
|
- remove conditional pandoc BuildRequires for openSUSE. Nothing much is gained
|
|
from rebuilding the man pages. This shall help synchronizing SLE and
|
|
openSUSE package builds. (jsc#SLE-12137).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 10 11:12:19 UTC 2020 - matthias.gerstner@suse.com
|
|
|
|
- remove the _service file as requested in declined OBS sr#762653.
|
|
download_files seems to work also without the _service file.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 10 09:57:10 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- switch the _service approach from using tar_scm to using download_files. We
|
|
need to use the actual release tarball which contains the generated man
|
|
pages. The reason is that on SLE we can't generate the man pages using
|
|
pandoc, since pandoc is not available on SLE.
|
|
- for the same reason make the pandoc BuildRequires conditional for openSUSE
|
|
vs. SLE.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 07 10:15:39 UTC 2020 - matthias.gerstner@suse.com
|
|
|
|
- Update to stable upstream version v1.0.1:
|
|
* Release v1.0.1
|
|
* test: use tpm2-tools 3.X
|
|
* Tests: Fix for latest tools
|
|
* Tests: Use long parameters for tpm2-tools
|
|
* test: migrate tpm2_create option from -A to -b
|
|
* build: link against tss2-mu
|
|
* Release v1.0.0
|
|
* Release v1.0.0-rc3
|
|
* Docu: Update Install.md
|
|
* Updates for 1.0.0-rc2
|
|
* TESTS: Add test for client auth
|
|
* Bump required version of tpm2-tss to >=2.2.2
|
|
* Build: Bump required tpm2-tss to 2.2
|
|
* Update for v1.0.0-rc1
|
|
* Dead code removal
|
|
- This fixes the build against tpm2-0-tss version >= 2.3 (bsc#1160123)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 20 13:19:08 UTC 2019 - matthias.gerstner@suse.com
|
|
|
|
- move *.so files into the main package, not -devel. libtpm2tss.so is actually
|
|
the engine library itself, not a symlink. It's needed to actually use the
|
|
package. tpm2tss.so is probably a (backwards) compatiblity symlink. Both are
|
|
not intended for linking and therefore not suitable for the -devel package.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 03 18:01:10 UTC 2019 - jsikes@suse.de
|
|
|
|
- Update to version 0+git20190222.cef2c43:
|
|
* build: install existing man pages even if pandoc is not available
|
|
* Updated organizational files in preparation for release
|
|
* Add configure switch for unit and integration tests
|
|
* Silence clang warning on field initializers
|
|
* Fix parallel connections to TPM.
|
|
* Fix segfault on non-null auth'd persistent keys.
|
|
* Update tests to also run on physical TPMs
|
|
* build: install aclocal files
|
|
* build: update for ax_code_coverage.m4 version 2019.01.06
|
|
* ECDSA truncation and s_server test
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 31 22:46:46 UTC 2019 - Jason Sikes <jsikes@suse.de>
|
|
|
|
- Now tpm2-tss-engine-bash-completion auto-installs only when bash-completion
|
|
is present.
|
|
- Changed author of comment dated "Wed Jan 23 04:39:01 UTC 2019" from
|
|
opensuse-packaging@opensuse.org to me.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 20:15:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Build bash-completion as noarch.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 04:39:01 UTC 2019 - Jason Sikes <jsikes@suse.de>
|
|
|
|
- Update to version 0+git20190115.6cfaeb7:
|
|
* Initialize/Finalize TCTI based on opts
|
|
* init_tpm_parent: use ESYS_AUXCONTEXT as 1st argument
|
|
* init_tpm_key: use ESYS_AUXCONTEXT as 1st argument
|
|
* tpm2-tss-engine-ecc.c: use ESYS_AUXCONTEXT
|
|
* tpm2-tss-engine-rsa.c: use ESYS_AUXCONTEXT
|
|
* tpm2-tss-engine-rand.c: use ESYS_AUXCONTEXT
|
|
* tpm2tss_tpm2data_readtpm: use ESYS_AUXCONTEXT
|
|
* tpm2-tss-engine-common.(c/h): Add ESYS_AUXCONTEXT
|
|
* Set TCTI option through an environment variable
|
|
* Add new engine control to set the TCTI option
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 24 02:08:33 UTC 2018 - Jason Sikes <jsikes@suse.de>
|
|
|
|
- Initial import
|
|
* version 0.0+git20181128.c9061a7
|
|
* FATE 325619
|