Edge Security (@edgesecurity) 's Twitter Profile
Edge Security

@edgesecurity

Tweets from @zx2c4. Security Research & Consulting. Support WireGuard development via patreon.com/zx2c4 wireguard.com/donations/ . Or hire us.

ID: 2980956087

linkhttps://www.edgesecurity.com/ calendar_today16-01-2015 11:40:06

586 Tweet

3,3K Takipçi

123 Takip Edilen

Edge Security (@edgesecurity) 's Twitter Profile Photo

#systemd's EFI bootloader, systemd-boot, will now pass the on-disk RNG seeds it manages directly to the Linux kernel, so that the RNG is seeded by them before userspace runs. github.com/systemd/system…

#systemd's EFI bootloader, systemd-boot, will now pass the on-disk RNG seeds it manages directly to the Linux kernel, so that the RNG is seeded by them before userspace runs. github.com/systemd/system…
Edge Security (@edgesecurity) 's Twitter Profile Photo

This RFC patchset for the Linux kernel proposes using an EFI non-volatile variable as a persistent RNG seed that the kernel's EFISTUB can manage transparently and automatically. Very cool if it works. A question about using variables that way. lore.kernel.org/linux-efi/2022…

This RFC patchset for the Linux kernel proposes using an EFI non-volatile variable as a persistent RNG seed that the kernel's EFISTUB can manage transparently and automatically. Very cool if it works. A question about using variables that way. lore.kernel.org/linux-efi/2022…
Edge Security (@edgesecurity) 's Twitter Profile Photo

v7 posted of the vDSO getrandom() series: lore.kernel.org/lkml/202211241… , with a stackless ChaCha20 implementation on x86-64, as well as a corresponding patch to wire this up for glibc from Adhemerval Zanella - github.com/bminor/glibc/c… . I'm daily driving this on my laptop's libc.

v7 posted of the vDSO getrandom() series: lore.kernel.org/lkml/202211241… , with a stackless ChaCha20 implementation on x86-64, as well as a corresponding patch to wire this up for glibc from <a href="/adhemerval/">Adhemerval Zanella</a> - github.com/bminor/glibc/c… . I'm daily driving this on my laptop's libc.
Edge Security (@edgesecurity) 's Twitter Profile Photo

WireGuard is the first reproducible build package on F-Droid that has a fully verified signature path. The WireGuard Project builds WireGuard from source, and then signs the resultant APK with a private key stored in an HSM. F-Droid’s build server downloads that source and does

WireGuard is the first reproducible build package on F-Droid that has a fully verified signature path.

The WireGuard Project builds WireGuard from source, and then signs the resultant APK with a private key stored in an HSM. F-Droid’s build server downloads that source and does
Edge Security (@edgesecurity) 's Twitter Profile Photo

vDSO getrandom() has now been ported to arm64, powerpc64, powerpc32, s390x, and loongarch64, in addition to the prior x86_64 port: lore.kernel.org/all/2024091612…