diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-24 10:03:39 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-24 10:03:39 +0000 |
commit | e1d9b5853f24f71b600594a7f81bcf2b1169c399 (patch) | |
tree | acb79c506c6ac3227c235dec21387252612b78a3 /lib/gnutls_x509.c | |
parent | 5f0d27c53b9c0be619a067dd77aebfae1057283e (diff) | |
download | gnutls-e1d9b5853f24f71b600594a7f81bcf2b1169c399.tar.gz |
Doc fix.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r-- | lib/gnutls_x509.c | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index afee05a2f7..143a88e5be 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1261,11 +1261,11 @@ static int parse_der_ca_mem(gnutls_x509_crt_t ** cert_list, uint * ncerts, * This function adds the trusted CAs in order to verify client * or server certificates. In case of a client this is not required * to be called if the certificates are not verified using - * gnutls_certificate_verify_peers(). + * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * - * In case of a server the CAs set here will be sent to the client - * if a certificate request is sent. This can be disabled using + * In case of a server the CAs set here will be sent to the client if + * a certificate request is sent. This can be disabled using * gnutls_certificate_send_x509_rdn_sequence(). * * Returns the number of certificates processed or a negative @@ -1300,11 +1300,11 @@ int gnutls_certificate_set_x509_trust_mem(gnutls_certificate_credentials_t * This function adds the trusted CAs in order to verify client * or server certificates. In case of a client this is not required * to be called if the certificates are not verified using - * gnutls_certificate_verify_peers(). + * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * - * In case of a server the CAs set here will be sent to the client - * if a certificate request is sent. This can be disabled using + * In case of a server the CAs set here will be sent to the client if + * a certificate request is sent. This can be disabled using * gnutls_certificate_send_x509_rdn_sequence(). * * Returns 0 on success. @@ -1357,11 +1357,11 @@ int gnutls_certificate_set_x509_trust(gnutls_certificate_credentials_t res, * This function adds the trusted CAs in order to verify client * or server certificates. In case of a client this is not required * to be called if the certificates are not verified using - * gnutls_certificate_verify_peers(). + * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * - * In case of a server the CAs set here will be sent to the client - * if a certificate request is sent. This can be disabled using + * In case of a server the CAs set here will be sent to the client if + * a certificate request is sent. This can be disabled using * gnutls_certificate_send_x509_rdn_sequence(). * * Returns the number of certificates processed or a negative @@ -1567,11 +1567,10 @@ int read_crl_mem(gnutls_certificate_credentials_t res, const void *crl, * This function adds the trusted CRLs in order to verify client or server * certificates. In case of a client this is not required * to be called if the certificates are not verified using - * gnutls_certificate_verify_peers(). + * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * - * Returns the number of CRLs processed or a negative value - * on error. + * Returns the number of CRLs processed or a negative value on error. * **/ int gnutls_certificate_set_x509_crl_mem(gnutls_certificate_credentials_t @@ -1595,7 +1594,7 @@ int gnutls_certificate_set_x509_crl_mem(gnutls_certificate_credentials_t * This function adds the trusted CRLs in order to verify client or server * certificates. In case of a client this is not required * to be called if the certificates are not verified using - * gnutls_certificate_verify_peers(). + * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * * Returns 0 on success. @@ -1641,8 +1640,7 @@ int gnutls_certificate_set_x509_crl(gnutls_certificate_credentials_t res, * gnutls_certificate_verify_peers2(). * This function may be called multiple times. * - * Returns the number of CRLs processed or a negative value - * on error. + * Returns the number of CRLs processed or a negative value on error. * **/ int gnutls_certificate_set_x509_crl_file(gnutls_certificate_credentials_t |