Searched refs:crlnumberfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c280 char *crlnumberfile = NULL; local
1307 if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER))
1309 if ((crlnumber = load_serial(crlnumberfile, 0, NULL)) == NULL) {
1384 if (crl_ext || crlnumberfile != NULL) {
1392 if (crlnumberfile != NULL) {
1409 if (crlnumberfile != NULL)
1410 if (!save_serial(crlnumberfile, "new", crlnumber, NULL))
1423 if (crlnumberfile != NULL) /* Rename the crlnumber file */
1424 if (!rotate_serial(crlnumberfile, "new", "old"))

Completed in 101 milliseconds