diff options
author | m0gg | 2007-01-05 09:03:34 +0000 |
---|---|---|
committer | m0gg | 2007-01-05 09:03:34 +0000 |
commit | 2cbfc2cfd30746c694b308e6067529c6b6971c83 (patch) | |
tree | 5c66346937c52114b8941bb1b89e377d3c7bac11 /libcsoap | |
parent | 94144a21ff43ef12bc0132857ca1a712b560fdc3 (diff) | |
download | csoap-2cbfc2cfd30746c694b308e6067529c6b6971c83.tar.gz csoap-2cbfc2cfd30746c694b308e6067529c6b6971c83.tar.bz2 |
Documentation enhancements
Diffstat (limited to 'libcsoap')
-rw-r--r-- | libcsoap/soap-xmlsec.h | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/libcsoap/soap-xmlsec.h b/libcsoap/soap-xmlsec.h index 0a03164..f5ef77a 100644 --- a/libcsoap/soap-xmlsec.h +++ b/libcsoap/soap-xmlsec.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-xmlsec.h,v 1.7 2007/01/03 13:46:32 m0gg Exp $ + * $Id: soap-xmlsec.h,v 1.8 2007/01/05 09:03:34 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2006 Heiko Ronsdorf @@ -26,7 +26,7 @@ /** @page csoap_xmlsec_page How to use xmlsec with csoap * - * @section csoap_xmlsec_toc + * @section csoap_xmlsec_toc Table of contents * * - @ref csoap_xmlsec_key_sec * - @ref csoap_xmlsec_cert_sec @@ -36,6 +36,20 @@ * @section csoap_xmlsec_cert_sec Generate a key with a certificate * @section csoap_xmlsec_cmdline_sec Commandline arguments for startup * + * @code + * -CSOAPxmlsec Commandline argument to enable WS-Security. + * + * -CSOAPkeyfile Commandline argument to set the keyfile. If this argument is + * not specified, a random key will be generated. + * + * -CSOAPpassword Commandline argument to set the password of the key. + * + * -CSOAPcertfile Commandline argument to set a file of certificates. + * @endcode + * + * @see nanohttp_ssl_page + * @see http://www.aleksey.com/xmlsec/ + * */ /** @file @@ -45,7 +59,7 @@ * This module is implemented using the xmlsec1 library. * * @author H. Ronsdorf - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ * * @see http://www.w3.org/TR/SOAP-dsig/ * @see http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss |