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

Adding a check to find NPN-capable OpenSSL. #2174

Merged
merged 2 commits into from
Jul 7, 2015

Conversation

nicolasnoble
Copy link
Member

Several comments:

-) We're always going to try building the embedded OpenSSL if we have it and if the system one isn't ALPN-capable.
-) I've removed the hardcoded test for the version number: this seems irrelevant now, especially since we have another check elsewhere that ensures the version of the submodule (which was the reason for that test to begin with).


int main() {
SSL_get0_next_proto_negotiated(NULL, NULL, NULL);
return OPENSSL_NPN_UNSUPPORTED;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is slightly confusing but if you have a good rationale for it, that's fine. Maybe a comment...

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see it. Did you push?

@nicolasnoble
Copy link
Member Author

I've done the 0.9 backport in jboeuf#1, targeting #2176.

@jboeuf
Copy link
Contributor

jboeuf commented Jun 24, 2015

Just to make sure. Do you want me to add it to #2176?

@jboeuf
Copy link
Contributor

jboeuf commented Jun 25, 2015

travis is red for a makefile generation issue. I'll merge when it's green.

Conflicts:
	Makefile
	templates/Makefile.template
@nicolasnoble
Copy link
Member Author

Crap, I didn't realize this still wasn't merged. And here I was, telling people around me this was done. I'm a bad person.

PR has been updated.

@nicolasnoble
Copy link
Member Author

Also, @murgatroid99, have a quick look at the Makefile changes ?

@jboeuf
Copy link
Contributor

jboeuf commented Jul 1, 2015

happy to merge but travis python is red. @nathanielmanistaatgoogle do you think it's a flake?

@nicolasnoble
Copy link
Member Author

Travis is all green now btw :-P

jboeuf added a commit that referenced this pull request Jul 7, 2015
Adding a check to find NPN-capable OpenSSL.
@jboeuf jboeuf merged commit 44a4ef3 into grpc:master Jul 7, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants