Test: /ext/openssl/tests/bug77390.phpt - Version 7.3.26        

Bug #77390 feof might hang on TLS streams in case of fragmented TLS records
Submitted: 2018-12-31 15:53:30 Modified: 2019-01-17 18:15:52
From: kelunik Assigned: bukka
Status: Closed Package: OpenSSL related
PHP Version: 7.2.13 OS:

There are 4 different diffs reported by users for this test.

Count Diff
2 (40%)
003+ Segmentation fault
004+ Segmentation fault
1 (20%)
001+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Connection refused) in /usr/local/src/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7
002+
001- string(0) ""
002- string(12) "hello, world"
003+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /usr/local/src/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8
004+
005+ Warning: stream_select(): supplied argument is not a valid stream resource in /usr/local/src/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
006+
007+ Warning: stream_select(): No stream arrays were passed in /usr/local/src/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
008+
009+ ** ERROR: process timed out **
1 (20%)
001+ Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
002+ error:1408F10B:SSL routines:ssl3_get_record:wrong version number in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7
001- string(0) ""
002- string(12) "hello, world"
003+
004+ Warning: stream_socket_client(): Failed to enable crypto in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7
005+
006+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:10012 (Unknown error) in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 7
007+
008+ Warning: stream_set_blocking() expects parameter 1 to be resource, bool given in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 8
009+
010+ Warning: stream_select(): supplied argument is not a valid stream resource in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
011+
012+ Warning: stream_select(): No stream arrays were passed in /opt/php/build/php-7.3.26/ext/openssl/tests/ServerClientTestCase.inc(130) : eval()'d code on line 14
013+
014+ ** ERROR: process timed out **
1 (20%)
001+ ** ERROR: process timed out **
001- string(0) ""
002- string(12) "hello, world"