Re: Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Piyush, On 8/6/18 7:37 PM, Piyush K wrote: > Hi Christopher, > > I am using my own custom OpenSSL engine that I wrote for elliptical > curve doggie Hellman (ECDH) > > I am setting the SSLEngine to my engine name in the Listener in the > tomcat con

Re: Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-06 Thread Piyush K
I meant "Diffie Hellman", my iPhone spell checker has a mind of its own :) Sent from my iPhone > On Aug 6, 2018, at 4:37 PM, Piyush K wrote: > > Hi Christopher, > > I am using my own custom OpenSSL engine that I wrote for elliptical curve > doggie Hellman (ECDH) > > I am setting the

Re: Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-06 Thread Piyush K
Hi Christopher, I am using my own custom OpenSSL engine that I wrote for elliptical curve doggie Hellman (ECDH) I am setting the SSLEngine to my engine name in the Listener in the tomcat configuration file (conf/server.xml) But looks like the engine is not being set in the funct

Re: Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Piyush, On 8/3/18 2:52 PM, Piyush K wrote: > > Dear tomcat community, > > I have a question - I am using tomcat and OpenSSL (with apr and > tomcat= -native-1.2.16). Versions are as follows :- apr-1-config > 1.5.2 tomcat-native-1.2.16 OpenSSL 1.1.0

Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-03 Thread Piyush K
Dear tomcat community, I have a question - I am using tomcat and OpenSSL (with apr and tomcat= -native-1.2.16). Versions are as follows :- apr-1-config 1.5.2 tomcat-native-1.2.16 OpenSSL 1.1.0 Tomcat 8.5.31 This works fine with my custom OpenSSL 1.1.0 installation.=20 Next I wrote my own c