Home | History | Annotate | Download | only in apps

Lines Matching full:str2

1687 	ASN1_STRING *str,*str2;
1794 str=str2=NULL;
1862 str2=X509_NAME_ENTRY_get_data(push);
1864 if (ASN1_STRING_cmp(str,str2) != 0)
1869 BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));