Lines Matching refs:I

125 X509_STORE_set_verify_cb() sets the verification callback of I<xs> to
126 I<verify_cb> overwriting the previous callback.
132 I<xs> to I<verify>.
138 I<If no chain verification function is provided, the internal default
141 X509_STORE_CTX_get1_issuer() tries to find a certificate from the I<store>
142 component of I<ctx> that has a subject name matching the issuer name of I<x>
143 and is accepted by the I<check_issued> function in I<ctx>.
144 On success it assigns to I<*issuer> the first match that has a suitable validity
146 If the function returns 1 the caller is responsible for freeing I<*issuer>.
149 X509_STORE_set_get_issuer() sets the function I<get_issuer> that is used
150 to get the "best" candidate issuer certificate of the given certificate I<x>.
151 When such a certificate is found, I<get_issuer> must up-ref and assign it
152 to I<*issuer> and then return 1.
153 Otherwise I<get_issuer> must return 0 if not found and -1 (or 0) on failure.
154 If X509_STORE_set_get_issuer() is not used or I<get_issuer> is NULL
158 certificate I<x> is issued by the issuer certificate I<issuer>.
159 This function must return 0 on failure (among others if I<x> hasn't
160 been issued with I<issuer>) and 1 on success.
161 I<If no function to get the issuer is provided, the internal default
169 I<If no function to get the issuer is provided, the internal default
173 certificate I<x>.
174 When found, the crl must be assigned to I<*crl>.
176 I<If no function to get the issuer is provided, the internal default
180 the given I<crl>.
182 I<If no function to get the issuer is provided, the internal default
186 status of the given certificate I<x> against the given I<crl>.
188 I<If no function to get the issuer is provided, the internal default
194 I<If no function to get the issuer is provided, the internal default
199 given name I<nm>.
203 I<If no function to get the issuer is provided, the internal default
209 I<If no function to get the issuer is provided, the internal default