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

fix md5 error in fips systems #7807

Merged
merged 1 commit into from Oct 5, 2020

Conversation

memsharded
Copy link
Member

Changelog: Fix: Allow usage of MD5 checksums in FIPS systems that would raise error otherwise.
Docs: Omit

Close #7800

@memsharded memsharded added this to the 1.30 milestone Oct 4, 2020
Copy link
Contributor

@jgsogo jgsogo left a comment

Choose a reason for hiding this comment

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

Is it a TypeError? maybe both are needed depending on Python version

⇒  python
Python 3.8.2 (default, May  5 2020, 00:20:36) 
[Clang 11.0.3 (clang-1103.0.32.59)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> def function(argument):
...    print("function")
... 
>>> function(invalid_arg=23)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: function() got an unexpected keyword argument 'invalid_arg'
>>>

@czoido czoido merged commit 4238de0 into conan-io:release/1.30 Oct 5, 2020
@memsharded memsharded deleted the fix/fips_md5_error branch October 5, 2020 11:43
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

3 participants