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

Separated client init from server init, and added struct to manage custom ssl/tls protocols #157

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shehzadkhawar
Copy link

No description provided.

@@ -67,10 +67,6 @@ static void ssl_init(void) {
initialised = 1;
OpenSSL_add_all_algorithms();
SSL_library_init();

/* TODO: Move to sslconnect() */
Copy link
Owner

Choose a reason for hiding this comment

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

This was meant more like "make the context local to the client socket", i.e. move it from global variable to the socket strucuture.

@sustrik
Copy link
Owner

sustrik commented Oct 8, 2016

The tests in Travis are failing. Apparently, there's some Travis problem with OSX builds. However, even Linux tests are failing (compilation error). And why hard-code the interface index?

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.

2 participants