Lines Matching refs:x509
13 #include <openssl/x509.h>
14 #include "crypto/x509.h"
168 ret = X509_subject_name_cmp((*a)->data.x509, (*b)->data.x509);
368 obj->data.x509 = (X509 *)x;
420 return X509_up_ref(a->data.x509);
431 return a->data.x509;
466 X509_free(a->data.x509);
481 a->data.x509 = obj;
513 stmp.data.x509 = &x509_s;
628 x = obj->data.x509;
705 if (!X509_cmp(obj->data.x509, x->data.x509))
742 if (ctx->check_issued(ctx, x, obj->data.x509)) {
743 if (ossl_x509_check_cert_time(ctx, obj->data.x509, -1)) {
744 *issuer = obj->data.x509;
774 if (ctx->check_issued(ctx, x, pobj->data.x509)) {
777 if (ossl_x509_check_cert_time(ctx, pobj->data.x509, -1)) {
778 *issuer = pobj->data.x509;
786 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509),
788 *issuer = pobj->data.x509;