/**
* gnutls_certificate_set_ocsp_status_request_file:
- * @session: is a #gnutls_session_t structure.
+ * @sc: is a credentials structure.
* @response_file: a filename of the OCSP response
* @flags: should be zero
*
/**
* gnutls_x509_crl_get_issuer_dn2:
- * @cert: should contain a #gnutls_x509_crt_t structure
+ * @crl: should contain a #gnutls_x509_crl_t structure
* @dn: a pointer to a structure to hold the name
*
* This function will allocate buffer and copy the name of the CRL issuer.
/**
* gnutls_x509_crq_get_private_key_usage_period:
- * @cert: should contain a #gnutls_x509_crq_t structure
+ * @crq: should contain a #gnutls_x509_crq_t structure
* @activation: The activation time
* @expiration: The expiration time
* @critical: the extension status
/**
* gnutls_x509_crq_get_extension_data2:
- * @cert: should contain a #gnutls_x509_crq_t structure
+ * @crq: should contain a #gnutls_x509_crq_t structure
* @extension_id: An X.509 extension OID.
* @indx: Specifies which extension OID to read. Use (0) to get the first one.
* @data: will contain the extension DER-encoded data
/**
* gnutls_x509_crt_get_policy:
- * @cert: should contain a #gnutls_x509_crt_t structure
+ * @crt: should contain a #gnutls_x509_crt_t structure
* @indx: This specifies which policy to return. Use (0) to get the first one.
* @policy: A pointer to a policy structure.
* @critical: will be non-zero if the extension is marked as critical
/**
* gnutls_x509_crt_set_policy:
- * @cert: should contain a #gnutls_x509_crt_t structure
+ * @crt: should contain a #gnutls_x509_crt_t structure
* @policy: A pointer to a policy structure.
* @critical: use non-zero if the extension is marked as critical
*