=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus68.html,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** www/plus68.html 2020/09/23 13:01:59 1.1 --- www/plus68.html 2020/09/23 16:43:56 1.2 *************** *** 467,473 ****
  • Corrected getopt_long(3) parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.
  • Removed mail.local(8) support for world-writable mail spools. !
  • Added AES-GCM mode ciphers for IKEv2, configurable in iked.conf(5) with the new "ikesa enc" options aes-128-pcm, aes-256-gcm, aes-128-gcm-12 and aes-256-gcm-12.
  • Rewrote the entropy enqueue ring to collect damage asynchronously and adapted the dequeue to mix a selection of "best" ring entries, exponentially backing off the dequeue timeout, to compensate rapidly for weak seeding in unidentifiable conditions and ensure quality to arc4random() calls early in boot.
  • Introduced detection of /etc/random.seed reuse.
  • Reworked kernel loading with octboot(4), which now does not rely on a mounted filesystem. --- 467,473 ----
  • Corrected getopt_long(3) parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.
  • Removed mail.local(8) support for world-writable mail spools. !
  • Added AES-GCM mode ciphers for IKEv2, configurable in iked.conf(5) with the new "ikesa enc" options aes-128-gcm, aes-256-gcm, aes-128-gcm-12 and aes-256-gcm-12.
  • Rewrote the entropy enqueue ring to collect damage asynchronously and adapted the dequeue to mix a selection of "best" ring entries, exponentially backing off the dequeue timeout, to compensate rapidly for weak seeding in unidentifiable conditions and ensure quality to arc4random() calls early in boot.
  • Introduced detection of /etc/random.seed reuse.
  • Reworked kernel loading with octboot(4), which now does not rely on a mounted filesystem.