Jetty.project: Document Conscrypt SSL

Created on 19 Sep 2017  路  4Comments  路  Source: eclipse/jetty.project

Document the Conscrypt SSL module and associated implementation per #215

Documentation

Most helpful comment

@travisspencer Sorry about that, I will get it added. It is actually quite easy to do - simply instantiate an instance of Concrypt's OpenSSLProvider and add it as a provider to the JVM Security class. After that, add Conscrypt as the provider in Jetty's sslContextFactory.

All 4 comments

I didn't find anything in those updated docs, @WalkerWatch , about how to use Conscrypt with Jetty when embedding Jetty. Is that due to my lack of knowledge about modules or did I just miss it in your patch or is that part of the docs TBD?

@travisspencer Sorry about that, I will get it added. It is actually quite easy to do - simply instantiate an instance of Concrypt's OpenSSLProvider and add it as a provider to the JVM Security class. After that, add Conscrypt as the provider in Jetty's sslContextFactory.

That sounds very easy, @WalkerWatch . Thanks for the info and the update to the docs!

We need to document client side usage as well

Was this page helpful?
0 / 5 - 0 ratings