Lines Matching defs:CAcert
243 X509 *new_x509 = NULL, *CAcert = NULL;
770 if ((CAcert = load_cert_pass(CAfile, FORMAT_UNDEF, 1, passin,
773 if (!X509_check_private_key(CAcert, CAkey)) {
780 if (CAcert == NULL && pkey == NULL) {
800 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey;
802 X509_NAME *issuer = CAcert != NULL ? X509_get_subject_name(CAcert) :
839 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509,
842 if (CAcert == NULL) {
1055 X509_free(CAcert);