Searched refs:crlnumber (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | crl.c | 93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; in crl_main() local 192 crlnumber = ++num; in crl_main() 297 if (crlnumber == i) { in crl_main()
|
H A D | ca.c | 264 BIGNUM *crlnumber = NULL, *serial = NULL; in ca_main() local 1180 if ((crlnumber = load_serial(crlnumberfile, NULL, 0, NULL)) in ca_main() 1275 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main() 1281 if (!BN_add_word(crlnumber, 1)) in ca_main() 1292 && !save_serial(crlnumberfile, "new", crlnumber, NULL)) in ca_main() 1295 BN_free(crlnumber); in ca_main() 1296 crlnumber = NULL; in ca_main() 1356 BN_free(crlnumber); in ca_main()
|
H A D | openssl.cnf | 93 crlnumber = $dir/crlnumber # the current crl number 110 # crlnumber must also be commented out to leave a V1 CRL.
|
H A D | openssl-vms.cnf | 92 crlnumber = $dir]crlnumber. # the current crl number 109 # crlnumber must also be commented out to leave a V1 CRL.
|
/freebsd/libexec/rc/rc.d/ |
H A D | sendmail | 98 crlnumber = \$dir/crlnumber # the current crl number
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 27 [B<-crlnumber>] 109 =item B<-crlnumber>
|
H A D | openssl-ca.pod.in | 544 =item B<crlnumber>
|
/freebsd/crypto/openssl/demos/certs/ |
H A D | ca.cnf | 82 crlnumber=crlnum.txt
|