summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar m0gg2007-01-03 13:46:32 +0000
committerGravatar m0gg2007-01-03 13:46:32 +0000
commit88879a324b4de530eea112944940846871fb5a73 (patch)
tree988bab70e757a2f88575563a45b458dc607ec390
parent59496b8f47ef1ceb7564ea5a052a57018374029f (diff)
downloadcsoap-88879a324b4de530eea112944940846871fb5a73.tar.gz
csoap-88879a324b4de530eea112944940846871fb5a73.tar.bz2
README.xmlsec moved to soap-xmlsec.h
-rw-r--r--Makefile.am3
-rw-r--r--README.xmlsec10
-rw-r--r--libcsoap/soap-server.h3
-rw-r--r--libcsoap/soap-xmlsec.h20
4 files changed, 20 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f51a0c..8351d0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
SUBDIRS=nanohttp \
@@ -41,6 +41,5 @@ EXTRA_DIST=$(documentation) \
libcsoap.pc.in \
libcsoap.m4 \
indent.pro \
- README.xmlsec \
$(broken_examples)
diff --git a/README.xmlsec b/README.xmlsec
deleted file mode 100644
index 2da13a2..0000000
--- a/README.xmlsec
+++ /dev/null
@@ -1,10 +0,0 @@
-$Id: README.xmlsec,v 1.1 2006/11/29 11:31:37 m0gg Exp $
-===============================================================================
-
-How to use xmlsec with csoap
-
- 1. Simple key generation
- 2. Generate a key with a certificate
- 3. Commandline arguments for startup
- 4. Howto hide the key password
-
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h
index 359458d..7e4a6ec 100644
--- a/libcsoap/soap-server.h
+++ b/libcsoap/soap-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-server.h,v 1.25 2007/01/01 18:58:05 m0gg Exp $
+ * $Id: soap-server.h,v 1.26 2007/01/03 13:46:32 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -135,6 +135,7 @@
* - @subpage csoap_client_page
* - @subpage csoap_server_page
* - @subpage csoap_mime_page
+ * - @subpage csoap_xmlsec_page
*
* @version 1.2
*
diff --git a/libcsoap/soap-xmlsec.h b/libcsoap/soap-xmlsec.h
index 7026d9c..0a03164 100644
--- a/libcsoap/soap-xmlsec.h
+++ b/libcsoap/soap-xmlsec.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-xmlsec.h,v 1.6 2006/12/09 09:35:00 m0gg Exp $
+ * $Id: soap-xmlsec.h,v 1.7 2007/01/03 13:46:32 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2006 Heiko Ronsdorf
@@ -24,14 +24,28 @@
#ifndef __csoap_xmlsec_h
#define __csoap_xmlsec_h
+/** @page csoap_xmlsec_page How to use xmlsec with csoap
+ *
+ * @section csoap_xmlsec_toc
+ *
+ * - @ref csoap_xmlsec_key_sec
+ * - @ref csoap_xmlsec_cert_sec
+ * - @ref csoap_xmlsec_cmdline_sec
+ *
+ * @section csoap_xmlsec_key_sec Simple key generation
+ * @section csoap_xmlsec_cert_sec Generate a key with a certificate
+ * @section csoap_xmlsec_cmdline_sec Commandline arguments for startup
+ *
+ */
+
/** @file
*
- * \section Web Services Security
+ * @section soap_wss_sec Web Services Security
*
* This module is implemented using the xmlsec1 library.
*
* @author H. Ronsdorf
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
*
* @see http://www.w3.org/TR/SOAP-dsig/
* @see http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss