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

Make IPython work with OpenSSL in FIPS mode #10696

Merged
merged 1 commit into from
Jul 13, 2017

Conversation

srinathgs
Copy link
Contributor

@srinathgs srinathgs commented Jul 12, 2017

md5 is not supported with OpenSSL in FIPS mode, hence moving md5 to sha1

closes #10615

`md5` is not supported with OpenSSL in FIPS mode, hence moving `md5` to `sha1`
@minrk minrk changed the title Make IPython work with OpenSSL in FIPS mode #10615 Make IPython work with OpenSSL in FIPS mode Jul 12, 2017
@Carreau Carreau added this to the 5.5 milestone Jul 12, 2017
@Carreau
Copy link
Member

Carreau commented Jul 12, 2017

+1, I'll let it sit a bit just to get review and marked it as for backport. As soon as I'm back from holidaysI'll try to merge a couple of PR and make minor releases of IPython 5.x and 6.x

Thanks .

Copy link
Member

@ivanov ivanov left a comment

Choose a reason for hiding this comment

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

Thanks for getting back to this @srinathgs, glad to have your first contribution in IPython! Woo!

@takluyver takluyver merged commit bac5f14 into ipython:master Jul 13, 2017
@takluyver
Copy link
Member

@meeseeksdev backport

lumberbot-app bot pushed a commit that referenced this pull request Jul 13, 2017
`md5` is not supported with OpenSSL in FIPS mode, hence moving `md5` to `sha1`

closes   10615
takluyver added a commit that referenced this pull request Jul 13, 2017
@Carreau Carreau added the backported PR that have been backported by MrMeeseeks label Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported PR that have been backported by MrMeeseeks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipython does not work with python compiled with openssl in fips mode.
4 participants