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, 27 Dec 2004 03:23:36 +0100

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

Modified Files:
        server.c 
Log Message:
Disable qop auth-conf, and ciphers, for now.


--- /home/cvs/gsasl/lib/digest-md5/server.c     2004/12/27 02:22:46     1.27
+++ /home/cvs/gsasl/lib/digest-md5/server.c     2004/12/27 02:23:36     1.28
@@ -82,11 +82,8 @@
       return GSASL_MALLOC_ERROR;
     }
 
-  state->challenge.qops = GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT
-    | GSASL_QOP_AUTH_CONF;
-  state->challenge.ciphers = GSASL_CIPHER_DES | GSASL_CIPHER_3DES
-    | GSASL_CIPHER_RC4 | GSASL_CIPHER_RC4_40 | GSASL_CIPHER_RC4_56
-    | GSASL_CIPHER_AES;
+  state->challenge.qops = GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT;
+  state->challenge.ciphers = 0;
 
   state->challenge.nonce = p;
   state->challenge.utf8 = 1;





reply via email to

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