History log of /PHP-8.1/ext/openssl/tests/bug62890.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# bc7ea73d 27-Nov-2020 Jakub Zelenka

Use ServerClientTestCase in a test for default_socket_timeout=-1


# 68570816 27-Nov-2020 Jakub Zelenka

Fix test for bug62890 to not depend on system cert store


# eadd9807 09-Jun-2020 Christoph M. Becker

Fix #62890: default_socket_timeout=-1 causes connection to timeout

While unencrypted connections ignore negative timeouts, SSL/TLS
connections did not special case that, and so always fa

Fix #62890: default_socket_timeout=-1 causes connection to timeout

While unencrypted connections ignore negative timeouts, SSL/TLS
connections did not special case that, and so always failed due to
timeout.

show more ...