crypto/libressl/apps/openssl/apps.c
1109
load_config(BIO *err, CONF *cnf)
crypto/libressl/apps/openssl/apps.c
1361
CONF *dbattr_conf = NULL;
crypto/libressl/apps/openssl/apps.c
514
add_oid_section(BIO *err, CONF *conf)
crypto/libressl/apps/openssl/apps.h
138
extern CONF *config;
crypto/libressl/apps/openssl/apps.h
179
int add_oid_section(BIO *err, CONF *conf);
crypto/libressl/apps/openssl/apps.h
198
int load_config(BIO *err, CONF *cnf);
crypto/libressl/apps/openssl/asn1pars.c
429
CONF *cnf = NULL;
crypto/libressl/apps/openssl/ca.c
128
char *enddate, long days, int batch, char *ext_sect, CONF *conf,
crypto/libressl/apps/openssl/ca.c
135
char *enddate, long days, int batch, char *ext_sect, CONF *conf,
crypto/libressl/apps/openssl/ca.c
142
char *enddate, long days, char *ext_sect, CONF *conf, int verbose,
crypto/libressl/apps/openssl/ca.c
151
char *ext_sect, CONF *conf, unsigned long certopt, unsigned long nameopt,
crypto/libressl/apps/openssl/ca.c
1603
char *enddate, long days, int batch, char *ext_sect, CONF *lconf,
crypto/libressl/apps/openssl/ca.c
162
static CONF *conf = NULL;
crypto/libressl/apps/openssl/ca.c
163
static CONF *extconf = NULL;
crypto/libressl/apps/openssl/ca.c
1671
char *enddate, long days, int batch, char *ext_sect, CONF *lconf,
crypto/libressl/apps/openssl/ca.c
1728
int verbose, X509_REQ *req, char *ext_sect, CONF *lconf,
crypto/libressl/apps/openssl/ca.c
2315
char *enddate, long days, char *ext_sect, CONF *lconf, int verbose,
crypto/libressl/apps/openssl/openssl.c
357
CONF *config = NULL;
crypto/libressl/apps/openssl/req.c
129
static CONF *req_conf = NULL;
crypto/libressl/apps/openssl/req.c
130
static CONF *addext_conf = NULL;
crypto/libressl/apps/openssl/spkac.c
180
CONF *conf = NULL;
crypto/libressl/apps/openssl/ts.c
377
CONF *conf = NULL;
crypto/libressl/apps/openssl/ts.c
486
static CONF *
crypto/libressl/apps/openssl/ts.c
489
CONF *conf = NULL;
crypto/libressl/apps/openssl/ts.c
772
reply_command(CONF *conf, char *section, char *queryfile, char *passin,
crypto/libressl/apps/openssl/ts.c
80
static CONF *load_config_file(const char *configfile);
crypto/libressl/apps/openssl/ts.c
896
create_response(CONF *conf, const char *section, char *queryfile, char *passin,
crypto/libressl/apps/openssl/ts.c
95
static int reply_command(CONF *conf, char *section, char *queryfile,
crypto/libressl/apps/openssl/ts.c
99
static TS_RESP *create_response(CONF *conf, const char *section,
crypto/libressl/apps/openssl/x509.c
1385
char *serialfile, int create, int days, int clrext, CONF *conf,
crypto/libressl/apps/openssl/x509.c
1503
CONF *conf, char *section)
crypto/libressl/apps/openssl/x509.c
735
CONF *extconf = NULL;
crypto/libressl/apps/openssl/x509.c
84
const EVP_MD *digest, CONF *conf, char *section);
crypto/libressl/apps/openssl/x509.c
87
char *serial, int create, int days, int clrext, CONF *conf, char *section,
crypto/libressl/crypto/asn1/asn1_gen.c
126
ASN1_generate_nconf(const char *str, CONF *nconf)
crypto/libressl/crypto/asn1/asn_moid.c
75
oid_module_init(CONF_IMODULE *md, const CONF *cnf)
crypto/libressl/crypto/conf/conf_api.c
107
_CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
crypto/libressl/crypto/conf/conf_api.c
130
_CONF_get_string(const CONF *conf, const char *section, const char *name)
crypto/libressl/crypto/conf/conf_api.c
185
_CONF_new_data(CONF *conf)
crypto/libressl/crypto/conf/conf_api.c
198
_CONF_free_data(CONF *conf)
crypto/libressl/crypto/conf/conf_api.c
249
_CONF_new_section(CONF *conf, const char *section)
crypto/libressl/crypto/conf/conf_api.c
81
_CONF_get_section(const CONF *conf, const char *section)
crypto/libressl/crypto/conf/conf_api.c
95
_CONF_get_section_values(const CONF *conf, const char *section)
crypto/libressl/crypto/conf/conf_def.c
132
static CONF *
crypto/libressl/crypto/conf/conf_def.c
135
CONF *ret;
crypto/libressl/crypto/conf/conf_def.c
137
ret = malloc(sizeof(CONF) + sizeof(unsigned short *));
crypto/libressl/crypto/conf/conf_def.c
147
def_init_default(CONF *conf)
crypto/libressl/crypto/conf/conf_def.c
160
def_init_WIN32(CONF *conf)
crypto/libressl/crypto/conf/conf_def.c
173
def_destroy(CONF *conf)
crypto/libressl/crypto/conf/conf_def.c
183
def_destroy_data(CONF *conf)
crypto/libressl/crypto/conf/conf_def.c
192
def_load(CONF *conf, const char *name, long *line)
crypto/libressl/crypto/conf/conf_def.c
213
def_load_bio(CONF *conf, BIO *in, long *line)
crypto/libressl/crypto/conf/conf_def.c
418
clear_comments(CONF *conf, char *p)
crypto/libressl/crypto/conf/conf_def.c
456
str_copy(CONF *conf, char *section, char **pto, char *from)
crypto/libressl/crypto/conf/conf_def.c
607
eat_ws(CONF *conf, char *p)
crypto/libressl/crypto/conf/conf_def.c
615
eat_alpha_numeric(CONF *conf, char *p)
crypto/libressl/crypto/conf/conf_def.c
629
scan_quote(CONF *conf, char *p)
crypto/libressl/crypto/conf/conf_def.c
649
scan_dquote(CONF *conf, char *p)
crypto/libressl/crypto/conf/conf_def.c
681
def_dump(const CONF *conf, BIO *out)
crypto/libressl/crypto/conf/conf_def.c
689
def_is_number(const CONF *conf, char c)
crypto/libressl/crypto/conf/conf_def.c
695
def_to_int(const CONF *conf, char c)
crypto/libressl/crypto/conf/conf_def.c
75
static char *eat_ws(CONF *conf, char *p);
crypto/libressl/crypto/conf/conf_def.c
76
static char *eat_alpha_numeric(CONF *conf, char *p);
crypto/libressl/crypto/conf/conf_def.c
77
static void clear_comments(CONF *conf, char *p);
crypto/libressl/crypto/conf/conf_def.c
78
static int str_copy(CONF *conf, char *section, char **to, char *from);
crypto/libressl/crypto/conf/conf_def.c
79
static char *scan_quote(CONF *conf, char *p);
crypto/libressl/crypto/conf/conf_def.c
80
static char *scan_dquote(CONF *conf, char *p);
crypto/libressl/crypto/conf/conf_def.c
83
static CONF *def_create(CONF_METHOD *meth);
crypto/libressl/crypto/conf/conf_def.c
84
static int def_init_default(CONF *conf);
crypto/libressl/crypto/conf/conf_def.c
85
static int def_init_WIN32(CONF *conf);
crypto/libressl/crypto/conf/conf_def.c
86
static int def_destroy(CONF *conf);
crypto/libressl/crypto/conf/conf_def.c
87
static int def_destroy_data(CONF *conf);
crypto/libressl/crypto/conf/conf_def.c
88
static int def_load(CONF *conf, const char *name, long *eline);
crypto/libressl/crypto/conf/conf_def.c
89
static int def_load_bio(CONF *conf, BIO *bp, long *eline);
crypto/libressl/crypto/conf/conf_def.c
90
static int def_dump(const CONF *conf, BIO *bp);
crypto/libressl/crypto/conf/conf_def.c
91
static int def_is_number(const CONF *conf, char c);
crypto/libressl/crypto/conf/conf_def.c
92
static int def_to_int(const CONF *conf, char c);
crypto/libressl/crypto/conf/conf_lib.c
125
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
142
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
155
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
171
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
186
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
210
CONF ctmp;
crypto/libressl/crypto/conf/conf_lib.c
222
CONF *
crypto/libressl/crypto/conf/conf_lib.c
225
CONF *ret;
crypto/libressl/crypto/conf/conf_lib.c
240
NCONF_free(CONF *conf)
crypto/libressl/crypto/conf/conf_lib.c
248
NCONF_free_data(CONF *conf)
crypto/libressl/crypto/conf/conf_lib.c
256
NCONF_load(CONF *conf, const char *file, long *eline)
crypto/libressl/crypto/conf/conf_lib.c
267
NCONF_load_fp(CONF *conf, FILE *fp, long *eline)
crypto/libressl/crypto/conf/conf_lib.c
282
NCONF_load_bio(CONF *conf, BIO *bp, long *eline)
crypto/libressl/crypto/conf/conf_lib.c
293
NCONF_get_section(const CONF *conf, const char *section)
crypto/libressl/crypto/conf/conf_lib.c
309
NCONF_get_string(const CONF *conf, const char *group, const char *name)
crypto/libressl/crypto/conf/conf_lib.c
329
NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
crypto/libressl/crypto/conf/conf_lib.c
353
NCONF_dump_fp(const CONF *conf, FILE *out)
crypto/libressl/crypto/conf/conf_lib.c
367
NCONF_dump_bio(const CONF *conf, BIO *out)
crypto/libressl/crypto/conf/conf_lib.c
71
CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
crypto/libressl/crypto/conf/conf_mod.c
111
static int module_run(const CONF *cnf, char *name, char *value,
crypto/libressl/crypto/conf/conf_mod.c
117
const CONF *cnf);
crypto/libressl/crypto/conf/conf_mod.c
118
static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
crypto/libressl/crypto/conf/conf_mod.c
124
CONF_modules_load(const CONF *cnf, const char *appname, unsigned long flags)
crypto/libressl/crypto/conf/conf_mod.c
167
CONF *conf = NULL;
crypto/libressl/crypto/conf/conf_mod.c
201
module_run(const CONF *cnf, char *name, char *value, unsigned long flags)
crypto/libressl/crypto/conf/conf_mod.c
236
module_load_dso(const CONF *cnf, char *name, char *value, unsigned long flags)
crypto/libressl/crypto/conf/conf_mod.c
339
module_init(CONF_MODULE *pmod, char *name, char *value, const CONF *cnf)
crypto/libressl/crypto/ct/ct_log.c
176
ctlog_new_from_conf(CTLOG **ct_log, const CONF *conf, const char *section)
crypto/libressl/crypto/ct/ct_log.c
93
CONF *conf;
crypto/libressl/crypto/engine/eng_cnf.c
209
int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
crypto/libressl/crypto/engine/eng_cnf.c
99
int_engine_configure(char *name, char *value, const CONF *cnf)
crypto/libressl/crypto/ts/ts_conf.c
180
TS_CONF_get_tsa_section(CONF *conf, const char *section)
crypto/libressl/crypto/ts/ts_conf.c
191
TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
crypto/libressl/crypto/ts/ts_conf.c
212
TS_CONF_set_crypto_device(CONF *conf, const char *section, const char *device)
crypto/libressl/crypto/ts/ts_conf.c
258
TS_CONF_set_signer_cert(CONF *conf, const char *section, const char *cert,
crypto/libressl/crypto/ts/ts_conf.c
283
TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
crypto/libressl/crypto/ts/ts_conf.c
307
TS_CONF_set_signer_key(CONF *conf, const char *section, const char *key,
crypto/libressl/crypto/ts/ts_conf.c
332
TS_CONF_set_def_policy(CONF *conf, const char *section, const char *policy,
crypto/libressl/crypto/ts/ts_conf.c
359
TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/ts/ts_conf.c
392
TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/ts/ts_conf.c
431
TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/ts/ts_conf.c
470
TS_CONF_set_clock_precision_digits(CONF *conf, const char *section,
crypto/libressl/crypto/ts/ts_conf.c
495
TS_CONF_add_flag(CONF *conf, const char *section, const char *field, int flag,
crypto/libressl/crypto/ts/ts_conf.c
514
TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/ts/ts_conf.c
520
TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/ts/ts_conf.c
526
TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/libressl/crypto/x509/x509_conf.c
111
X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/libressl/crypto/x509/x509_conf.c
127
do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit,
crypto/libressl/crypto/x509/x509_conf.c
347
X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/crypto/x509/x509_conf.c
371
X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/crypto/x509/x509_conf.c
384
X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/crypto/x509/x509_conf.c
397
X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/crypto/x509/x509_conf.c
473
X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf)
crypto/libressl/crypto/x509/x509_conf.c
496
CONF ctmp;
crypto/libressl/crypto/x509/x509_conf.c
508
CONF ctmp;
crypto/libressl/crypto/x509/x509_conf.c
544
CONF ctmp;
crypto/libressl/crypto/x509/x509_conf.c
556
CONF ctmp;
crypto/libressl/crypto/x509/x509_conf.c
568
CONF ctmp;
crypto/libressl/crypto/x509/x509_conf.c
73
static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/libressl/crypto/x509/x509_conf.c
90
X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
crypto/libressl/include/openssl/asn1.h
888
ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
crypto/libressl/include/openssl/conf.h
110
typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
crypto/libressl/include/openssl/conf.h
121
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
crypto/libressl/include/openssl/conf.h
149
CONF *NCONF_new(CONF_METHOD *meth);
crypto/libressl/include/openssl/conf.h
152
void NCONF_free(CONF *conf);
crypto/libressl/include/openssl/conf.h
153
void NCONF_free_data(CONF *conf);
crypto/libressl/include/openssl/conf.h
155
int NCONF_load(CONF *conf, const char *file, long *eline);
crypto/libressl/include/openssl/conf.h
156
int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
crypto/libressl/include/openssl/conf.h
157
int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
158
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
crypto/libressl/include/openssl/conf.h
159
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
crypto/libressl/include/openssl/conf.h
160
int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
crypto/libressl/include/openssl/conf.h
162
int NCONF_dump_fp(const CONF *conf, FILE *out);
crypto/libressl/include/openssl/conf.h
163
int NCONF_dump_bio(const CONF *conf, BIO *out);
crypto/libressl/include/openssl/conf.h
169
int CONF_modules_load(const CONF *cnf, const char *appname,
crypto/libressl/include/openssl/conf.h
90
CONF *(*create)(CONF_METHOD *meth);
crypto/libressl/include/openssl/conf.h
91
int (*init)(CONF *conf);
crypto/libressl/include/openssl/conf.h
92
int (*destroy)(CONF *conf);
crypto/libressl/include/openssl/conf.h
93
int (*destroy_data)(CONF *conf);
crypto/libressl/include/openssl/conf.h
94
int (*load_bio)(CONF *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
95
int (*dump)(const CONF *conf, BIO *bp);
crypto/libressl/include/openssl/conf.h
96
int (*is_number)(const CONF *conf, char c);
crypto/libressl/include/openssl/conf.h
97
int (*to_int)(const CONF *conf, char c);
crypto/libressl/include/openssl/conf.h
98
int (*load)(CONF *conf, const char *name, long *eline);
crypto/libressl/include/openssl/conf_api.h
70
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
crypto/libressl/include/openssl/conf_api.h
72
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
crypto/libressl/include/openssl/conf_api.h
74
STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
crypto/libressl/include/openssl/conf_api.h
77
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
crypto/libressl/include/openssl/conf_api.h
78
char *_CONF_get_string(const CONF *conf, const char *section,
crypto/libressl/include/openssl/conf_api.h
80
long _CONF_get_number(const CONF *conf, const char *section, const char *name);
crypto/libressl/include/openssl/conf_api.h
82
int _CONF_new_data(CONF *conf);
crypto/libressl/include/openssl/conf_api.h
83
void _CONF_free_data(CONF *conf);
crypto/libressl/include/openssl/ts.h
543
const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
crypto/libressl/include/openssl/ts.h
544
int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
crypto/libressl/include/openssl/ts.h
546
int TS_CONF_set_crypto_device(CONF *conf, const char *section,
crypto/libressl/include/openssl/ts.h
549
int TS_CONF_set_signer_cert(CONF *conf, const char *section,
crypto/libressl/include/openssl/ts.h
551
int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
crypto/libressl/include/openssl/ts.h
553
int TS_CONF_set_signer_key(CONF *conf, const char *section,
crypto/libressl/include/openssl/ts.h
555
int TS_CONF_set_def_policy(CONF *conf, const char *section,
crypto/libressl/include/openssl/ts.h
557
int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
558
int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
559
int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
560
int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section,
crypto/libressl/include/openssl/ts.h
562
int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
563
int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
564
int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
crypto/libressl/include/openssl/x509v3.h
703
X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
crypto/libressl/include/openssl/x509v3.h
705
X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
crypto/libressl/include/openssl/x509v3.h
707
int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/include/openssl/x509v3.h
709
int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/include/openssl/x509v3.h
711
int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/include/openssl/x509v3.h
713
int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/libressl/include/openssl/x509v3.h
731
void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
usr.sbin/uefisign/uefisign.c
157
CONF *cnf;