gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib


From: gsasl-commit
Subject: CVS gsasl/lib
Date: Wed, 15 Dec 2004 19:32:13 +0100

Update of /home/cvs/gsasl/lib
In directory dopio:/tmp/cvs-serv8270

Modified Files:
        NEWS 
Log Message:
Add.


--- /home/cvs/gsasl/lib/NEWS    2004/12/15 01:13:52     1.77
+++ /home/cvs/gsasl/lib/NEWS    2004/12/15 18:32:13     1.78
@@ -33,16 +33,26 @@
 
 ** A crash in the new base64 code was fixed.
 
+** Use of SASLprep in CRAM-MD5 changed.
+The client now prepare authid/password as if they were query strings.
+The server prepare the password as a storage string.
+
 ** The shared library version was incremented to reflect that the base64 APIs
 were added, this was forgotten in the last release.
 
+** Disabling Libidn/SASLprep should now result in a RFC 2222 compliant library.
+However, it will reject non-ASCII strings, since the handling of those
+strings was not specified in RFC 2222.
+
 ** API and ABI modifications.
 gsasl_stringprep_nfkc, gsasl_stringprep_saslprep,
 gsasl_stringprep_trace: DEPRECATED.  Use gsasl_saslprep() instead.
 gsasl_saslprep: ADD.
+Gsasl_saslprep_flags: ADD.  New enum type to go with gsasl_saslprep.
 GSASL_REALM: ADD, new property.
 GSASL_UNICODE_NORMALIZATION_ERROR: DEPRECATED.  Use
                                    GSASL_SASLPREP_ERROR instead.
+GSASL_CANNOT_VALIDATE: REMOVED.  Never used for any reasonable purpose.
 
 * Version 0.2.2 (released 2004-11-29)
 





reply via email to

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