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

Find openssl executable on osx and enforce minimum required version for all platforms #10

Merged
merged 6 commits into from
Jun 30, 2017

Conversation

mikaelarguedas
Copy link
Member

Fixes the security issues faced during OSX testing yesterday.
Tested on Linux, OSX and Windows successfully

@mikaelarguedas mikaelarguedas added the in progress Actively being worked on (Kanban column) label Jun 30, 2017
Copy link
Member

@dirk-thomas dirk-thomas left a comment

Choose a reason for hiding this comment

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

Beside the micro question/comment the patch looks good to me.

)
if brew_openssl_prefix_result.returncode:
raise RuntimeError('unable to find openssl from brew')
basepath = brew_openssl_prefix_result.stdout.decode().strip('\n')
Copy link
Member

Choose a reason for hiding this comment

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

Maybe rstrip?

Same below.

Copy link
Member Author

Choose a reason for hiding this comment

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

good point 43872e5

@mikaelarguedas mikaelarguedas added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Jun 30, 2017
@mikaelarguedas
Copy link
Member Author

thanks for the review, merging this

@mikaelarguedas mikaelarguedas merged commit b0d6934 into master Jun 30, 2017
@mikaelarguedas mikaelarguedas deleted the osx_openssl branch June 30, 2017 21:24
@mikaelarguedas mikaelarguedas removed the in review Waiting for review (Kanban column) label Jun 30, 2017
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.

None yet

2 participants