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_2_9_6-8-g17edc60


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_6-8-g17edc60
Date: Wed, 23 Sep 2009 15:46:22 +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=17edc60deccccfd93a1290e27f8643b68a6c2dda

The branch, master has been updated
       via  17edc60deccccfd93a1290e27f8643b68a6c2dda (commit)
      from  e7622a04bdddf56fb5bb5f087885557a2ffb281d (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 17edc60deccccfd93a1290e27f8643b68a6c2dda
Author: Simon Josefsson <address@hidden>
Date:   Wed Sep 23 17:46:06 2009 +0200

    Clarify gnutls_server_name_set usage.
    
    Reported by Daniel Black <address@hidden> in
    <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3878>.

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

Summary of changes:
 lib/ext_server_name.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/ext_server_name.c b/lib/ext_server_name.c
index 69413ae..1b8513a 100644
--- a/lib/ext_server_name.c
+++ b/lib/ext_server_name.c
@@ -307,10 +307,10 @@ gnutls_server_name_get (gnutls_session_t session, void 
*data,
  * This should be used by clients that connect to servers that do
  * virtual hosting.
  *
- * The value of @name depends on the @ind type. In case of
- * GNUTLS_NAME_DNS, an ASCII or UTF-8 null terminated string, without
- * the trailing dot, is expected.  IPv4 or IPv6 addresses are not
- * permitted.
+ * The value of @name depends on the @type type.  In case of
+ * %GNUTLS_NAME_DNS, an ASCII zero-terminated domain name string,
+ * without the trailing dot, is expected.  IPv4 or IPv6 addresses are
+ * not permitted.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (zero) is returned,
  *   otherwise an error code is returned.


hooks/post-receive
-- 
GNU gnutls




reply via email to

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