Lines Matching defs:certs

89  *   treats the handling of the difference between CA certs and certs
92 * a CA cert. In parse_pkcs12, certs which have matching private keys are
93 * not returned as part of the CA certs.
95 * the matching of private keys and certs is done at this level, rather than
98 * return just a cert, just a private key, the stack of CA certs or any
114 * this calls lower levels with stacks of private keys and certs, rather
115 * that a cert, a private key and a stack for CA certs.
151 STACK_OF(EVP_PKEY) **pkey, STACK_OF(X509) **certs);
157 * other (CA) certs. Note either ca should be NULL, *ca should be NULL,
165 * matchty - Info about which certs/keys to return if many are in the file.
175 * authority' certs/trust anchors.
178 * and/or 'name_str', as appropriate. Go through the lists of certs and
192 * Append to the CA list, the certs which do not have matching private
195 * If none of the bits are set, no client certs or private keys will be
196 * returned. CA (aka trust anchor) certs can be.
198 * Notes: If #3 is selected, then #4 will never occur. CA certs will be
294 * matchty - Info about which certs/keys to return if many are in the file.
304 * authority' certs/trust anchors.
349 * Go through the lists of certs and private keys which were
406 * them. Since keys which don't have matching client certs
408 * client certs to compute the position of the last private
479 * various certs. Note these should either be NULL, *whatever should
487 * certs - Points to address of a stack of client certs return.
489 * Note: The certs and keys being returned are in random order.
499 STACK_OF(X509) **certs)
507 * ca certs.
527 retval = set_results(pkey, &work_kl, certs, &work_ca, NULL,
540 * individual bags. Return stacks of certs, private keys found and
541 * CA certs found.
549 * 1 - PKCS12 data object was parsed and lists of certs and private keys
604 * 1 - Stack of safebags was parsed and lists of certs and private keys
630 * cl - Stack of certs found so far. New certificates will be
637 * was added to the stack of certs or private keys found, respectively.