Re: Interoperability TLS/SSL

2000-03-20 Thread Claus Assmann
On Mon, Mar 20, 2000, Bodo Moeller wrote: > On Sun, Mar 19, 2000 at 07:51:38PM -0800, Claus Assmann wrote: > > I'm trying to write a server (using OpenSSL) that doesn't use > > patented algorithms, which means I have to restrict my server to > > TLSv1 or SSLv3 (right?), so I would like to use TLS

Re: Interoperability TLS/SSL

2000-03-20 Thread Bodo Moeller
On Sun, Mar 19, 2000 at 07:51:38PM -0800, Claus Assmann wrote: > I'm trying to write a server (using OpenSSL) that doesn't use > patented algorithms, which means I have to restrict my server to > TLSv1 or SSLv3 (right?), so I would like to use TLSv1 only, but > then a "default" client (SSL23_meth

Re: Interoperability TLS/SSL

2000-03-20 Thread Lutz Jaenicke
On Sun, Mar 19, 2000 at 07:51:38PM -0800, Claus Assmann wrote: > I'm trying to write a server (using OpenSSL) that doesn't use > patented algorithms, which means I have to restrict my server to > TLSv1 or SSLv3 (right?), so I would like to use TLSv1 only, but > then a "default" client (SSL23_metho

Re: Interoperability TLS/SSL

2000-03-19 Thread Rich Salz
> I'm trying to write a server (using OpenSSL) that doesn't use > patented algorithms. In all seriousness, why? Is it important that you deploy before September? Your testing matrix was among the most awesome I have ever seen. /r$ ___

Interoperability TLS/SSL

2000-03-19 Thread Claus Assmann
I'm trying to write a server (using OpenSSL) that doesn't use patented algorithms, which means I have to restrict my server to TLSv1 or SSLv3 (right?), so I would like to use TLSv1 only, but then a "default" client (SSL23_method) does not talk to my server. Is there a description which versions o