Lines Matching refs:subject
12 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
20 These may make use of fields of the certificate I<subject>, the certification
23 When constructing the subject key identifier of a certificate by computing a
24 hash value of its public key, the public key is taken from I<subject> or I<req>.
25 Similarly, when constructing subject alternative names from any email addresses
26 contained in a subject DN, the subject DN is taken from I<subject> or I<req>.
27 If I<subject> or I<crl> is provided, I<issuer> should point to its issuer, for
29 I<issuer> may be the same pointer value as I<subject> (which usually is an
30 indication that the I<subject> certificate is self-issued or even self-signed).
41 the subject certificate that has been provided in I<ctx>.
42 This should be done in case the I<issuer> and I<subject> arguments to