RE: Tests fail on openssl 1.1.1b Windows 7 built with VS 2013

2019-04-16 Thread John Unsworth
Good news. I upgraded nasm to the latest for win64 and everything now works OK. nasm-2.14.02-win64.zip C:\Downloads\OpenSSL\openssl-1.1.1b>nasm -v NASM version 2.14.02 compiled on Dec 26 2018 C:\Downloads\OpenSSL\openssl-1.1.1b>perl Configure VC-WIN64A no-shared --prefix=C:\Downloads\OpenSSL\op

rand interface while upgrading openssl

2019-04-16 Thread Chitrang Srivastava
Hi, I am trying to upgrade openssl for my embedded OS platform. The one we currently use is pretty old i.e. *OpenSSL 0.9.6a * , but porting to Openssl 1.1.1b works fine. I need suggestion regarding random number interface , earlier we were using RAND_METHOD. Can I still use the same mechanism?

Re: SSL_connect:error in SSLv3/TLS write client hello → write:errno=0

2019-04-16 Thread Harri T.
Hi all, The problem was an expired self-generated CA certificate. Now everything works fine. Br, Harri On 12.04.2019 20:20, Harri T. wrote: Hi! I'm trying to get LDAP STARTTLS working. What does "SSL_connect:error in SSLv3/TLS write client hello → write:errno=0" mean? Harri root@ldap2:~

Travis fixes?

2019-04-16 Thread Salz, Rich via openssl-users
Is anyone looking at the failing CI builds? It’s been a few days now.

RE: rand interface while upgrading openssl

2019-04-16 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Chitrang Srivastava > Sent: Tuesday, April 16, 2019 08:24 > I need suggestion regarding random number interface , earlier we were using > RAND_METHOD. That's a mechanism for telling OpenSSL what mechanism to use fo

Test data for the known Openssl CVEs

2019-04-16 Thread girish kumar
Hi All, I am trying to build a regression suite for the known vulnerabilities published by OpenSSL. For some of the CVEs, I am facing issues to generate test data. Is there anywhere test data available for the known CVEs for re-use. Any help would be appreciated. -- Regards, Girish