From 88879a324b4de530eea112944940846871fb5a73 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 3 Jan 2007 13:46:32 +0000 Subject: README.xmlsec moved to soap-xmlsec.h --- Makefile.am | 3 +-- README.xmlsec | 10 ---------- libcsoap/soap-server.h | 3 ++- libcsoap/soap-xmlsec.h | 20 +++++++++++++++++--- 4 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 README.xmlsec 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 -- cgit v1.1-32-gdbae