Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibreSSL compatibility fix #843

Closed
wants to merge 1 commit into from
Closed

LibreSSL compatibility fix #843

wants to merge 1 commit into from

Conversation

lt
Copy link
Contributor

@lt lt commented Sep 26, 2014

Test compiled on OpenBSD 5.6 current snapshot.

./configure --disable-all --enable-debug --with-openssl=/usr

$ sapi/cli/php -i | grep -A 3 OpenSSL
OpenSSL support => enabled
OpenSSL Library Version => LibreSSL 2.0
OpenSSL Header Version => LibreSSL 2.0

Test results

FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #55646: textual input in openssl_csr_new() is not expected in UTF-8 [ext/openssl/tests/bug55646.phpt]
Bug #65729: CN_match gives false positive when wildcard is used [ext/openssl/tests/bug65729.phpt]

First failure is platform specific (OpenBSD /etc/ssl/openssl.cnf does not contain a v3_ca section
Second failure is kind of XFAIL lately

Can probably go into current 5.x branches too.

@lt
Copy link
Contributor Author

lt commented Feb 21, 2015

This patch is still relevant. Tested again on OpenBSD 5.6 and Linux with libressl-portable 2.1.3

@php-pulls
Copy link

Comment on behalf of leigh at php.net:

Merged into 5.5, 5.6, and master

@php-pulls php-pulls closed this Mar 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants