Re: Testing TLS 1.0 with OpenSSL master

2020-08-25 Thread Kurt Roeckx
On Mon, Aug 24, 2020 at 01:38:41PM -0700, John Baldwin wrote: > On 8/18/20 9:49 AM, Matt Caswell wrote: > > > > > > On 17/08/2020 18:55, John Baldwin wrote: > >> 1) Is 'auth_level' supposed to work for this? The CHANGES.md change > >>references SSL_CTX_set_security_level and openssl(1) claim

Re: Testing TLS 1.0 with OpenSSL master

2020-08-24 Thread John Baldwin
On 8/18/20 9:49 AM, Matt Caswell wrote: > > > On 17/08/2020 18:55, John Baldwin wrote: >> 1) Is 'auth_level' supposed to work for this? The CHANGES.md change >>references SSL_CTX_set_security_level and openssl(1) claims that >>'-auth_level' changes this? Is the CHANGES.md entry wrong an

Re: Testing TLS 1.0 with OpenSSL master

2020-08-18 Thread Matt Caswell
On 17/08/2020 18:55, John Baldwin wrote: > 1) Is 'auth_level' supposed to work for this? The CHANGES.md change >references SSL_CTX_set_security_level and openssl(1) claims that >'-auth_level' changes this? Is the CHANGES.md entry wrong and only >SECLEVEL=0 for the ciphers work by d

RE: Testing TLS

2005-11-10 Thread Randy Gordey
Hi Warrick,   For sendmail verify TLS: openssl s_client -starttls smtp -showcerts -connect MTA.FQDN:25       ~R.Gordey   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Warrick FitzGerald Sent: Wednesday, November 09, 2005 8:38 PM To: openssl-users@openssl.org

Re: Testing TLS

2005-11-10 Thread Victor B. Wagner
On 2005.11.09 at 20:50:39 -0500, Victor Duchovni wrote: > On Wed, Nov 09, 2005 at 08:38:02PM -0500, Warrick FitzGerald wrote: > > > Hi Guys, > > > > I'm trying to test a connection to a TLS enabled SMTP server. Is it > > possible to use use OpenSSL to setup the TLS sessison and then interact > >

Re: Testing TLS

2005-11-09 Thread Victor Duchovni
On Wed, Nov 09, 2005 at 08:38:02PM -0500, Warrick FitzGerald wrote: > Hi Guys, > > I'm trying to test a connection to a TLS enabled SMTP server. Is it > possible to use use OpenSSL to setup the TLS sessison and then interact > with the mail server as if I'd telnet'd to port 25? > Yes, with sign