From 913cacc71f227e8514b3eb59be06ac96b2676040 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 15 Apr 2020 19:33:42 +0000 Subject: [PATCH] Document removal of deprecated algorithms from geli(4). --- RELNOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELNOTES b/RELNOTES index f08e4cd539db..8bf171adc74b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,10 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r359945: + Remove support for Triple DES, Blowfish, and MD5 HMAC from + geli(4). + r359786-r359787: Remove support for DES, Triple DES, and RC4 from in-kernel GSS authentication.