]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixed gdoc documentation
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 27 Mar 2014 09:26:18 +0000 (10:26 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 27 Mar 2014 09:26:18 +0000 (10:26 +0100)
lib/ext/status_request.c
lib/x509/crl.c
lib/x509/crq.c
lib/x509/x509.c
lib/x509/x509_write.c

index 4cbc490462a1310a8803d64d8705574e6c1d467b..8a542ca901e4940f5dccc612c553e261f0b1d4f1 100644 (file)
@@ -422,7 +422,7 @@ static int file_ocsp_func(gnutls_session_t session, void *ptr,
 
 /**
  * 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
  *
index ab6600dc85f33f231d4540a789ade71911bc2c49..10a52ddec2131ebbf50b910ded9b52a2c5e8a6c2 100644 (file)
@@ -270,7 +270,7 @@ gnutls_x509_crl_get_dn_oid(gnutls_x509_crl_t crl,
 
 /**
  * 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.
index b73c6bf694088bb2813490e5328835814cf42f5f..fccc2c00a41d884a383c4939aa4d3a4d9e168bd1 100644 (file)
@@ -161,7 +161,7 @@ gnutls_x509_crq_import(gnutls_x509_crq_t crq,
 
 /**
  * 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
@@ -1499,7 +1499,7 @@ gnutls_x509_crq_get_extension_data(gnutls_x509_crq_t crq, int indx,
 
 /**
  * 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
index 8b1f0172a1aefd1e0b618ffde624c5853597d714..3912aa93edb00747e3fedbd2765e205d828c715d 100644 (file)
@@ -1791,7 +1791,7 @@ void gnutls_x509_policy_release(struct gnutls_x509_policy_st *policy)
 
 /**
  * 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
index c6a43bc62899f91a5a0a9c12ca0e48c5f7740c6c..e450fad18683b88e4ba1d33f81c50a7090d804c0 100644 (file)
@@ -1527,7 +1527,7 @@ gnutls_x509_crt_set_authority_info_access(gnutls_x509_crt_t crt,
 
 /**
  * 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
  *