Skip to content

Releases: smuellerDD/lrng

v57 - Linux kernel 6.11

28 Sep 21:45
7ffd970
Compare
Choose a tag to compare
  • add schedule() to Jitter RNG worker

  • adjust sysctl API due to kernel changes

v56 - Linux kernel 6.10

02 Sep 21:50
914d6ac
Compare
Choose a tag to compare
  • trigger DRBG self test when DRBG is loaded

  • use IS_ENABLED for CONFIG_BASE_SMALL

v55 - Linux kernel 6.9

30 May 18:41
13f8eb1
Compare
Choose a tag to compare

Version bump

v54 - Linux kernel 6.8

21 Mar 17:25
6e3b1f9
Compare
Choose a tag to compare

Version bump

v53 - Linux kernel 6.7

22 Jan 15:19
8479ce4
Compare
Choose a tag to compare

Version bump

v52 - Linux kernel 6.6

27 Nov 21:12
53d89d5
Compare
Choose a tag to compare
  • use seeding state enum for DRBG

v51 - Linux kernel 6.5

11 Sep 11:51
8ea1e78
Compare
Choose a tag to compare
  • performance boost to Jitter RNG ES: use asynchronous generation of data

Full Changelog: v50...v51

v50 - Linux kernel 6.4

03 Jul 06:54
5c95067
Compare
Choose a tag to compare

LRNG code remains unchanged compared to v50 for Linux kernel 6.3

v50 - Linux kernel 6.3

14 May 13:58
b675b88
Compare
Choose a tag to compare
  • 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

27 Feb 08:19
9684718
Compare
Choose a tag to compare
  • 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