Lines Matching refs:I

38 OSSL_CMP_MSG_get0_certreq_publickey() expects that I<msg> is a certificate request
43 If I<ctx> does not contain a transaction ID, a fresh one is created before.
51 from various information provided in the CMP context argument I<ctx>
52 for inclusion in a CMP request message based on details contained in I<ctx>.
53 The I<rid> argument defines the request identifier to use, which typically is 0.
60 =item any subject name in I<ctx> set via L<OSSL_CMP_CTX_set1_subjectName(3)> -
63 =item the subject field of any PKCS#10 CSR set in I<ctx>
66 =item the subject field of any reference certificate given in I<ctx>
67 (see L<OSSL_CMP_CTX_set1_oldCert(3)>), but only if I<for_KUR> is nonzero
68 or the I<ctx> does not include a Subject Alternative Name.
78 =item the public key of any PKCS#10 CSR given in I<ctx>,
80 =item the public key of any reference certificate given in I<ctx>
89 If a PKCS#10 CSR is present in I<ctx>, default extensions are taken from there,
91 If there is a reference certificate in I<ctx> and contains Subject Alternative
95 same OIDs included in the I<ctx> via L<OSSL_CMP_CTX_set0_reqExtensions(3)>.
96 The SANs are further overridden by any SANs included in I<ctx> via
98 Finally, policies are overridden by any policies included in I<ctx> via
105 OSSL_CMP_MSG_read() loads a DER-encoded OSSL_CMP_MSG from I<file>.
107 OSSL_CMP_MSG_write() stores the given OSSL_CMP_MSG to I<file> in DER encoding.
109 d2i_OSSL_CMP_MSG_bio() parses an ASN.1-encoded OSSL_CMP_MSG from the BIO I<bio>.
110 It assigns a pointer to the new structure to I<*msg> if I<msg> is not NULL.
112 i2d_OSSL_CMP_MSG_bio() writes the OSSL_CMP_MSG I<msg> in ASN.1 encoding
113 to BIO I<bio>.