openssl 3.0.3 minor patches to build on SCO OpenServer 5.0.7

2022-05-18 Thread Kevin R. Bulgrien
> From: "Matt Caswell" > Subject: Re: openssl 1.1.1 minor patches to build on SCO OpenServer 5.0.7 > > Hi Kevin, > > The patch in s_socket.c is likely to be acceptable. It looks reasonable > to me, it may well be useful on other systems and can probably be > described as a bug fix. > > The

Re: "openssl(1.0.2k) s_client -connect data.reversinglabs.com:443 -tls1_2" gives error: SSL3_GET_RECORD"wrong version number:s3_pkt.c:365

2022-05-18 Thread Mark Hack
Since you did not give us a lot of information, I compiled the old openssl version and checked against your server. OpenSSL 1.0.2 does not send the Server Name Indication and it seems that your server does not have a default server set up. Forcing the SNI to be included allows it to connect:

Re: AES and EVP_CIPHER question

2022-05-18 Thread Matt Caswell
On 17/05/2022 16:25, Philip Prindeville wrote: Thanks, and for 1.1.x? There's nothing equivalent in 1.1.x AFAIK. Matt