jitterentropy/jitterentropy.changes
Marcus Meissner ea066e7fe6 Accepting request 992611 from home:msmeissn:branches:devel:libraries:c_c++
- updated to 3.4.0
  * enhancement: add API call jent_set_fips_failure_callback as requested by Daniel Ojalvo
  * fix: Change the SHA-3 integration: The entropy pool is now a SHA-3 state.
It is filled with the time delta containing entropy and auxiliary data that does not contain entropy using a SHA update operation. The auxiliary data is calculated by a SHA-3 hashing of some varying state data. The time delta that contains entropy is measured about the SHA-3 hasing of the auxiliary data. This satisfies FIPS 140-3 IG D.K resolutions 4, 6, and 8.
  * enhancement: add CMake support by Andrew Hopkins
- updated to 3.3.1
  * fix: bug fix in initialization logic by Vladis Dronov <vdronov@redhat.com>
  * fix: use __asm__ instead of asm to suit the C11 standard
- added a -devel-static package to be able to link it static.

OBS-URL: https://build.opensuse.org/request/show/992611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=7
2022-08-03 16:01:03 +00:00

25 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 3 14:19:23 UTC 2022 - Marcus Meissner <meissner@suse.com>
- updated to 3.4.0
* enhancement: add API call jent_set_fips_failure_callback as requested by Daniel Ojalvo
* fix: Change the SHA-3 integration: The entropy pool is now a SHA-3 state.
It is filled with the time delta containing entropy and auxiliary data that does not contain entropy using a SHA update operation. The auxiliary data is calculated by a SHA-3 hashing of some varying state data. The time delta that contains entropy is measured about the SHA-3 hasing of the auxiliary data. This satisfies FIPS 140-3 IG D.K resolutions 4, 6, and 8.
* enhancement: add CMake support by Andrew Hopkins
- updated to 3.3.1
* fix: bug fix in initialization logic by Vladis Dronov <vdronov@redhat.com>
* fix: use __asm__ instead of asm to suit the C11 standard
- added a -devel-static package to be able to link it static.
-------------------------------------------------------------------
Tue Sep 28 20:19:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim conjecture from descriptions.
-------------------------------------------------------------------
Tue Sep 21 12:25:00 UTC 2021 - Marcus Meissner <meissner@suse.com>
- add a userspace jitter entropy generator library