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

Windows: Install OpenSSL standalone #107

Closed
wants to merge 4 commits into from
Closed

Windows: Install OpenSSL standalone #107

wants to merge 4 commits into from

Conversation

sunjayBhatia
Copy link
Member

Solves msys2 openssl fork/DLL base address issues in RBE

See: envoyproxy/envoy#13276

Downloads OpenSSL installer from here: https://slproweb.com/products/Win32OpenSSL.html

Should be same installer used by chocolatey (https://chocolatey.org/packages/openssl#files) and mentioned on OpenSSL site: https://wiki.openssl.org/index.php/Binaries

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@sunjayBhatia
Copy link
Member Author

cc @lizan when you get a chance, this will allow us to untag all the failing/flaky //test/extensions/transport_sockets/tls/... tests in Envoy

@lizan
Copy link
Member

lizan commented Oct 13, 2020

@sunjayBhatia why do we need openssl in those tests?

@sunjayBhatia
Copy link
Member Author

@lizan do you prefer to have all the certs checked in? (imo its sorta nice to have things generated on the fly, makes sure we don't have to think about expiry dates and it keeps the tree cleaner, but its not a strong preference)

@lizan
Copy link
Member

lizan commented Oct 15, 2020

@sunjayBhatia yeah I think we had issue before with macOS so we checked in most of the certs. Or we can use the bssl binary from BoringSSL to accommodate those tests.

@sunjayBhatia
Copy link
Member Author

@sunjayBhatia yeah I think we had issue before with macOS so we checked in most of the certs. Or we can use the bssl binary from BoringSSL to accommodate those tests.

From what I’ve looked at bssl doesn’t have all the functionality of openssl and doesn’t look like it can generate x509 certs?

@sunjayBhatia
Copy link
Member Author

@lizan would you prefer a change to check in the certs rather than this one? it has an added benefit of ensuring the tests are runnable on macos if they arent already

@sunjayBhatia
Copy link
Member Author

sunjayBhatia commented Oct 19, 2020

@envoyproxy/build-tools-maintainers PTAL, the alternative to this change to the build image is to check in all generated certs in the //test/extensions/transport_sockets/tls/... set of tests

cc @envoyproxy/dependency-shepherds

@sunjayBhatia
Copy link
Member Author

/retest

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@lizan
Copy link
Member

lizan commented Oct 20, 2020

OK if bssl doesn't work I don't have strong preference. In general I'd like to avoid openssl though.

@sunjayBhatia
Copy link
Member Author

sunjayBhatia commented Oct 22, 2020

See envoyproxy/envoy#13702 as an alternative to updating OpenSSL @lizan

Copy link

@moderation moderation left a comment

Choose a reason for hiding this comment

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

Definitely @lizan 's area so will defer to him

@sunjayBhatia
Copy link
Member Author

superceded by envoyproxy/envoy#13702

@sunjayBhatia sunjayBhatia deleted the windows-install-openssl-standalone branch October 22, 2020 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants