[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

Richard Levitte via RT rt at openssl.org
Tue May 10 20:22:07 UTC 2016


On Tue May 10 14:57:43 2016, sav_ix at ukr.net wrote:
>
> Hi, Everyone
>
> Updates sources from master branch and made OpenSSL build and test
> using command:
> (./Configure --prefix="$PWD/../GCC64r" -std=gnu11 -mtune=native
> -march=native threads no-deprecated shared mingw64 >_Configure.log &&
> make -j
> $NUMBER_OF_PROCESSORS >_make.log && make -j$NUMBER_OF_PROCESSORS
> install >_install.log) 2>_stderr.log && HARNESS_VERBOSE=yes make test
> >_test.log 2>&1
>
> Logs added in attachment.
>
> On some stage of OpenSSL testsuite run, process
> C:\libOPENSSL-1.1.0-dev\src\apps\openssl.exe s_server -no_comp -rev
> -engine ossltest -accept 4443 -cert ../apps/server.pem -naccept 1
> -cipher AES128-SHA
> stop respond over 5 minutes and was terminated manually.
>
> Same repeated a bit later with processes
> C:\libOPENSSL-1.1.0-dev\src\apps\openssl.exe s_client -engine ossltest
> -connect 127.0.0.1:4453 -4
> C:\libOPENSSL-1.1.0-dev\src\apps\openssl.exe s_client -engine ossltest
> -connect [::1]:4453 -6
> After their termination OpenSSL testsuite stop execution.
>
> Could you tell, whether this errors reproduced on other Windows
> systems? (mean not using cross-compilation or Wine)

Ah, I see that it's the tests based on TLSProxy that are troublesome... we have
seen this before, and I can't remember if this was resolved.

Matt, I think this is more your department....

--
Richard Levitte
levitte at openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4255
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list