Releases: smuellerDD/lrng
Releases · smuellerDD/lrng
v57 - Linux kernel 6.11
-
add schedule() to Jitter RNG worker
-
adjust sysctl API due to kernel changes
v56 - Linux kernel 6.10
-
trigger DRBG self test when DRBG is loaded
-
use IS_ENABLED for CONFIG_BASE_SMALL
v55 - Linux kernel 6.9
Version bump
v54 - Linux kernel 6.8
Version bump
v53 - Linux kernel 6.7
Version bump
v52 - Linux kernel 6.6
- use seeding state enum for DRBG
v51 - Linux kernel 6.5
- performance boost to Jitter RNG ES: use asynchronous generation of data
Full Changelog: v50...v51
v50 - Linux kernel 6.4
LRNG code remains unchanged compared to v50 for Linux kernel 6.3
v50 - Linux kernel 6.3
-
add handling for permanent errors in FIPS mode
-
fix compile issue
-
Jitter RNG entropy source linking code simplified
Full Changelog: v49...v50
v49 - Linux kernel 6.2
-
Forced seeding applied with the first user space request
-
Forced seeding used for kernel DRNG (i.e. the atomic DRNG)
-
Adopt kernel API changes
-
Report health test state for scheduler ES, IRQ ES, Jitter RNG ES
-
Apply panic() for too many consecutive health failures to comply with FIPS 140-3