You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Gary Gregory <ga...@gmail.com> on 2017/05/11 06:31:18 UTC

Rounding out the SslContextBuilder

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 for or against on adding builder support for these?

Thank you,
Gary

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Rounding out the SslContextBuilder

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, May 11, 2017 at 12:25 AM, Oleg Kalnichevski <ol...@apache.org>
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-
> > wired
> > are:
> >
> > - TrustManagerFactory.getDefaultAlgorithm()
> > - KeyStore.getDefaultType()
> > - KeyManagerFactory.getDefaultAlgorithm()
> >
> > Any thoughts for or against on adding builder support for these?
> >
> > Thank you,
> > Gary
>
> Sure. Sounds reasonable. You might want to use this task to try out the
> concept of building new features on a dev (feature) branch.
>

Please see Git branch dev/4.4.x/HTTPCORE-466.

Gary


>
> Oleg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Rounding out the SslContextBuilder

Posted by Oleg Kalnichevski <ol...@apache.org>.
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()
> - KeyStore.getDefaultType()
> - KeyManagerFactory.getDefaultAlgorithm()
> 
> Any thoughts for or against on adding builder support for these?
> 
> Thank you,
> Gary

Sure. Sounds reasonable. You might want to use this task to try out the
concept of building new features on a dev (feature) branch.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org