Lines Matching refs:certificate
171 * It is intended to support certificate information gathering for SSL backends
173 * entry points to get particular certificate sub-fields.
733 * ASN.1 parse an X509 certificate into structure subfields.
745 cert->certificate.header = NULL;
746 cert->certificate.beg = beg;
747 cert->certificate.end = end;
923 /* Generate a certificate information record for the public key. */
1065 /* Prepare the certificate information for curl_easy_getinfo(). */
1067 /* Extract the certificate ASN.1 elements. */
1184 /* Generate PEM certificate. */
1185 result = Curl_base64_encode(cert.certificate.beg,
1186 cert.certificate.end - cert.certificate.beg,
1191 /* Generate the final output certificate string. Format is:
1202 /* Build the certificate string. */