OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crlnumberfile
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
328
char *certfile = NULL, *crl_ext = NULL, *
crlnumberfile
= NULL;
local
1182
crlnumberfile
= app_conf_try_string(conf, section, ENV_CRLNUMBER);
1183
if (
crlnumberfile
!= NULL) {
1184
if ((crlnumber = load_serial(
crlnumberfile
, NULL, 0, NULL))
1259
if (crl_ext != NULL ||
crlnumberfile
!= NULL) {
1271
if (
crlnumberfile
!= NULL) {
1288
if (
crlnumberfile
!= NULL
1289
&& !save_serial(
crlnumberfile
, "new", crlnumber, NULL))
1306
if (
crlnumberfile
!= NULL
1307
&& !rotate_serial(
crlnumberfile
, "new", "old")
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
277
char *certfile = NULL, *crl_ext = NULL, *
crlnumberfile
= NULL;
local
1178
crlnumberfile
= NCONF_get_string(conf, section, ENV_CRLNUMBER);
1179
if (
crlnumberfile
!= NULL) {
1180
if ((crlnumber = load_serial(
crlnumberfile
, NULL, 0, NULL))
1262
if (crl_ext != NULL ||
crlnumberfile
!= NULL) {
1274
if (
crlnumberfile
!= NULL) {
1291
if (
crlnumberfile
!= NULL
1292
&& !save_serial(
crlnumberfile
, "new", crlnumber, NULL))
1309
if (
crlnumberfile
!= NULL
1310
&& !rotate_serial(
crlnumberfile
, "new", "old")
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
242
char *certfile = NULL, *crl_ext = NULL, *
crlnumberfile
= NULL, *key = NULL;
local
1080
if ((
crlnumberfile
= NCONF_get_string(conf, section, ENV_CRLNUMBER))
1082
if ((crlnumber = load_serial(
crlnumberfile
, NULL, 0, NULL))
1158
if (crl_ext != NULL ||
crlnumberfile
!= NULL) {
1166
if (
crlnumberfile
!= NULL) {
1183
if (
crlnumberfile
!= NULL
1184
&& !save_serial(
crlnumberfile
, "new", crlnumber, NULL))
1201
if (
crlnumberfile
!= NULL
1202
&& !rotate_serial(
crlnumberfile
, "new", "old"))
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026