-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ext/openssl: Prevent exposed error when using a PEM public key #11055
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
Conversation
Adapt tests to changed behavior Remove line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks reasonable. Just few changes needed.
Co-authored-by: Jakub Zelenka <[email protected]>
Co-authored-by: Jakub Zelenka <[email protected]>
Thank you for the review, much appreciated. I applied the requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good now. Just approved pipeline so if it passes, then it should be all good. It is actually technically an ABI break so I cannot merge it to anything else than master.
Issue: #11054
Note that:
FAIL openssl_pkey_derive() ECDH [D:\a\php-src\php-src\ext\openssl\tests\openssl_pkey_derive-ecdh.phpt]
); I do not see how this change had an impact there.