From 0b4bdc856f9e06a75e6675aad9d7f777ac3eb060 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 2 Dec 2023 03:16:08 +0000 Subject: [PATCH] TODO: disable or drop weak algos [ci skip] Closes #1261 --- docs/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/TODO b/docs/TODO index 3a1f919f..7c3ae3aa 100644 --- a/docs/TODO +++ b/docs/TODO @@ -23,6 +23,9 @@ Things TODO * select() is troublesome with libssh2 when using multiple channels over the same session. See "New Transport API" below for more details. +* for obsolete/weak/insecure algorithms: either stop enabling them by default + at build-time, or delete support for them completely. + At next SONAME bump ===================