GNU libmicrohttpd 1.0.2
|
Go to the source code of this file.
Macros | |
#define | _MHD_AUTH_DIGEST_MAX_PARAM_SIZE (65535) |
#define | _MHD_AUTH_DIGEST_BASE "Digest" |
#define | _MHD_MD5_TOKEN "MD5" |
#define | _MHD_SHA256_TOKEN "SHA-256" |
#define | _MHD_SHA512_256_TOKEN "SHA-512-256" |
#define | _MHD_SESS_TOKEN "-sess" |
#define | MHD_TOKEN_AUTH_ "auth" |
#define | MHD_TOKEN_AUTH_INT_ "auth-int" |
#define _MHD_AUTH_DIGEST_BASE "Digest" |
Beginning string for any valid Digest Authentication header.
Definition at line 50 of file digestauth.h.
Referenced by find_auth_rq_header_(), and queue_auth_required_response3_inner().
#define _MHD_AUTH_DIGEST_MAX_PARAM_SIZE (65535) |
The maximum supported size for Digest Auth parameters, like "real", "username" etc. This limitation is used only for quoted parameters. Parameters without quoted backslash character will be processed as long as they fit connection pool (buffer) size.
Definition at line 45 of file digestauth.h.
Referenced by digest_auth_check_all_inner(), get_buffer_for_size(), get_unquoted_param(), get_unquoted_param_copy(), and queue_auth_required_response3_inner().
#define _MHD_MD5_TOKEN "MD5" |
The token for MD5 algorithm.
Definition at line 55 of file digestauth.h.
Referenced by queue_auth_required_response3_inner().
#define _MHD_SESS_TOKEN "-sess" |
The suffix token for "session" algorithms.
Definition at line 70 of file digestauth.h.
#define _MHD_SHA256_TOKEN "SHA-256" |
The token for SHA-256 algorithm.
Definition at line 60 of file digestauth.h.
Referenced by queue_auth_required_response3_inner().
#define _MHD_SHA512_256_TOKEN "SHA-512-256" |
The token for SHA-512/256 algorithm.
Definition at line 65 of file digestauth.h.
Referenced by queue_auth_required_response3_inner().
#define MHD_TOKEN_AUTH_ "auth" |
The "auth" token for QOP
Definition at line 75 of file digestauth.h.
Referenced by queue_auth_required_response3_inner().
#define MHD_TOKEN_AUTH_INT_ "auth-int" |
The "auth-int" token for QOP
Definition at line 80 of file digestauth.h.