[openssl-dev] 1.1.1 master consistently fails (was Re: openssl 1-1-0-stable fails)

Blumenthal, Uri - 0553 - MITLL uri at ll.mit.edu
Sun Sep 3 21:18:32 UTC 2017


MacOS 10.12.6, Xcode-8.3.3. Current Github master:

Test Summary Report
-------------------
../test/recipes/70-test_clienthello.t            (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=136, Tests=1266, 461 wallclock secs ( 2.58 usr  0.48 sys + 221.36 cusr 135.66 csys = 360.08 CPU)
Result: FAIL
make[1]: *** [_tests] Error 1
make: *** [tests] Error 2

Config & build script (feel free to suggest improvements, BTW):
#!/bin/bash -ex

make distclean || true
# For OpenSSL-1.1.1 master (development branch)
./config --prefix=$HOME/openssl-1.1 --openssldir=$HOME/openssl-1.1/etc --with-rand-seed=rdcpu enable-aria enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-zlib-dynamic enable-tls1_3 enable-tls13downgrade
# For OpenSSL-1.1.0-stable
#./config --prefix=$HOME/openssl-1.1 --openssldir=$HOME/openssl-1.1/etc enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-zlib-dynamic enable-tls1_3 enable-tls13downgrade
make depend && make clean && make -j 2 all && make test && make install


> On Sep 2, 2017, at 21:15, Blumenthal, Uri - 0553 - MITLL <uri at ll.mit.edu> wrote:
> 
> All my builds include "make distclean" at the start of the process. However when I repeated that cleanup and re-run the build, 1_1_0-stable error disappeared. A fluke?!
> 
> Regards,
> Uri
> 
> Sent from my iPhone
>> 
>> Yes, the branch is OpenSSL_1_1_0-stable. Apparently it does not complain seeing these un-realizable parameters. And error is “genuine”.
>> 
>> 1.1 master also fails tests:
>> 
>> Test Summary Report
>> -------------------
>> ../test/recipes/70-test_clienthello.t            (Wstat: 256 Tests: 1 Failed: 1)
>>   Failed test:  1
>>   Non-zero exit status: 1
>> Files=136, Tests=1266, 480 wallclock secs ( 2.72 usr  0.55 sys + 226.57 cusr 144.10 csys = 373.94 CPU)
>> Result: FAIL
>> make[1]: *** [_tests] Error 1
>> make: *** [tests] Error 2
>> $ 
>> 
>> Config:
>> 
>> ./config --prefix=$HOME/openssl-1.1 --openssldir=$HOME/openssl-1.1/etc --with-rand-seed=rdcpu enable-aria enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-zlib-dynamic enable-tls1_3 enable-tls13downgrade
>> 
>> As you see, for 1.1.1 master I’m enabling ARIA and setting default entropy source to RDRAND. ;-)
>> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20170903/ace80f15/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5734 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20170903/ace80f15/attachment.bin>


More information about the openssl-dev mailing list