CONF 1095 extra_lib/include/openssl/asn1.h ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf); CONF 91 extra_lib/include/openssl/conf.h CONF *(*create)(CONF_METHOD *meth); CONF 92 extra_lib/include/openssl/conf.h int (*init)(CONF *conf); CONF 93 extra_lib/include/openssl/conf.h int (*destroy)(CONF *conf); CONF 94 extra_lib/include/openssl/conf.h int (*destroy_data)(CONF *conf); CONF 95 extra_lib/include/openssl/conf.h int (*load_bio)(CONF *conf, BIO *bp, long *eline); CONF 96 extra_lib/include/openssl/conf.h int (*dump)(const CONF *conf, BIO *bp); CONF 97 extra_lib/include/openssl/conf.h int (*is_number)(const CONF *conf, char c); CONF 98 extra_lib/include/openssl/conf.h int (*to_int)(const CONF *conf, char c); CONF 99 extra_lib/include/openssl/conf.h int (*load)(CONF *conf, const char *name, long *eline); CONF 111 extra_lib/include/openssl/conf.h typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf); CONF 122 extra_lib/include/openssl/conf.h void CONF_set_nconf(CONF *conf,LHASH_OF(CONF_VALUE) *hash); CONF 153 extra_lib/include/openssl/conf.h CONF *NCONF_new(CONF_METHOD *meth); CONF 159 extra_lib/include/openssl/conf.h void NCONF_free(CONF *conf); CONF 160 extra_lib/include/openssl/conf.h void NCONF_free_data(CONF *conf); CONF 162 extra_lib/include/openssl/conf.h int NCONF_load(CONF *conf,const char *file,long *eline); CONF 164 extra_lib/include/openssl/conf.h int NCONF_load_fp(CONF *conf, FILE *fp,long *eline); CONF 166 extra_lib/include/openssl/conf.h int NCONF_load_bio(CONF *conf, BIO *bp,long *eline); CONF 167 extra_lib/include/openssl/conf.h STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section); CONF 168 extra_lib/include/openssl/conf.h char *NCONF_get_string(const CONF *conf,const char *group,const char *name); CONF 169 extra_lib/include/openssl/conf.h int NCONF_get_number_e(const CONF *conf,const char *group,const char *name, CONF 171 extra_lib/include/openssl/conf.h int NCONF_dump_fp(const CONF *conf, FILE *out); CONF 172 extra_lib/include/openssl/conf.h int NCONF_dump_bio(const CONF *conf, BIO *out); CONF 176 extra_lib/include/openssl/conf.h long NCONF_get_number(CONF *conf,char *group,char *name); CONF 183 extra_lib/include/openssl/conf.h int CONF_modules_load(const CONF *cnf, const char *appname, CONF 159 extra_lib/include/openssl/ossl_typ.h typedef struct conf_st CONF; CONF 609 extra_lib/include/openssl/x509v3.h X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, CONF 611 extra_lib/include/openssl/x509v3.h X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, CONF 613 extra_lib/include/openssl/x509v3.h int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, CONF 615 extra_lib/include/openssl/x509v3.h int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, CONF 617 extra_lib/include/openssl/x509v3.h int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, CONF 619 extra_lib/include/openssl/x509v3.h int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, CONF 638 extra_lib/include/openssl/x509v3.h void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);