gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-13-g699dc93


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-13-g699dc93
Date: Sat, 18 Aug 2012 07:02:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=699dc93bff116ea49464e6941365ba0628bd9575

The branch, master has been updated
       via  699dc93bff116ea49464e6941365ba0628bd9575 (commit)
      from  0b1dd6ea48f1acbb89955a48c46a25bab8e78d7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 699dc93bff116ea49464e6941365ba0628bd9575
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 18 09:00:44 2012 +0200

    doc fix

-----------------------------------------------------------------------

Summary of changes:
 doc/cha-cert-auth.texi |    2 +-
 lib/gnutls_cert.c      |    5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index 8aad126..144de2c 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -299,7 +299,7 @@ Although the verification of a certificate path indicates 
that the
 certificate is signed by trusted authority, does not reveal anything
 about the peer's identity. It is required to verify if the
 certificate's owner is the one you expect. For more information
-consult @xcite{RFC2818} and section @ref{ex:verify} for an example.
+consult @ref{gnutls_x509_crt_check_hostname}, section @ref{ex:verify} for an 
example, and @xcite{RFC2818}.
 
 @node Verifying a certificate using trust on first use authentication
 @subsection Verifying a certificate using trust on first use authentication
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 61585af..605b7d8 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -646,10 +646,7 @@ _gnutls_openpgp_crt_verify_peers (gnutls_session_t session,
  * gnutls_certificate_set_verify_limits().
  *
  * Note that you must also check the peer's name in order to check if
- * the verified certificate belongs to the actual peer.
- *
- * This function uses gnutls_x509_crt_list_verify() with the CAs in
- * the credentials as trusted CAs.
+ * the verified certificate belongs to the actual peer, see 
gnutls_x509_crt_check_hostname().
  *
  * Returns: a negative error code on error and %GNUTLS_E_SUCCESS (0) on 
success.
  **/


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]