James Muir
James Muir
Appendix A.3 of RFC 8439 ("ChaCha20 and Poly1305 for IETF Protocols" by Y. Nir and A. Langley) contains 11 test vectors for poly1305. Several of the test vectors were constructed...
### Description There is a test vector for issue #507 in `tests/der_test.c`. However, if you revert the fix for #507, the test still passes (so the test in its current...
Fixes #6277 Adds support for all five EdDSA instances from RFC 8032: **Ed25519, Ed25519ctx, Ed25519ph, Ed448, Ed448ph**. Only Ed25519 was already fully supported (via the EVP APIs) All instances, except...
In #22192, functionality was added to allow `s_server` to construct ocsp requests using the option `-cert_chain`. See the conversation there for more details. Add a test for that. You can...
I can't seem to find any information about how to verify the signatures on the release packages. Is there a blurb someplace? Could someone provide a pointer?
Share the first part of the Cisco patch authored by Oleksiy Obitotskyy to fix reading from `/proc/schedstat` post-switch-root (see #60). More changes are needed since writing the svg file fails.
According to `man systemd-bootchart`, the recommended way of running `systemd-bootchart` is using the `init` kernel parameter (which you can set from the grub menu): ``` init=/usr/lib/systemd/systemd-bootchart ``` Unfortunately, this seems...
Executing systemd-bootchart from the initial ramdisk fails when systemd does its switch-root procedure. This can be reproduced on Fedora 41 with an initial ramdisk updated to include systemd-bootchart. The systemd-bootchart...
The recommended way of running systemd-bootchart is via the kernel parameter "init=/usr/lib/systemd/systemd-bootchart", as described here: https://github.com/systemd/systemd-bootchart/blob/main/man/systemd-bootchart.xml Running using "init=" seems to have been broken for some time on switch-root systems...