Re: Rounding out the SslContextBuilder

2017-05-12 Thread Gary Gregory
On Thu, May 11, 2017 at 12:25 AM, Oleg Kalnichevski wrote: > On Wed, 2017-05-10 at 23:31 -0700, Gary Gregory wrote: > > Hi All: > > > > We recently added the ability for the SslContextBuilder to accept a > > Provider. > > > > The other settings that we could pick up and that are currently hard- >

Re: Rounding out the SslContextBuilder

2017-05-11 Thread Oleg Kalnichevski
On Wed, 2017-05-10 at 23:31 -0700, Gary Gregory wrote: > Hi All: > > We recently added the ability for the SslContextBuilder to accept a > Provider. > > The other settings that we could pick up and that are currently hard- > wired > are: > > - TrustManagerFactory.getDefaultAlgorithm() > - KeySto

Rounding out the SslContextBuilder

2017-05-10 Thread Gary Gregory
Hi All: We recently added the ability for the SslContextBuilder to accept a Provider. The other settings that we could pick up and that are currently hard-wired are: - TrustManagerFactory.getDefaultAlgorithm() - KeyStore.getDefaultType() - KeyManagerFactory.getDefaultAlgorithm() Any thoughts fo