-
Notifications
You must be signed in to change notification settings - Fork 44
auto-merge envoyproxy/envoy[release/v1.34] into envoyproxy/envoy-openssl[release/v1.34] #425
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
Open
update-openssl-envoy
wants to merge
13
commits into
release/v1.34
Choose a base branch
from
auto-merge-release-v1-34
base: release/v1.34
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
selected backport of #42317 Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
So that `%START_TIME_LOCAL%` works in the logs. Fixes: #42313 Signed-off-by: Jonh Wendell <jwendell@redhat.com>
Signed-off-by: Jonh Wendell <jwendell@redhat.com>
…ct is enabled (#42024) This PR fixes a connection leak in the TCP proxy when the `receive_before_connect` feature is enabled and the downstream connection closes before the upstream connection is established. After this, the TCP Proxy should properly propagates the end-of-stream signal to the upstream connection even when no data gets received from the downstream, preventing upstream connection leaks. Fix envoyproxy/envoy#42006 --- **Commit Message**: tcp_proxy: fixes a cx leak in the TCP Proxy when receive_before_connect is enabled **Additional Description:** Fixed a connection leak in the TCP proxy when the `receive_before_connect` feature is enabled and the downstream connection closes before the upstream connection is established. **Risk Level:** Low **Testing:** Added Tests **Docs Changes:** N/A **Release Notes:** Added Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Certificates with an OTHERNAME SAN using type `V_ASN1_UNIVERSALSTRING` or `V_ASN1_BMPSTRING` with an embedded null would have the name truncated at the first null, resulting in an incorrect check. Signed-off-by: Greg Greenway <ggreenway@apple.com> Signed-off-by: Yan Avlasov <yavlasov@google.com>
Signed-off-by: Boteng Yao <boteng@google.com>
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
* Security fixes: - CVE-2025-64527: Envoy crashes when JWT authentication is configured with the remote JWKS fetching - CVE-2025-66220: TLS certificate matcher for `match_typed_subject_alt_names` may incorrectly treat certificates containing an embedded null byte - CVE-2025-64763: Potential request smuggling from early data after the CONNECT upgrade **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.11 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.11/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.11/version_history/v1.34/v1.34.11 **Full changelog**: envoyproxy/envoy@v1.34.10...v1.34.11
a08f8ba to
2157058
Compare
4531b1c to
055de61
Compare
b55e6a8 to
242cd55
Compare
…ssl[release/v1.34] * upstream/release/v1.34: repo: Dev v1.34.12 repo: Release v1.34.11 changelogs/1.34.11: Add summary Add option to reject early CONNECT data fix jwt_auth crash with two or more auth header tls: fix SAN validation for OTHERNAME types with embedded nulls Certificates with an OTHERNAME SAN using type `V_ASN1_UNIVERSALSTRING` or `V_ASN1_BMPSTRING` with an embedded null would have the name truncated at the first null, resulting in an incorrect check. tcp_proxy: fixes a cx leak in the TCP Proxy when receive_before_connect is enabled (#42024) distribution/docker: Bump Ubuntu -> 104ae837 (#42337) distribution/docker: Install tzdata (#42338) bazel: Bump -> 7.7.1 (#42295) bazelrc: Add compatibility with repo settings github/ci: Fix request workflow (#42355) Signed-off-by: jwendell <125759+jwendell@users.noreply.github.com>
242cd55 to
a103c6d
Compare
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.
Generated by envoy-sync-receive.sh