openssl client -> java jsse server problem

2000-05-25 Thread Will Rusch
openssl client -> java jsse server problem I'm stuck trying to get the openssl 0.9.5a s_client to talk with a java (jsse) server, using DSA algorithms. I've tried 512-bit and 1024-bit keys. The java server is using a keytool-generated cert/key pair, signed by my CA cert that I created with opens

Re: openssl client -> java jsse server problem

2000-05-30 Thread Will Rusch
openssl source to build your 'broken' s_client? I would like to reproduce your patch. Thanks, --Will Rusch Dr Stephen Henson wrote: > Will Rusch wrote: > > > > openssl client -> java jsse server problem > > > > I'm stuck trying to get the ope