Lines Matching defs:nonce
52 int nonce;
312 ocsp_request_new_from_cert(const char *cadir, char *file, int nonce)
374 request->nonce = nonce;
375 if (request->nonce)
455 /* Check the nonce if we sent one */
457 if (request->nonce) {
459 warnx("No OCSP nonce, or mismatch, from host %s", host);
557 int i, ch, staplefd = -1, infd = -1, nonce = 1;
571 nonce = 0;
609 nonce = 0; /* Can't validate a nonce on a saved reply */
640 if ((request = ocsp_request_new_from_cert(cadir, certfile, nonce))