Home
last modified time | relevance | path

Searched refs:CONF (Results 1 – 25 of 66) sorted by relevance

123

/openssl/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth);
24 int (*init) (CONF *conf);
25 int (*destroy) (CONF *conf);
26 int (*destroy_data) (CONF *conf);
27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
28 int (*dump) (const CONF *conf, BIO *bp);
29 int (*is_number) (const CONF *conf, char c);
30 int (*to_int) (const CONF *conf, char c);
31 int (*load) (CONF *conf, const char *name, long *eline);
H A Dconf_api.h27 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
29 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
31 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
35 char *_CONF_get_string(const CONF *conf, const char *section,
37 long _CONF_get_number(const CONF *conf, const char *section,
40 int _CONF_new_data(CONF *conf);
41 void _CONF_free_data(CONF *conf);
H A Dconf.h.in77 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
112 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
113 CONF *NCONF_new(CONF_METHOD *meth);
118 void NCONF_free(CONF *conf);
119 void NCONF_free_data(CONF *conf);
121 int NCONF_load(CONF *conf, const char *file, long *eline);
123 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
125 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
127 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
133 int NCONF_dump_fp(const CONF *conf, FILE *out);
[all …]
H A Dts.h470 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
471 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
474 int TS_CONF_set_crypto_device(CONF *conf, const char *section,
478 int TS_CONF_set_signer_cert(CONF *conf, const char *section,
480 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
482 int TS_CONF_set_signer_key(CONF *conf, const char *section,
485 int TS_CONF_set_signer_digest(CONF *conf, const char *section,
487 int TS_CONF_set_def_policy(CONF *conf, const char *section,
490 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
496 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
[all …]
/openssl/crypto/conf/
H A Dconf_lib.c87 CONF ctmp; in LHASH_OF()
104 CONF ctmp; in STACK_OF()
117 CONF ctmp; in CONF_get_string()
134 CONF ctmp; in CONF_get_number()
145 CONF ctmp; in CONF_free()
168 CONF ctmp; in CONF_dump_bio()
184 CONF *ret; in NCONF_new_ex()
199 CONF *NCONF_new(CONF_METHOD *meth) in NCONF_new()
204 void NCONF_free(CONF *conf) in NCONF_free()
211 void NCONF_free_data(CONF *conf) in NCONF_free_data()
[all …]
H A Dconf_def.c46 static char *eat_ws(CONF *conf, char *p);
60 static CONF *def_create(CONF_METHOD *meth);
61 static int def_init_default(CONF *conf);
63 static int def_init_WIN32(CONF *conf);
65 static int def_destroy(CONF *conf);
66 static int def_destroy_data(CONF *conf);
113 CONF *ret; in def_create()
124 static int def_init_default(CONF *conf) in def_init_default()
137 static int def_init_WIN32(CONF *conf) in def_init_WIN32()
150 static int def_destroy(CONF *conf) in def_destroy()
[all …]
H A Dconf_api.c23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
34 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string()
120 int _CONF_new_data(CONF *conf) in _CONF_new_data()
136 void _CONF_free_data(CONF *conf) in _CONF_free_data()
185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
H A Dconf_mod.c74 static int module_run(const CONF *cnf, const char *name, const char *value,
81 const CONF *cnf);
82 static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name,
110 static int conf_diagnostics(const CONF *cnf) in conf_diagnostics()
117 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
146 OSSL_TRACE1(CONF, "Configuration in section %s\n", vsection); in CONF_modules_load()
166 OSSL_TRACE3(CONF, "Running module %s (%s) returned %d\n", in CONF_modules_load()
184 CONF *conf = NULL; in CONF_modules_load_file_ex()
243 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run()
279 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso()
[all …]
/openssl/crypto/
H A Dprovider_conf.c53 OSSL_TRACE(CONF, "Cleaned up providers\n"); in ossl_prov_conf_ctx_free()
70 const CONF *cnf) in provider_conf_params()
103 OSSL_TRACE2(CONF, "Provider params: %s = %s\n", name, value); in provider_conf_params()
135 int soft, const CONF *cnf) in provider_conf_activate()
207 const char *value, const CONF *cnf) in provider_conf_load()
217 OSSL_TRACE1(CONF, "Configuring provider %s\n", name); in provider_conf_load()
233 OSSL_TRACE2(CONF, "Provider command: %s = %s\n", in provider_conf_load()
288 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init()
294 OSSL_TRACE1(CONF, "Loading providers module: section %s\n", in provider_conf_init()
307 if (!provider_conf_load(NCONF_get0_libctx((CONF *)cnf), in provider_conf_init()
[all …]
/openssl/crypto/evp/
H A Devp_cnf.c21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
28 OSSL_TRACE2(CONF, "Loading EVP module: name %s, value %s\n", in alg_module_init()
50 NCONF_get0_libctx((CONF *)cnf), m > 0, 0)) { in alg_module_init()
55 if (!evp_set_default_properties_int(NCONF_get0_libctx((CONF *)cnf), in alg_module_init()
72 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
/openssl/crypto/ts/
H A Dts_conf.c123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section()
133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial()
151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device()
194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert()
218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs()
240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key()
263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest()
287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy()
442 static int ts_CONF_add_flag(CONF *conf, const char *section, in ts_CONF_add_flag()
469 int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, in TS_CONF_set_ess_cert_id_chain()
[all …]
/openssl/doc/man3/
H A DNCONF_new_ex.pod19 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
20 CONF *NCONF_new(CONF_METHOD *meth);
21 void NCONF_free(CONF *conf);
23 int NCONF_load(CONF *conf, const char *file, long *eline);
24 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
26 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *name);
27 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
31 NCONF_new_ex() creates a new CONF object in heap memory and assigns to
63 NCONF_new_ex() and NCONF_new() return a newly created I<CONF> object
/openssl/crypto/x509/
H A Dv3_conf.c22 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int()
64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
447 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
494 CONF *ctmp; in X509V3_EXT_conf()
509 CONF *ctmp; in X509V3_EXT_conf_nid()
551 CONF *ctmp; in X509V3_EXT_add_conf()
568 CONF *ctmp; in X509V3_EXT_CRL_add_conf()
[all …]
/openssl/crypto/engine/
H A Deng_cnf.c43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure()
55 OSSL_TRACE1(CONF, "Configuring engine %s\n", name); in int_engine_configure()
68 OSSL_TRACE2(CONF, "ENGINE: doing ctrl(%s,%s)\n", in int_engine_configure()
147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
152 OSSL_TRACE2(CONF, "Called engine module: name %s, value %s\n", in int_engine_module_init()
/openssl/apps/include/
H A Dapps.h50 void app_RAND_load_conf(CONF *c, const char *section);
68 CONF *app_load_config_bio(BIO *in, const char *filename);
71 CONF *app_load_config_internal(const char *filename, int quiet);
72 CONF *app_load_config_verbose(const char *filename, int verbose);
73 int app_load_modules(const CONF *config);
74 CONF *app_load_config_modules(const char *configfile);
115 int add_oid_section(CONF *conf);
/openssl/test/
H A Dconfdump.c17 static void dump_section(const char *name, const CONF *cnf) in dump_section()
33 CONF *conf = NCONF_new(NCONF_default()); in main()
/openssl/apps/
H A Dfipsinstall.c180 static CONF *generate_config_and_load(const char *prov_name, in generate_config_and_load()
188 CONF *conf = NULL; in generate_config_and_load()
215 static void free_config_and_unload(CONF *conf) in free_config_and_unload()
240 CONF *conf = NULL; in verify_config()
311 CONF *conf = NULL; in fipsinstall_main()
H A Dts.c36 static CONF *load_config_file(const char *configfile);
49 static int reply_command(CONF *conf, const char *section, const char *engine,
55 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
160 CONF *conf = NULL; in ts_main()
370 static CONF *load_config_file(const char *configfile) in load_config_file()
372 CONF *conf = app_load_config(configfile); in load_config_file()
588 static int reply_command(CONF *conf, const char *section, const char *engine, in reply_command()
696 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, in create_response()
/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl60 if (open CONF,"<${dir}../../opensslconf.h") {
61 while(<CONF>) {
67 close CONF;
/openssl/fuzz/
H A Dconf.c28 CONF *conf; in FuzzerTestOneInput()
/openssl/crypto/rand/
H A Drand_lib.c747 static int random_conf_init(CONF_IMODULE *md, const CONF *cnf) in random_conf_init()
751 RAND_GLOBAL *dgbl = rand_get_global(NCONF_get0_libctx((CONF *)cnf)); in random_conf_init()
754 OSSL_TRACE1(CONF, "Loading random module: section %s\n", in random_conf_init()
800 OSSL_TRACE(CONF, "Cleaned up random\n"); in random_conf_deinit()
805 OSSL_TRACE(CONF, "Adding config module 'random'\n"); in ossl_random_add_conf_module()
/openssl/crypto/err/
H A Derr_all_legacy.c71 IMPLEMENT_LEGACY_ERR_LOAD(CONF)
/openssl/crypto/asn1/
H A Dasn_moid.c23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
/openssl/apps/lib/
H A Dapp_rand.c19 void app_RAND_load_conf(CONF *c, const char *section)
/openssl/crypto/ct/
H A Dct_log.c45 CONF *conf;
148 const CONF *conf, const char *section) in ctlog_new_from_conf()

Completed in 68 milliseconds

123