gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14273 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r14273 - libmicrohttpd/doc
Date: Thu, 27 Jan 2011 09:56:36 +0100

Author: grothoff
Date: 2011-01-27 09:56:36 +0100 (Thu, 27 Jan 2011)
New Revision: 14273

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
docu

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2011-01-27 08:56:27 UTC (rev 14272)
+++ libmicrohttpd/doc/microhttpd.texi   2011-01-27 08:56:36 UTC (rev 14273)
@@ -707,16 +707,30 @@
 @table @code
 
 @item MHD_CONNECTION_INFO_CIPHER_ALGO
-What cipher algorithm is being used.
+What cipher algorithm is being used (HTTPS connections only).  
 Takes no extra arguments.
+NULL is returned for non-HTTPS connections.
 
 @item MHD_CONNECTION_INFO_PROTOCOL,
 Takes no extra arguments.   Allows finding out the TLS/SSL protocol used
 (HTTPS connections only).
+NULL is returned for non-HTTPS connections.
 
address@hidden MHD_CONNECTION_INFO_CLIENT_ADDRESS
+Returns information about the address of the client.  Returns 
+essentially a @code{struct sockaddr **} (since the API returns
+a @code{union MHD_ConnectionInfo *} and that union contains
+a @code{struct sockaddr *}).
+
 @item MHD_CONNECTION_INFO_GNUTLS_SESSION,
 Takes no extra arguments.  Allows access to the underlying GNUtls session,
 including access to the underlying GNUtls client certificate
+(HTTPS connections only).  Takes no extra arguments.  
+NULL is returned for non-HTTPS connections.
+
address@hidden MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT,
+Takes no extra arguments.  Allows access to the client certificate
+including access to the underlying GNUtls client certificate
 (HTTPS connections only).  Takes no extra arguments.
 
 @end table
@@ -1924,6 +1938,8 @@
 applicable.
 @end deftypefun
 
+
+
 @c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 




reply via email to

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