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: Mon, 20 Dec 2004 17:51:34 +0100

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

Modified Files:
        parser.c 
Log Message:
Doc fix.


--- /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/19 19:06:37     1.13
+++ /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/20 16:51:34     1.14
@@ -151,6 +151,8 @@
        break;
 
       case CHALLENGE_QOP:
+       /* <<What if this directive is present multiple times? Error,
+          or take the union of all values?>> */
        if (out->qops)
          return -1;
        {
@@ -236,6 +238,8 @@
 
 
       case CHALLENGE_CIPHER:
+       /* This directive must be present exactly once if "auth-conf"
+          is offered in the "qop-options" directive */
        if (out->ciphers)
          return -1;
        {





reply via email to

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