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

Extract public key portion via PEM roundtrip #9282

Closed
wants to merge 2 commits into from

Conversation

Atry
Copy link
Contributor

@Atry Atry commented Oct 31, 2022

This diff applies the approach similar to php/php-src@26a51e8 in order to fix behavior changes in OpenSSL 3

Test Plan

The existing tests should still pass with OpenSSL 1.1

"$HHVM_BIN" hphp/test/run.php hphp/test/slow/ext_openssl/ext_openssl.php

@Atry Atry marked this pull request as ready for review November 1, 2022 02:33
@facebook-github-bot
Copy link
Contributor

@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Atry and others added 2 commits November 2, 2022 09:21
Differential Revision: D40942193

fbshipit-source-id: 8751fa772a3829f4ac594e17f252a98de960cc67
Summary:
This diff applies the approach similar to php/php-src@26a51e8 in order to fix behavior changes in OpenSSL 3

Pull Request resolved: facebook#9282

Test Plan:
The existing tests should still pass with OpenSSL 1.1
```
"$HHVM_BIN" hphp/test/run.php hphp/test/slow/ext_openssl/ext_openssl.php
```

For OpenSSL 3 compatibility, this diff should be tested along with D40775247.

Differential Revision: D40876120

Pulled By: Atry

fbshipit-source-id: 33f831f7c7b94876a7f67ff2e6c53d8026aa9129
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D40876120

Atry added a commit to Atry/hhvm that referenced this pull request Nov 2, 2022
Summary:
This diff applies the approach similar to php/php-src@26a51e8 in order to fix behavior changes in OpenSSL 3

Pull Request resolved: facebook#9282

Test Plan:
The existing tests should still pass with OpenSSL 1.1
```
"$HHVM_BIN" hphp/test/run.php hphp/test/slow/ext_openssl/ext_openssl.php
```

Differential Revision: D40876120

Pulled By: Atry

fbshipit-source-id: 402e333b76853d70931f6898dd15ae9e88d8ecd8
Atry added a commit to Atry/hhvm that referenced this pull request Nov 2, 2022
Summary:
This diff applies the approach similar to php/php-src@26a51e8 in order to fix behavior changes in OpenSSL 3

Pull Request resolved: facebook#9282

Test Plan:
The existing tests should still pass with OpenSSL 1.1
```
"$HHVM_BIN" hphp/test/run.php hphp/test/slow/ext_openssl/ext_openssl.php
```

Differential Revision: D40876120

Pulled By: Atry

fbshipit-source-id: a0d7d9932da78f06b986096f45a03d169331f38c
@Wilfred Wilfred closed this Dec 1, 2022
@Atry
Copy link
Contributor Author

Atry commented Dec 1, 2022

@Wilfred Why do you close this PR? This PR is necessary to port HHVM to OpenSSL 3, and it is ready for review.

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

Successfully merging this pull request may close these issues.

3 participants