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

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

Modified Files:
        shared.h 
Log Message:
Remove.


--- /home/cvs/gsasl/lib/digest-md5/shared.h     2004/10/04 15:06:43     1.4
+++ /home/cvs/gsasl/lib/digest-md5/shared.h     2004/12/19 17:36:45     1.5
@@ -133,21 +133,6 @@
 enum
 {
   /* the order must match the following struct */
-  CHALLENGE_REALM = 0,
-  CHALLENGE_NONCE,
-  CHALLENGE_QOP,
-  CHALLENGE_STALE,
-  CHALLENGE_MAXBUF,
-  CHALLENGE_CHARSET,
-  CHALLENGE_ALGORITHM,
-  CHALLENGE_CIPHER
-};
-
-extern const char *const digest_challenge_opts[];
-
-enum
-{
-  /* the order must match the following struct */
   RESPONSE_USERNAME = 0,
   RESPONSE_REALM,
   RESPONSE_NONCE,
@@ -164,44 +149,4 @@
 
 extern const char *const digest_response_opts[];
 
-enum
-{
-  /* the order must match the following struct */
-  RESPONSEAUTH_RSPAUTH = 0
-};
-
-extern const char *const digest_responseauth_opts[];
-
-enum
-{
-  /* the order must match the following struct */
-  QOP_AUTH_OPTION = 0,
-  QOP_AUTH_INT_OPTION,
-  QOP_AUTH_CONF_OPTION
-};
-
-extern const char *const qop_opts[];
-
-enum
-{
-  /* the order must match the following struct */
-  CIPHER_DES_OPTION = 0,
-  CIPHER_3DES_OPTION,
-  CIPHER_RC4_OPTION,
-  CIPHER_RC4_40_OPTION,
-  CIPHER_RC4_56_OPTION,
-  CIPHER_AES_OPTION
-};
-
-extern const char *const cipher_opts[];
-
-extern int
-_gsasl_getsubopt (char **optionp, const char *const *tokens, char **valuep);
-
-extern int
-_gsasl_digest (char *output,
-              char secret[MD5LEN], char *nonce, uint32_t nc, char *cnonce,
-              int qop, char *authzid, char *digesturi, const char *a2string,
-              int cipher, char *kic, char *kis, char *kcc, char *kcs);
-
 #endif /* SHARED_H */





reply via email to

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