OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extfile_conf
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
142
static CONF *
extfile_conf
= NULL;
variable
811
if ((
extfile_conf
= app_load_config(extfile)) == NULL) {
822
extensions = app_conf_try_string(
extfile_conf
, "default", "extensions");
887
if (
extfile_conf
!= NULL) {
892
X509V3_set_nconf(&ctx,
extfile_conf
);
893
if (!X509V3_EXT_add_nconf(
extfile_conf
, &ctx, extensions, NULL)) {
1360
NCONF_free(
extfile_conf
);
1743
if (
extfile_conf
!= NULL) {
1747
/* Use the
extfile_conf
configuration db LHASH */
1748
X509V3_set_nconf(&ext_ctx,
extfile_conf
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
141
static CONF *
extfile_conf
= NULL;
variable
778
if ((
extfile_conf
= app_load_config(extfile)) == NULL) {
789
extensions = NCONF_get_string(
extfile_conf
, "default", "extensions");
859
if (
extfile_conf
!= NULL) {
864
X509V3_set_nconf(&ctx,
extfile_conf
);
865
if (!X509V3_EXT_add_nconf(
extfile_conf
, &ctx, extensions, NULL)) {
1364
NCONF_free(
extfile_conf
);
1738
if (
extfile_conf
!= NULL) {
1742
/* Use the
extfile_conf
configuration db LHASH */
1743
X509V3_set_nconf(&ext_ctx,
extfile_conf
);
[
all
...]
Completed in 52 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026