=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/64.html,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- www/64.html 2018/10/16 23:57:01 1.83 +++ www/64.html 2018/10/17 02:59:53 1.84 @@ -246,6 +246,10 @@
  • The Retpoline mitigation against Spectre Variant 2 has been enabled in clang(1) and in assembly files on amd64 and i386. +
  • Added SpectreRSB mitigation on amd64. +
  • Added Intel L1 Terminal Fault mitigation on amd64. +
  • When available, PCIDs are used on amd64 to separate user + and kernel thread TLB entries.
  • Meltdown mitigation was added to i386.
  • amd64 now uses eager-FPU switching to prevent FPU state information speculatively leaking across protection boundaries. @@ -543,6 +547,8 @@ X509_verify_cert calls to fail.
  • Support for single DES cipher suites has been removed. +
  • Support for RSASSA-PKCS1-v1_5 (RFC 8017) was added to + RSA_sign(3)