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 03:18:36 +0100

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

Modified Files:
        tokens.h 
Log Message:
Add.


--- /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 02:03:45     1.1
+++ /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 02:18:36     1.2
@@ -26,6 +26,27 @@
 /* Get size_t. */
 #include <stddef.h>
 
+/* Quality of Protection types. */
+enum digest_md5_qop
+  {
+    DIGEST_MD5_QOP_AUTH = 1,
+    DIGEST_MD5_QOP_AUTH_INT = 2,
+    DIGEST_MD5_QOP_AUTH_CONF = 4
+  };
+typedef enum digest_md5_qop digest_md5_qop;
+
+/* Cipher types. */
+enum digest_md5_cipher
+  {
+    DIGEST_MD5_CIPHER_DES = 1,
+    DIGEST_MD5_CIPHER_3DES = 2,
+    DIGEST_MD5_CIPHER_RC4 = 4,
+    DIGEST_MD5_CIPHER_RC4_40 = 8,
+    DIGEST_MD5_CIPHER_RC4_56 = 16,
+    DIGEST_MD5_CIPHER_AES_CBC = 32
+  };
+typedef enum digest_md5_cipher digest_md5_cipher;
+
 /*
  * digest-challenge  =
  *       1#( realm | nonce | qop-options | stale | server_maxbuf | charset





reply via email to

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