diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 12:35:31 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 12:35:31 +0100 |
commit | c1953c310b347bcb6401ef825265c10518d7c977 (patch) | |
tree | eba10ccfb618847e1f388a573a4782f07c72ba06 /lib/gnutls_x509.c | |
parent | 5cf6a95171b1a88b13dd7043fb8e0e4f21b90a1d (diff) | |
download | gnutls-c1953c310b347bcb6401ef825265c10518d7c977.tar.gz |
Fix GTK-DOC syntax. Unfortunately this looses some information.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r-- | lib/gnutls_x509.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index d664a5be72..44a9042331 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -663,7 +663,7 @@ read_key_file (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_key_mem - Used to set keys in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_key_mem: * @res: is a #gnutls_certificate_credentials_t structure. * @cert: contains a certificate list (path) for the specified private key * @key: is the private key, or %NULL @@ -721,7 +721,7 @@ gnutls_certificate_set_x509_key_mem (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_key - Used to set keys in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_key: * @res: is a #gnutls_certificate_credentials_t structure. * @cert_list: contains a certificate list (path) for the specified private key * @cert_list_size: holds the size of the certificate list @@ -810,7 +810,7 @@ gnutls_certificate_set_x509_key (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_key_file - Used to set keys in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_key_file: * @res: is a #gnutls_certificate_credentials_t structure. * @certfile: is a file that containing the certificate list (path) for * the specified private key, in PKCS7 format, or a list of certificates @@ -1112,7 +1112,7 @@ parse_der_ca_mem (gnutls_x509_crt_t ** cert_list, unsigned *ncerts, } /** - * gnutls_certificate_set_x509_trust_mem - Used to add trusted CAs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_trust_mem: * @res: is a #gnutls_certificate_credentials_t structure. * @ca: is a list of trusted CAs or a DER certificate * @type: is DER or PEM @@ -1151,7 +1151,7 @@ gnutls_certificate_set_x509_trust_mem (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_trust - Used to add trusted CAs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_trust: * @res: is a #gnutls_certificate_credentials_t structure. * @ca_list: is a list of trusted CAs * @ca_list_size: holds the size of the CA list @@ -1214,7 +1214,7 @@ gnutls_certificate_set_x509_trust (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_trust_file - Used to add trusted CAs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_trust_file: * @res: is a #gnutls_certificate_credentials_t structure. * @cafile: is a file containing the list of trusted CAs (DER or PEM list) * @type: is PEM or DER @@ -1434,7 +1434,7 @@ read_crl_mem (gnutls_certificate_credentials_t res, const void *crl, } /** - * gnutls_certificate_set_x509_crl_mem - Used to add CRLs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_crl_mem: * @res: is a #gnutls_certificate_credentials_t structure. * @CRL: is a list of trusted CRLs. They should have been verified before. * @type: is DER or PEM @@ -1461,7 +1461,7 @@ gnutls_certificate_set_x509_crl_mem (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_crl - Used to add CRLs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_crl: * @res: is a #gnutls_certificate_credentials_t structure. * @crl_list: is a list of trusted CRLs. They should have been verified before. * @crl_list_size: holds the size of the crl_list @@ -1516,7 +1516,7 @@ gnutls_certificate_set_x509_crl (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_x509_crl_file - Used to add CRLs in a gnutls_certificate_credentials_t structure + * gnutls_certificate_set_x509_crl_file: * @res: is a #gnutls_certificate_credentials_t structure. * @crlfile: is a file containing the list of verified CRLs (DER or PEM list) * @type: is PEM or DER @@ -2044,7 +2044,7 @@ done: /** - * gnutls_certificate_free_crls - Used to free all the CRLs from a gnutls_certificate_credentials_t structure + * gnutls_certificate_free_crls: * @sc: is a #gnutls_certificate_credentials_t structure. * * This function will delete all the CRLs associated |