[v11.x backport] TLS1.3#26951
Closed
sam-github wants to merge 13 commits intonodejs:v11.x-stagingfrom
Closed
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PRs included in this backort:
Update openssl1.1.1b: Update openssl1.1.1b #26327, backported because openssl updates don't merge well, and always need backportingTLS1.3 support: TLS1.3 support #26209 (WIP), had to do some minor fixups to cherry-picktls: revert default max to TLSv1.2: this is new, it reverts the semver-major change introduced in the previous committls: add debugging to native TLS code: tls: add debugging to native TLS code #26843, cherry-picked clean on top ofTLS1.3 supportdoc: describe tls.DEFAULT_MIN_VERSION/_MAX_VERSION: doc: describe tls.DEFAULT_MIN_VERSION/_MAX_VERSION #26821, had to fix a minor conflict caused bytls: revert default max to TLSv1.2, which changed the default min/max from the values on mastertls: support shared openssl 1.1.0: this is new, it adds back support for openssl 1.1.0tls: add --tls-min-v1.2 CLI switch: this is new, it adds a CLI switch to change the min protocol to v1.2Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes