#28401: Allow hashlib.md5() calls to work with FIPS kernels
-------------------------------------+-------------------------------------
Reporter: Andrew DiPrinzio | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Core (Other) | Version: master
Severity: Normal | Resolution:
Keywords: FIPS, md5, | Triage Stage:
python3.9 | Someday/Maybe
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by CrunchyPie):
So since 'usedforsecurity' flag will be available in python 3.9 we might
as well go forward and add up support.
FIPS compliance will be interesting for government organizations or for
everything else that has to deal with sensitive data.
It would also be a good advancement for data security, auditing, and
compliance in general.
Every developer that uses RHEL, Fedora, or CentOS would profit from this
change as well.
We should not swap the algorithms since this would remove backwards
compatibility.
We also don't have to since Python's Hashlibrary allows to pass the flag
with the new method as the second argument.
( By the way, this is my first comment and contribution to Django so let
me know if I do something wrong)
--
Ticket URL: <https://code.djangoproject.com/ticket/28401#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.de48e3733ff50a80700ef51b901b4ec9%40djangoproject.com.