Noah Bliss
Noah Bliss
Regarding Linux, the secureboot document appears to cover the steps for enabling secureboot and also explains the general architecture for protections enabled with that technology, but there is a commonly...
Note to self to investigate using the `shred` command if the system has it when we are performing the step 3 stage. Practical risk of not using shred should be...
Debian's Live Installer has changed the way Debian interacts with LUKS volumes. Manjaro similarly uses this technique. It configures the system with an encrypted boot volume and uses Grub to...
Note to self that the community seems to be deprecating sbsign for pesign.
When installing through the AUR on a current version of Arch Linux I have the following issue. Any guidance on workarounds or modifications you can offer on your end to...
I've seen AES and ChaCha as implementations in other radios, any plans for implementation here?
https://github.com/noahbliss/mortar/blob/452eff8c8dadf84fb94fede6c003e0bb62b4bd4f/3-tpm2clevis-prepluksandinstallhooks.sh#L52 On first run, there is no old key to wipe, this causes cryptsetup to panic. This does not hinder the remaining execution of the script or cause practical malfunction,...
multiple definition of malloc, calloc, and free when used together with other crates providing them
Hey! I use another crate which wraps some C code. That crate and esp-wifi both seem to rely on the C functions listed in the title. When both crates are...
multiple definition of malloc, calloc, and free when used together with other crates providing them
Hey! I use another crate which wraps some C code. That crate and esp-wifi both seem to rely on the C functions listed in the title. When both crates are...