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

mobile: pulling server ssl context out of mobile build #34144

Merged
merged 4 commits into from
May 22, 2024

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented May 14, 2024

Risk Level: low
Testing: updated tests
Docs Changes: n/a
Release Notes: n/a
envoyproxy/envoy-mobile#176

Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #34144 was opened by alyssawilk.

see: more, trace.

@alyssawilk alyssawilk force-pushed the context_manager branch 5 times, most recently from fe87431 to d054cde Compare May 15, 2024 20:38
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk
Copy link
Contributor Author

/retest

@alyssawilk alyssawilk marked this pull request as ready for review May 20, 2024 16:07
Copy link
Contributor

@ggreenway ggreenway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/wait-any

@@ -192,22 +192,20 @@ std::vector<std::string> Utility::getSubjectAltNames(X509& cert, int type, bool

std::string Utility::generalNameAsString(const GENERAL_NAME* general_name) {
std::string san;
ASN1_STRING* str;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this file seem unrelated. Revert? Or if you like them, ASN1_STRING* str = nullptr; to avoid possibility of uninitialized pointer in future changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this was a coverage improvement to make up for not e2e testing the factory creation failing. I could alternately add a unit test and not link that in but seems overkill.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk
Copy link
Contributor Author

/retest

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk enabled auto-merge (squash) May 21, 2024 20:45
@alyssawilk
Copy link
Contributor Author

/wait on CI

@alyssawilk
Copy link
Contributor Author

/wait on CI

@alyssawilk alyssawilk merged commit 7dca2c8 into envoyproxy:main May 22, 2024
52 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants