On Thu, Aug 22, 2024 at 07:07:18AM +0000, Jan Lindberg via curl-library wrote:
> We want to create a SFTP client using libcurl that supports cipher
> “AES-256-CTR” but cannot find it in the list of available ciphers (https://
> curl.se/docs/ssl-ciphers.html).

SFTP uses SSH, not SSL, so SSL ciphers aren't very relevant with it. SSH
ciphers will depend on the SSH library, either libssh or libssh2, so you'll
need to check their respective documentation to find out what ones they
support.

Dan
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to