Re: SSL in proton-j

2014-02-24 Thread Piotr Kliczewski
Rafael, Here is JIRA issue: https://issues.apache.org/jira/browse/PROTON-523 Thanks, Piotr On Fri, Feb 21, 2014 at 8:15 PM, Rafael Schloming wrote: > I don't believe there is currently any way to do so, although you could use > the Transport interface without SSL and use your own SSLEngine to

Re: SSL in proton-j

2014-02-21 Thread Rafael Schloming
I don't believe there is currently any way to do so, although you could use the Transport interface without SSL and use your own SSLEngine to provide encryption. The SSL stuff on the Java side is slated for a bit of a cleanup as soon as I have some time for it. If you file a JIRA for this capabil

SSL in proton-j

2014-02-20 Thread Piotr Kliczewski
Hello, Is there a way to use jks files for SSLContext configuration in proton-j? I noticed that in SslEngineFacadeFactory there is only a path to privatekey and certificate and single password which is not really used. I would like to be able to use my own keymanager and trustmanager arrays or pro