Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
39 views
in Java FTP by (270 points)

Hello,

One of our customers is switching to new ciphers and I need to find out whether the current version of edtFTPj/PRO we have supports it.

How do I go about this? Is it documented somewhere which ones are supported?

These are the ciphers I need to check whether they are supported:

ECDHE-RSA-AES256-GCM-SHA384

ECDHE-RSA-CHACHA20-POLY1305-SHA256

We are using versions edtFTPj-PRO-8.2.1.jar and edtFTPj-PRO-7.7.0.jar

Thanks!

Jan Brunia

athenahealth

1 Answer

0 votes
by (9.2k points)

The list of TLS/SSL ciphers for FTPS protocol in our edtFTPj/PRO product can be viewed in the User Guide here. Please note that the User Guide online might not be the very latest release, so please check the API documentation included with the product download.

by (270 points)
Thanks!

I see one of them mentioned. Is there a way to find out since which version?

TLS_RSA_WITH_AES_256_GCM_SHA384
public static final SSLFTPCipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384
Cipher suite.
Name:    TLS_RSA_WITH_AES_256_GCM_SHA384
Authorization:    RSA
Key Exchange:    RSA
Encryption:    AES_256_GCM
Digest:    SHA384

Thanks!

Jan
by (9.2k points)
Since version 6.0.0..
by (270 points)
To confirm ECDHE-RSA-CHACHA20-POLY1305-SHA256 isn't supported?
by (9.2k points)
Not yet. The list in the User Guide (see link above) shows the ciphers which are relevant.

Categories

...