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

openssl 1.1.0 #39

Open
eduardomazolini opened this issue Mar 6, 2019 · 3 comments
Open

openssl 1.1.0 #39

eduardomazolini opened this issue Mar 6, 2019 · 3 comments

Comments

@eduardomazolini
Copy link
Contributor

eduardomazolini commented Mar 6, 2019

openssl/openssl#8408
Change code for use ADH on new openssl. But bug if use on old versions.

$context = stream_context_create(array('ssl' => array('ciphers' => 'ADH:ALL:@SECLEVEL=0', 'verify_peer' => false, 'verify_peer_name' => false)));

@BenMenking
Copy link
Owner

Since we want to maintain backwards compatibility (as much as possible), I don't think we want to make this change? Anybody else care to comment on this?

@scottchiefbaker
Copy link

I support moving forward and requiring new versions of SSL. Perhaps we can use a check to support the old version, but throw an E_USER_DEPRECATED warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@scottchiefbaker @BenMenking @eduardomazolini and others