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 18:43:34 +0100

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

Modified Files:
        shared.h 
Log Message:
Remove.


--- /home/cvs/gsasl/lib/digest-md5/shared.h     2004/12/19 17:36:45     1.5
+++ /home/cvs/gsasl/lib/digest-md5/shared.h     2004/12/19 17:43:34     1.6
@@ -91,10 +91,7 @@
 #define RSPAUTH_PRE "rspauth="
 #define RSPAUTH_POST ""
 
-#define A2_PRE "AUTHENTICATE:"
-#define A2_POST ":00000000000000000000000000000000"
 #define COLON ":"
-#define NCLEN 8
 #define MD5LEN 16
 #define SASL_INTEGRITY_PREFIX_LENGTH 4
 #define MACLEN 16
@@ -109,18 +106,6 @@
 #define MAXBUF_MAX_DECIMAL_SIZE 8
 #define RESPONSE_LENGTH 32
 #define RSPAUTH_LENGTH RESPONSE_LENGTH
-#define DERIVE_CLIENT_INTEGRITY_KEY_STRING \
-  "Digest session key to client-to-server signing key magic constant"
-#define DERIVE_CLIENT_INTEGRITY_KEY_STRING_LEN 65
-#define DERIVE_SERVER_INTEGRITY_KEY_STRING \
-  "Digest session key to server-to-client signing key magic constant"
-#define DERIVE_SERVER_INTEGRITY_KEY_STRING_LEN 65
-#define DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING \
-  "Digest H(A1) to client-to-server sealing key magic constant"
-#define DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING_LEN 59
-#define DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING \
-  "Digest H(A1) to server-to-client sealing key magic constant"
-#define DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING_LEN 59
 
 /* MIN(a,b) returns the minimum of A and B.  */
 #ifndef MIN





reply via email to

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