[1.4] listener: clean up accept filters before connection creation#119
Merged
howardjohn merged 1 commit intoistio:release-1.4from Nov 7, 2019
Merged
[1.4] listener: clean up accept filters before connection creation#119howardjohn merged 1 commit intoistio:release-1.4from
howardjohn merged 1 commit intoistio:release-1.4from
Conversation
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
howardjohn
approved these changes
Nov 7, 2019
ericvn
approved these changes
Nov 7, 2019
Author
|
Thanks! istio/proxy on the way |
lambdai
added a commit
to lambdai/proxy
that referenced
this pull request
Nov 7, 2019
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
istio-testing
pushed a commit
to istio/proxy
that referenced
this pull request
Nov 7, 2019
howardjohn
pushed a commit
that referenced
this pull request
Mar 3, 2020
Previously, TLS inspector didn't support TLSv1.3 and clients configured to use only TLSv1.3 were not recognized as TLS clients. Because TLS extensions (SNI, ALPN) were not inspected, those connections might have been matched to a wrong filter chain, possibly bypassing some security restrictions in the process. Fixes istio/istio#18695. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
brian-avery
pushed a commit
that referenced
this pull request
Jun 30, 2020
Previously, TLS inspector didn't support TLSv1.3 and clients configured to use only TLSv1.3 were not recognized as TLS clients. Because TLS extensions (SNI, ALPN) were not inspected, those connections might have been matched to a wrong filter chain, possibly bypassing some security restrictions in the process. Fixes istio/istio#18695. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Miss-you
pushed a commit
to Miss-you/envoy
that referenced
this pull request
Nov 17, 2020
修改 CI 触发条件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Signed-off-by: Yuchen Dai silentdai@gmail.com
Early adopt of envoyproxy#8922 in 1.4
Fix istio/istio#18229