]> granicus.if.org Git - php/commit
Fix tests regarding OpenSSL security_level
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Jun 2020 11:28:09 +0000 (13:28 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Jun 2020 11:28:09 +0000 (13:28 +0200)
commitb281493503401a2b5c45c11fcd0498d8448998c2
tree89838a58574c1aef5f38b5d277792a7387410037
parent6b702eea15e34a3d6b81a78b7d7c7fbe16c5d2ae
Fix tests regarding OpenSSL security_level

The `security_level` stream option is only available as of OpenSSL
1.1.0, so we only set it for these versions.  Older OpenSSL versions
do not have security levels at all.
ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt
ext/openssl/tests/tlsv1.0_wrapper.phpt
ext/openssl/tests/tlsv1.1_wrapper.phpt