pcr-oracle/pcr-oracle.changes
Olaf Kirch 49e6bbc33c Accepting request 1096688 from home:okir:branches:Base:System
- Added a _service file
- BuildRequire libopenssl-devel rather than openssl
- Updated to version 0.4.6:
  - recognize SOURCE_DATE_EPOCH for reproducible builds
  - Remove authorized policy file from the unseal action
  - Unseal the data without calling __pcr_policy_make()
  - Skip the variable event with 0 length (#26)
  - Add the new parameter: policy-name (#27)
  - Skip the leading operators when matching grub2 commands (#28)
  - microconf change: force rebuilding the sed script

OBS-URL: https://build.opensuse.org/request/show/1096688
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=9
2023-07-04 11:45:50 +00:00

78 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Jul 4 07:44:10 UTC 2023 - Olaf Kirch <okir@suse.com>
- Added a _service file
- BuildRequire libopenssl-devel rather than openssl
- Updated to version 0.4.6:
- recognize SOURCE_DATE_EPOCH for reproducible builds
- Remove authorized policy file from the unseal action
- Unseal the data without calling __pcr_policy_make()
- Skip the variable event with 0 length (#26)
- Add the new parameter: policy-name (#27)
- Skip the leading operators when matching grub2 commands (#28)
- microconf change: force rebuilding the sed script
-------------------------------------------------------------------
Mon Jun 5 07:45:13 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com>
- Update to version 0.4.5
- update manpage to reflect added support of unseal w/ tpm2.0 key
format
- Implement unseal for TPM 2.0 Key File
- Update manpage to describe the new key-format switch
- Add TPM 2.0 Key File support to 'seal-secret' and 'sign'
- Add comment to SRK template regarding NODA flag.
- pcr-oracle.8: add a section on pcr policy sealing
- Add self-test subcommand to pcr-oracle
- Rename __tss_check_error -> tss_check_error
- Moved two tss related functions to a file of their own
- Add test-pcr.sh script
- Use the same SRK template as the one in grub2
- Implement seal/unseal using a regular PCR policy
- When displaying the DevicePath, print ACPI PNP ids
- Handle failure to read EFI variables more gracefully
- Gracefully handle AUTHORITY events for eg driver BSAs that
reside in ROM
- efi-variable rehash: break out the code to detect how the
firmware hashed the event
-------------------------------------------------------------------
Thu Jun 1 07:07:04 UTC 2023 - Marcus Meissner <meissner@suse.com>
- build with optflags, remove unneeded clean section, macro bindir
-------------------------------------------------------------------
Mon Jan 16 08:52:50 UTC 2023 - Olaf Kirch <okir@suse.com>
- Updated to version 0.4.2
-------------------------------------------------------------------
Thu Jan 5 13:54:40 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
- Fix project URL
-------------------------------------------------------------------
Wed Jan 4 11:50:54 UTC 2023 - Olaf Kirch <okir@suse.com>
- add --rsa-generate-key option
-------------------------------------------------------------------
Tue Jan 3 15:00:08 UTC 2023 - Olaf Kirch <okir@suse.com>
- Updated to version 0.4.1:
- disable debug messages from authenticode PECOFF parser
- add --tpm-eventlog option
- add manpage
-------------------------------------------------------------------
Mon Jan 2 16:36:29 UTC 2023 - Olaf Kirch <okir@suse.com>
- Updated to version 0.4:
- drop the dependency on tss2 fapi
- introduce authorized policies
-------------------------------------------------------------------
Tue Nov 8 11:18:07 UTC 2022 - Olaf Kirch <okir@suse.com>
- Establish pcr-oracle as standalone package, apart from fde-tools