A Pragmatic Leap
jxself.org·3h
Flag this post

A Pragmatic Leap

Sun, 9 Nov 2025

Code’s being prepared for the 6.19 kernel, which integrates ML-DSA (Module-Lattice-Based Digital Signature Algorithm), also known as CRYSTALS-Dilithium, which NIST finalized as part of the PQC standardization process, to validate the digital signatures on kernel modules before they’re loaded.

The patch, which adds over 5,000 lines of code, is a port of the signature verification code from Leancrypto. A note included in the patch is that: “The keypair generation and signature generation are not included.” This is because kernel module signing is a separate process. The kernel’s only job at runtime is to verify that a module’s signature is valid before loading it into memory.

A second detail is that the initial patch is “pure C”, which pr…

Similar Posts

Loading similar posts...