iptsec
1.13.17
|
Parameters for digest-challenge. More...
#include <auth_digest.h>
Data Fields | |
char const * | ac_realm |
realm | |
char const * | ac_domain |
domain | |
char const * | ac_nonce |
nonce | |
char const * | ac_opaque |
opaque | |
char const * | ac_algorithm |
algorithm | |
char const * | ac_qop |
qop | |
unsigned | ac_stale: 1 |
stale=true | |
unsigned | ac_md5: 1 |
algorithm=MS5 (or missing) | |
unsigned | ac_md5sess: 1 |
algorithm=MD5-sess | |
unsigned | ac_sha1: 1 |
algorithm=sha1 (SSA Hash) | |
unsigned | ac_sha256: 1 |
algorithm=sha-256 | |
unsigned | ac_sha256sess: 1 |
algorithm=sha-256-sess | |
unsigned | ac_sha512_256: 1 |
algorithm=sha-512-256 | |
unsigned | ac_sha512_256sess: 1 |
algorithm=sha-512-256-sess | |
unsigned | ac_auth: 1 |
qop=auth | |
unsigned | ac_auth_int: 1 |
qop=auth-int | |
Parameters for digest-challenge.
The digest-challenge is sent by server or proxy to client. It can be included in, e.g, WWW-Authenticate or Proxy-Authenticate headers.