DediProg produces SPI-based flash chip programmers
which are rather common in the hardware/embedded space.
Add support for their linux-based programming driver.
See: https://github.com/DediProgSW/SF100Linux
Signed-off-by: Markus Theil <theil.markus@gmail.com>
Changelog: https://botan.randombit.net/news.html#version-2-19-5-2024-07-08
CVEs fixed:
- CVE-2024-34702: Fix a DoS caused by excessive name constraints. (GH #4187)
- CVE-2024-39312: Fix a name constraint processing error, where if permitted
and excluded rules both applied to a certificate, only the permitted rules would be checked. (GH #4187)
Other changes:
- Fix a crash in OCB
The authors of botan also added the following to the changelog:
"A reminder that Botan2 reaches end of life at the end of 2024"
Signed-off-by: Markus Theil <theil.markus@gmail.com>
Changelog: https://botan.randombit.net/news.html#version-3-5-0-2024-07-08
CVEs fixed:
- CVE-2024-34702: Fix a DoS caused by excessive name constraints. (GH #4186)
- CVE-2024-39312: Fix a name constraint processing error, where if permitted
and excluded rules both applied to a certificate, only the permitted rules would be checked.
Notable changes:
- Add support for LMS hash based signatures
- Performance optimizations for XTS and ECC (started)
Signed-off-by: Markus Theil <theil.markus@gmail.com>
* init: lib25519 at 20240321
Signed-off-by: Jack Leightcap <jack@leightcap.com>
* Add installCheckPhase to lib25519
* Set platforms for lib25519, libcpucycles and librandombytes
* Fixed patch for libcpucycles
* lib25519: remove openssl unneeded variable
* lib25519: patch scripts to pull toolchain from environment variables
* librandombytes: add regression test script
* lib25519: checkpoint for successful cross-compile
* testing without binfmt
* compilation for arm64 without cross compiling
* compilation for x86 that creates a x86 binary
* lib25519: replace compiler command to fix cross- and native compiling
* librandombytes, lib25519: cleanup
* crosstest.sh: drop
---------
Signed-off-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Co-authored-by: imad.nyc <me@imad.nyc>
Co-authored-by: Enric Morales <me@enric.me>
Co-authored-by: Alberto Merino Risueño <Alberto.Merino@uclm.es>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>