2004-01-21 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Wed, 21 Jan 2004 21:34:05 +0000
changeset 71 0c87c8ed4d99
parent 70 4d33d6915f49
child 72 95d0e86982c5
2004-01-21 Mikael Hallendal <micke@imendio.com> * docs/reference/loudmouth-docs.sgml: * docs/reference/loudmouth-sections.txt: * docs/reference/tmpl/lm-connection.sgml: * docs/reference/tmpl/loudmouth-unused.sgml: * docs/reference/tmpl/lm-ssl.sgml: * loudmouth/lm-ssl.h: - Added new file to documentation
ChangeLog
docs/reference/loudmouth-docs.sgml
docs/reference/loudmouth-sections.txt
docs/reference/tmpl/lm-connection.sgml
docs/reference/tmpl/lm-ssl.sgml
docs/reference/tmpl/loudmouth-unused.sgml
loudmouth/lm-ssl.h
--- a/ChangeLog	Wed Jan 21 18:02:57 2004 +0000
+++ b/ChangeLog	Wed Jan 21 21:34:05 2004 +0000
@@ -1,3 +1,13 @@
+2004-01-21  Mikael Hallendal  <micke@imendio.com>
+
+	* docs/reference/loudmouth-docs.sgml:
+	* docs/reference/loudmouth-sections.txt:
+	* docs/reference/tmpl/lm-connection.sgml:
+	* docs/reference/tmpl/loudmouth-unused.sgml:
+	* docs/reference/tmpl/lm-ssl.sgml:
+	* loudmouth/lm-ssl.h:
+	- Added new file to documentation
+
 2004-01-21  Mikael Hallendal  <micke@imendio.com>
 
 	* Makefile.am:
--- a/docs/reference/loudmouth-docs.sgml	Wed Jan 21 18:02:57 2004 +0000
+++ b/docs/reference/loudmouth-docs.sgml	Wed Jan 21 21:34:05 2004 +0000
@@ -13,5 +13,6 @@
     <xi:include href="xml/lm-message.xml"/>
     <xi:include href="xml/lm-message-handler.xml"/>
     <xi:include href="xml/lm-message-node.xml"/>
+    <xi:include href="xml/lm-ssl.xml"/>
   </chapter>
 </book>
--- a/docs/reference/loudmouth-sections.txt	Wed Jan 21 18:02:57 2004 +0000
+++ b/docs/reference/loudmouth-sections.txt	Wed Jan 21 21:34:05 2004 +0000
@@ -89,10 +89,14 @@
 </SECTION>
 
 <SECTION>
-<FILE>lm-debug</FILE>
-LmLogLevelFlags
-lm_debug_init
-LM_LOG_DOMAIN
-lm_verbose
+<FILE>lm-ssl</FILE>
+LmCertificateStatus
+LmSSLStatus
+LmSSLResponse
+LmSSLFunction
+lm_ssl_new
+lm_ssl_is_supported
+lm_ssl_get_fingerprint
+lm_ssl_ref
+lm_ssl_unref
 </SECTION>
-
--- a/docs/reference/tmpl/lm-connection.sgml	Wed Jan 21 18:02:57 2004 +0000
+++ b/docs/reference/tmpl/lm-connection.sgml	Wed Jan 21 21:34:05 2004 +0000
@@ -215,23 +215,6 @@
 @port: 
 
 
-<!-- ##### FUNCTION lm_connection_supports_ssl ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-
-<!-- ##### FUNCTION lm_connection_get_use_ssl ##### -->
-<para>
-
-</para>
-
-@connection: 
-@Returns: 
-
-
 <!-- ##### FUNCTION lm_connection_send ##### -->
 <para>
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/reference/tmpl/lm-ssl.sgml	Wed Jan 21 21:34:05 2004 +0000
@@ -0,0 +1,103 @@
+<!-- ##### SECTION Title ##### -->
+lm-ssl
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### ENUM LmCertificateStatus ##### -->
+<para>
+
+</para>
+
+@LM_CERT_INVALID: 
+@LM_CERT_ISSUER_NOT_FOUND: 
+@LM_CERT_REVOKED: 
+
+<!-- ##### ENUM LmSSLStatus ##### -->
+<para>
+
+</para>
+
+@LM_SSL_STATUS_NO_CERT_FOUND: 
+@LM_SSL_STATUS_UNTRUSTED_CERT: 
+@LM_SSL_STATUS_CERT_EXPIRED: 
+@LM_SSL_STATUS_CERT_NOT_ACTIVATED: 
+@LM_SSL_STATUS_CERT_HOSTNAME_MISMATCH: 
+@LM_SSL_STATUS_CERT_FINGERPRINT_MISMATCH: 
+@LM_SSL_STATUS_GENERIC_ERROR: 
+
+<!-- ##### ENUM LmSSLResponse ##### -->
+<para>
+
+</para>
+
+@LM_SSL_RESPONSE_CONTINUE: 
+@LM_SSL_RESPONSE_STOP: 
+
+<!-- ##### USER_FUNCTION LmSSLFunction ##### -->
+<para>
+
+</para>
+
+@ssl: 
+@status: 
+@user_data: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_ssl_new ##### -->
+<para>
+
+</para>
+
+@expected_fingerprint: 
+@ssl_function: 
+@user_data: 
+@notify: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_ssl_is_supported ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_ssl_get_fingerprint ##### -->
+<para>
+
+</para>
+
+@ssl: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_ssl_ref ##### -->
+<para>
+
+</para>
+
+@ssl: 
+@Returns: 
+
+
+<!-- ##### FUNCTION lm_ssl_unref ##### -->
+<para>
+
+</para>
+
+@ssl: 
+
+
--- a/docs/reference/tmpl/loudmouth-unused.sgml	Wed Jan 21 18:02:57 2004 +0000
+++ b/docs/reference/tmpl/loudmouth-unused.sgml	Wed Jan 21 21:34:05 2004 +0000
@@ -27,6 +27,14 @@
 @value: 
 @user_data: 
 
+<!-- ##### FUNCTION lm_connection_get_use_ssl ##### -->
+<para>
+
+</para>
+
+@connection: 
+@Returns: 
+
 <!-- ##### FUNCTION lm_connection_set_use_ssl ##### -->
 <para>
 
@@ -35,6 +43,13 @@
 @connection: 
 @use_ssl: 
 
+<!-- ##### FUNCTION lm_connection_supports_ssl ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
 <!-- ##### FUNCTION lm_message_node_add_child_message_node ##### -->
 <para>
 
--- a/loudmouth/lm-ssl.h	Wed Jan 21 18:02:57 2004 +0000
+++ b/loudmouth/lm-ssl.h	Wed Jan 21 21:34:05 2004 +0000
@@ -52,18 +52,17 @@
 						LmSSLStatus   status,
 						gpointer      user_data);
 
-LmSSL *
-lm_ssl_new (const gchar    *expected_fingerprint,
-	    LmSSLFunction   ssl_function,
-	    gpointer        user_data,
-	    GDestroyNotify  notify);
+LmSSL *               lm_ssl_new             (const gchar *expected_fingerprint,
+					      LmSSLFunction   ssl_function,
+					      gpointer        user_data,
+					      GDestroyNotify  notify);
 
-gboolean  lm_ssl_is_supported (void);
+gboolean              lm_ssl_is_supported    (void);
 
-const unsigned char *  lm_ssl_get_fingerprint (LmSSL *ssl);
+const unsigned char * lm_ssl_get_fingerprint (LmSSL          *ssl);
 
 
-LmSSL *   lm_ssl_ref          (LmSSL *ssl);
-void      lm_ssl_unref        (LmSSL *ssl);
+LmSSL *               lm_ssl_ref             (LmSSL          *ssl);
+void                  lm_ssl_unref           (LmSSL          *ssl);
 
 #endif /* __LM_SSL_H__ */