Test: /ext/openssl/tests/bug68920.phpt - Version 7.0.27        

Bug #68920 php_x509_fingerprint_match need stricter checks
Submitted: 2015-01-27 12:51:33 Modified: 2015-03-04 19:54:15
From: erik Assigned: rdlowrey
Status: Closed Package: OpenSSL related
PHP Version: 5.6.5 OS:

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

Count Diff
1 (13%)
001+ Warning: stream_socket_client(): SSL: Success in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 7
001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
008+ Warning: stream_socket_client(): SSL: Success in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 11
008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
015+ Warning: stream_socket_client(): SSL: Success in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
017+ Warning: stream_socket_client(): Failed to enable crypto in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
018+
019+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
020+ bool(false)
021+
022+ Warning: stream_socket_client(): SSL: Success in /root/php-src/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 19
017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
023-
024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
025-
026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
027-
028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
029-
030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
031- bool(false)
1 (13%)
001+ Warning: stream_socket_client(): SSL: Connection reset by peer in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 7
001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
008+ Warning: stream_socket_client(): SSL: Connection reset by peer in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 11
008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
015+ Warning: stream_socket_client(): SSL: Connection reset by peer in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
017+ Warning: stream_socket_client(): Failed to enable crypto in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
018+
019+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Unknown error) in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
020+ bool(false)
021+
022+ Warning: stream_socket_client(): SSL: Connection reset by peer in /home/mouse/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 19
017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
023-
024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
025-
026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
027-
028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
029-
030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
031- bool(false)
1 (13%)
001+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/curl.so' - /usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
002+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/fileinfo.so' - /usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0
003+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/json.so' - /usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/json.so: cannot open shared object file: No such file or directory in Unknown on line 0
004+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/phar.so' - /usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/phar.so: cannot open shared object file: No such file or directory in Unknown on line 0
005+ PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/zip.so' - /usr/local/php5.6/lib/php/extensions/no-debug-zts-20151012/zip.so: cannot open shared object file: No such file or directory in Unknown on line 0
006+
1 (13%)
001+ PHP Warning: Module 'mysqli' already loaded in Unknown on line 0
002+ PHP Warning: Module 'openssl' already loaded in Unknown on line 0
003+ PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
004+ PHP Warning: Module 'sockets' already loaded in Unknown on line 0
001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
006+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 7
007+ bool(false)
008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
009+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 11
010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
011-
012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
012+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
013+ bool(false)
014-
015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
016-
017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
018-
019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
015+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 19
017+ PHP Warning: stream_socket_accept(): accept failed: Operation timed out in /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(90) : eval()'d code on line 10
018+ PHP Stack trace:
019+ PHP 1. {main}() /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc:0
020+ PHP 2. ServerClientTestCase->runWorker() /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc:112
021+ PHP 3. eval() /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc:90
022+ PHP 4. stream_socket_accept() /ms/php/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(90) : eval()'d code:10
020-
021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
022- bool(false)
023-
024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
025-
026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
027-
028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
029-
030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
031- bool(false)
1 (13%)
001+ PHP Warning: Module 'gd' already loaded in Unknown on line 0
002+ PHP Warning: Module 'curl' already loaded in Unknown on line 0
003+ PHP Warning: Module 'openssl' already loaded in Unknown on line 0
004+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line 0
005+ PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
001- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
003- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
005- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
007+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /home/dev/tool/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 7
008+ bool(false)
008- Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
010+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /home/dev/tool/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 11
010- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
011-
012- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
013+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /home/dev/tool/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 15
014+ bool(false)
014-
016+ Warning: stream_socket_client(): unable to connect to ssl://127.0.0.1:64321 (Connection refused) in /home/dev/tool/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(96) : eval()'d code on line 19
018+ PHP Warning: stream_socket_accept(): accept failed: Connection timed out in /home/dev/tool/php-7.0.27/ext/openssl/tests/ServerClientTestCase.inc(90) : eval()'d code on line 10
015- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
016-
017- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
018-
019- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
020-
021- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
022- bool(false)
023-
024- Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form required in %s on line %d
025-
026- Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
027-
028- Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
029-
030- Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
031- bool(false)
1 (13%)
001+ Failed loading /usr/local/lib/php/extensions/no-debug-zts-20160303/ioncube_loader_lin_7.1_ts.so: /usr/local/lib/php/extensions/no-debug-zts-20160303/ioncube_loader_lin_7.1_ts.so: undefined symbol: zend_interrupt_function
002+ Failed loading /usr/local/lib/php/extensions/no-debug-zts-20160303/opcache.so: /usr/local/lib/php/extensions/no-debug-zts-20160303/opcache.so: undefined symbol: zend_signal_globals_id
003+
1 (13%)
001+ Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: undefined symbol: zend_opcode_handlers
002+
1 (13%)