Lines Matching refs:cert_info
27 ASN1_INTEGER_free(x->cert_info.version);
28 x->cert_info.version = NULL;
31 if (x->cert_info.version == NULL) {
32 if ((x->cert_info.version = ASN1_INTEGER_new()) == NULL)
35 return ASN1_INTEGER_set(x->cert_info.version, version);
44 in = &x->cert_info.serialNumber;
54 return X509_NAME_set(&x->cert_info.issuer, name);
61 return X509_NAME_set(&x->cert_info.subject, name);
82 return ossl_x509_set1_time(&x->cert_info.validity.notBefore, tm);
89 return ossl_x509_set1_time(&x->cert_info.validity.notAfter, tm);
96 return X509_PUBKEY_set(&(x->cert_info.key), pkey);
113 return ASN1_INTEGER_get(x->cert_info.version);
118 return x->cert_info.validity.notBefore;
123 return x->cert_info.validity.notAfter;
128 return x->cert_info.validity.notBefore;
133 return x->cert_info.validity.notAfter;
143 return x->cert_info.key;
148 return x->cert_info.extensions;
155 *piuid = x->cert_info.issuerUID;
157 *psuid = x->cert_info.subjectUID;
162 return &x->cert_info.signature;