29 #ifndef MHD_DIGESTAUTH_H
30 #define MHD_DIGESTAUTH_H 1
45 #define _MHD_AUTH_DIGEST_MAX_PARAM_SIZE (65535)
50 #define _MHD_AUTH_DIGEST_BASE "Digest"
55 #define _MHD_MD5_TOKEN "MD5"
60 #define _MHD_SHA256_TOKEN "SHA-256"
65 #define _MHD_SHA512_256_TOKEN "SHA-512-256"
70 #define _MHD_SESS_TOKEN "-sess"
75 #define MHD_TOKEN_AUTH_ "auth"
80 #define MHD_TOKEN_AUTH_INT_ "auth-int"
additional automatic macros for MHD_config.h
Header for string manipulating helpers.