-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(SSL_renegociate) #10256
feat(SSL_renegociate) #10256
Conversation
34b44fc
to
1f87f9e
Compare
Thank you. Can we copy the tests from node? |
❌ @gvilums 4 files with test failures on linux-x64-baseline: |
❌ @gvilums 4 files with test failures on linux-x64: |
❌ @gvilums 6 files with test failures on bun-darwin-aarch64:
|
❌ @gvilums 10 files with test failures on bun-windows-x86_64-haswell
|
❌ @gvilums 4 files with test failures on bun-darwin-x64:
|
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, only one nitpick.
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
What does this PR do?
Allow SSL renegociation for TLSv1.2 on clients
How did you verify your code works?
I wrote automated tests