1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-09-11 13:30:44 +03:00

TODO: disable or drop weak algos [ci skip]

Closes #1261
This commit is contained in:
Viktor Szakats
2023-12-02 03:16:08 +00:00
parent 744e059f31
commit 0b4bdc856f

View File

@@ -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
===================