]> sourceware.org Git - glibc.git/commitdiff
2002-11-11 Paul Eggert <eggert@twinsun.com>
authorRoland McGrath <roland@gnu.org>
Wed, 13 Nov 2002 04:51:00 +0000 (04:51 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 13 Nov 2002 04:51:00 +0000 (04:51 +0000)
        * manual/crypt.texi (Cryptographic Functions): Mention that
        the MD5 one-way algorithm is compatible with BSD's.

ChangeLog
manual/crypt.texi

index 3f4f6b57e384ee1571602a07cdad3a47acda21e5..186b5ec8dfe96931732f9d58c1ea1306ac88a7ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-11  Paul Eggert  <eggert@twinsun.com>
+
+        * manual/crypt.texi (Cryptographic Functions): Mention that
+        the MD5 one-way algorithm is compatible with BSD's.
+
 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
 
        * posix/regex_internal.c (re_string_skip_chars): Also return the last
index b0c3310bde80188805ced2e6e0f4d541837885b9..1198d6a721d647010d6e3ad8ec487819f84ae93f 100644 (file)
@@ -23,9 +23,12 @@ through a @dfn{one-way function}, a function which makes it difficult to
 work out what its input was by looking at its output, before storing in
 the file.
 
-The GNU C library already provides a one-way function based on MD5 and
-for compatibility with Unix systems the standard one-way function based
-on the Data Encryption Standard.
+The GNU C library provides a one-way function that is compatible with
+the behavior of the @code{crypt} function introduced in FreeBSD 2.0.
+It supports two one-way algorithms: one based on the MD5
+message-digest algorithm that is compatible with modern BSD systems,
+and the other based on the Data Encryption Standard (DES) that is
+compatible with Unix systems.
 
 It also provides support for Secure RPC, and some library functions that
 can be used to perform normal DES encryption.
@@ -33,7 +36,7 @@ can be used to perform normal DES encryption.
 @menu
 * Legal Problems::              This software can get you locked up, or worse.
 * getpass::                     Prompting the user for a password.
-* crypt::                       A one-way function for UNIX passwords.
+* crypt::                       A one-way function for passwords.
 * DES Encryption::              Routines for DES encryption.
 @end menu
 
This page took 0.050142 seconds and 5 git commands to generate.