Home
last modified time | relevance | path

Searched refs:cnonce (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c928 char *cnonce = NULL; in http_auth_digest_check() local
968 dkv[6].ptr = &cnonce; in http_auth_digest_check()
1021 log_error_write(srv, __FILE__, __LINE__, "ss", "cnonce", cnonce); in http_auth_digest_check()
1031 (qop && (!nc || !cnonce)) || in http_auth_digest_check()
1047 (!nonce || !cnonce)) { in http_auth_digest_check()
1104 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()
1131 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS448 * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)