I've made a successful connection to an FTP server by specifying TlsCipherSuite.All and I get these lines back in the log. I'm just wondering to which cipher suite this would correspond so that I don't have to specify All (seems to take a long time to negotiate).
Control connection was secured using TLS12.
Control connection is using cipher TLS 1.2, RSA with ephemeral Elliptic Curve Diffie-Hellman, AES with 128-bit key in GCM mode, AEAD.
Thanks!