Hi, On Fri, Mar 15, 2019 at 3:28 PM Darran Lofthouse <darran.loftho...@jboss.com> wrote: > FYI if anyone is interested in using OpenSSL through a Java security Provider > we have this project available within the WildFly project: - > > https://github.com/wildfly/wildfly-openssl
There is also the effort from Google, Conscrypt: https://github.com/google/conscrypt It's a full blown JCE and JSSE implementation based on OpenSSL, so it can easily be used in this way; java.security.Security.addProvider(new org.conscrypt.OpenSSLProvider()); To my knowledge, Conscrypt is what's being used in Android and we optionally use it in Jetty too. -- Simone Bordet --- Finally, no matter how good the architecture and design are, to deliver bug-free software with optimal performance and reliability, the implementation technique must be flawless. Victoria Livschitz