[EMAIL PROTECTED] wrote:
Is anyone actively working or waiting on this functionality? I'm
working on it now, but may be several days before I can work on
submitting patches to help in this effort.
I've looked at the code for setting up the SSL socket. What areas are
you targeting in the stuff you're currently working on? One thing (as
noted by you previously) is that we use the same store as both keystore
and truststore. I don't think that the behavior you always want.For
example, often you would like to use cacerts for you truststore. I
propose we add additional config properties to enable configuration of
the truststore. Will this be included in your patch? If not, I'll check
in the necessary changes.
Also, I would like to add unit tests for the SSL support. However, the
commons-net FTP client that we use for the tests only support SSL in the
2.0 version, available only for Java 1.5. Therefore I'm planning to set
up a separate project (as part of breaking up the current project as
discussed earlier on this list) with only the SSL tests, this project
will only be possible to compile using JDK 1.5. That way, the main
projects can still be compile on 1.4 (I currently run a CI server
against FtpServer that does this). if anyone objects or have a better
proposal, please speak up :-)
/niklas