Niklas Keller in php.internals (Thu, 03 Dec 2015 17:39:35 +0000):
>Seems like a failed release, make test doesn't work for OpenSSL 1.0.2e.
>Heared other people have other issues on 1.0.1 as well.

On Windows you don't do 'make test', you do

N:\OpensslVC14.x64\openssl>nmake -f ms\ntdll.mak test
....
client authentication
server authentication
depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA
depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2
depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA
depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2
TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
1 handshakes of 256 bytes done
passed all tests

and

N:\OpensslVC14.x64\openssl>nmake -f ms\nt.mak test
....
client authentication
server authentication
depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA
depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2
depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA
depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2
TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
1 handshakes of 256 bytes done
passed all tests

I had some trouble adding the applink. With the standard FIPS 140-2 build
scripts it stopped with a "Do not know how to make tmp32\applink.obj".
Copying the tmp32dll\applink.obj to tmp32 proved to be the solution.

I am now running the subversion test.

https://www.apachelounge.com/viewtopic.php?t=6359
-- 
Jan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to