Lines Matching +full:conf +full:- +full:ds
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
28 . ds PI pi
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
31 . ds L" ""
32 . ds R" ""
33 . ds C` ""
34 . ds C' ""
37 . ds -- \|\(em\|
38 . ds PI \(*p
39 . ds L" ``
40 . ds R" ''
41 . ds C`
42 . ds C'
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
74 . ds #H 0
75 . ds #V .8m
76 . ds #F .3m
77 . ds #[ \f1
78 . ds #] \fP
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
82 . ds #V .6m
83 . ds #F 0
84 . ds #[ \&
85 . ds #] \&
89 . ds ' \&
90 . ds ` \&
91 . ds ^ \&
92 . ds , \&
93 . ds ~ ~
94 . ds /
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
120 . ds : e
121 . ds 8 ss
122 . ds o a
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
125 . ds th \o'bp'
126 . ds Th \o'LP'
127 . ds ae ae
128 . ds Ae AE
134 .TH NCONF_NEW_EX 3ossl "2023-09-19" "3.0.11" "OpenSSL"
142 \&\- functionality to Load and parse configuration files manually
146 \& #include <openssl/conf.h>
154 \& CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
155 \& CONF *NCONF_new(CONF_METHOD *meth);
156 \& void NCONF_free(CONF *conf);
158 \& int NCONF_load(CONF *conf, const char *file, long *eline);
159 \& OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
161 \& STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *name);
162 \& STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
166 \&\fBNCONF_new_ex()\fR creates a new \s-1CONF\s0 object in heap memory and assigns to
168 \&\fImeth\fR is set to \s-1NULL\s0 then the default value of \fBNCONF_default()\fR is used.
170 \&\fBNCONF_new()\fR is similar to \fBNCONF_new_ex()\fR but sets the \fIlibctx\fR to \s-1NULL.\s0
172 \&\fBNCONF_free()\fR frees the data associated with \fIconf\fR and then frees the \fIconf\fR
177 the load failed on if they are not \s-1NULL.\s0
181 \&\fBNCONF_get0_libctx()\fR gets the library context associated with the \fIconf\fR
185 the \fIconf\fR as \fB\s-1STACK_OF\s0(\s-1OPENSSL_CSTRING\s0)\fR strings. The individual strings
186 are associated with the \fIconf\fR and will be invalid after \fIconf\fR is
189 \&\fBNCONF_get_section()\fR gets the config values associated with the \fIconf\fR from
190 the config section \fIname\fR as \fB\s-1STACK_OF\s0(\s-1CONF_VALUE\s0)\fR structures. The returned
191 stack is associated with the \fIconf\fR and will be invalid after \fIconf\fR
197 \&\fBNCONF_new_ex()\fR and \fBNCONF_new()\fR return a newly created \fI\s-1CONF\s0\fR object
198 or \s-1NULL\s0 if an error occurs.
208 Copyright 2020\-2021 The OpenSSL Project Authors. All Rights Reserved.
212 in the file \s-1LICENSE\s0 in the source distribution or at