Home
last modified time | relevance | path

Searched refs:newnonce (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/acme-client/
Dnetproc.c48 const char *newnonce; /* nonce authority */ member
255 if ((host = url2host(c->newnonce, &port, &path)) == NULL) in sreq()
272 warnx("%s: no replay nonce", c->newnonce); in sreq()
753 c.newnonce = paths.newnonce; in netproc()
Djson.c527 p->newnonce = json_getstr(n, "newNonce"); in json_parse_capaths()
531 return p->newaccount != NULL && p->newnonce != NULL && in json_parse_capaths()
543 free(p->newnonce); in json_free_capaths()
Dextern.h190 char *newnonce; /* new nonce */ member