gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/digest-md5


From: gsasl-commit
Subject: CVS gsasl/lib/digest-md5
Date: Sun, 19 Dec 2004 20:00:40 +0100

Update of /home/cvs/gsasl/lib/digest-md5
In directory dopio:/tmp/cvs-serv2798

Modified Files:
        README 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/digest-md5/README       2004/12/19 16:53:06     1.5
+++ /home/cvs/gsasl/lib/digest-md5/README       2004/12/19 19:00:40     1.6
@@ -2,18 +2,16 @@
 Copyright (C) 2004 Simon Josefsson
 See the end for copying conditions.
 
-(--- This README talks about the rewritten implementation, not all
-part of it is yet in CVS. ---)
-
 This directory hold an implementation of DIGEST-MD5.
 
 This module is written in portable C89.  It may be used as a
-stand-alone implementation, outside the framework that GNU SASL
-provide.
+stand-alone implementation, outside of the framework that GNU SASL
+provide.  It needs two external symbols, gc_md5 and gc_hmac_md5, which
+should be easy to re-implement, if you are not using libgc.
 
 The files CLIENT.C and SERVER.C contain the glue between GNU SASL and
-the stand-alone implementation, read it to find out how to use the
-module.
+the stand-alone implementation.  Currently it is the best example on
+how to use the module.
 
 For updates to the project, see <http://www.gnu.org/software/gsasl/>.
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]