diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2012-10-10 07:06:03 -0300 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2012-10-10 07:06:03 -0300 |
commit | 89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d (patch) | |
tree | 217f9fa7dd6cb96edd1067c4b754f3d85675bdda /ChangeLog | |
parent | e745142509a427ccb9b14ee94ff24f7f36f7f4b6 (diff) | |
download | glibc-89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d.zip glibc-89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d.tar.gz glibc-89a3ad0b6e7cfd7bc5588e8bbf243e99a0b8562d.tar.bz2 |
* NEWS: Add note about FIPS mode. Wording suggested by Roland
McGrath.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-10-10 Alexandre Oliva <aoliva@redhat.com> + * NEWS: Add note about FIPS mode. Wording suggested by Roland + McGrath. + +2012-10-10 Alexandre Oliva <aoliva@redhat.com> + * crypt/crypt-entry.c: Include fips-private.h. (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled. * crypt/md5c-test.c (main): Tolerate disabled MD5. |