[xmlsec] update docs
- From: Aleksey Sanin <aleksey src gnome org>
- To: svn-commits-list gnome org
- Subject: [xmlsec] update docs
- Date: Fri, 17 Jul 2009 18:02:50 +0000 (UTC)
commit 70b831bca76db117f8706e12c4dd4df0ada85f68
Author: Aleksey Sanin <aleksey aleksey com>
Date: Fri Jul 17 11:02:41 2009 -0700
update docs
configure.in | 2 --
docs/api/sgml/version.sgml | 2 +-
docs/c14n.html | 9 ++++++---
docs/faq.html | 4 +---
docs/index.html | 7 ++++---
docs/news.html | 6 ++++--
docs/xmlenc.html | 4 ++--
docs/xmlsec-man.html | 12 ++++--------
man/xmlsec1-config.1 | 4 ++--
man/xmlsec1.1 | 14 ++++----------
10 files changed, 28 insertions(+), 36 deletions(-)
---
diff --git a/configure.in b/configure.in
index 027a43e..433e205 100644
--- a/configure.in
+++ b/configure.in
@@ -61,7 +61,6 @@ XMLSEC_DEFINES=""
dnl ==========================================================================
dnl Specific setup for Aleksey's development environment:
-dnl - with xkms support (while in development)
dnl - with debug
dnl - with pedantic compiler flags
dnl - with static binaries
@@ -70,7 +69,6 @@ dnl ==========================================================================
AC_MSG_CHECKING(for development environment)
AC_ARG_ENABLE(development, [ --enable-development enable development environment (no)])
if test "z$enable_development" = "zyes" -o "z${LOGNAME}" = "zaleksey" ; then
- enable_xkms="yes"
enable_debuging="yes"
enable_pedantic="yes"
enable_static_linking="yes"
diff --git a/docs/api/sgml/version.sgml b/docs/api/sgml/version.sgml
index be7ff33..589d4d2 100644
--- a/docs/api/sgml/version.sgml
+++ b/docs/api/sgml/version.sgml
@@ -70,7 +70,7 @@ The library minor version number.</para>
</para></refsect2>
<refsect2>
<title><anchor id="XMLSEC-VERSION-SUBMINOR-CAPS">XMLSEC_VERSION_SUBMINOR</title>
-<indexterm><primary>XMLSEC_VERSION_SUBMINOR</primary></indexterm><programlisting>#define XMLSEC_VERSION_SUBMINOR 12
+<indexterm><primary>XMLSEC_VERSION_SUBMINOR</primary></indexterm><programlisting>#define XMLSEC_VERSION_SUBMINOR 13
</programlisting>
<para>
The library sub-minor version number.</para>
diff --git a/docs/c14n.html b/docs/c14n.html
index 06080a9..3390cdf 100644
--- a/docs/c14n.html
+++ b/docs/c14n.html
@@ -58,11 +58,14 @@ standards were included in libxml2 library because these algorithms could
be interested for other applications as well.
</p>
<ul>
-<li><a href="http://www.w3.org/TR/xml-c14n">Canonical XML 1.0</a>
+<li>
+<a href="http://www.w3.org/TR/xml-c14n">Canonical XML 1.0</a>
(included in libxml2)</li>
-<li><a href="http://www.w3.org/TR/xml-exc-c14n">Exclusive Canonical XML 1.0</a>
+<li>
+<a href="http://www.w3.org/TR/xml-exc-c14n">Exclusive Canonical XML 1.0</a>
(included in libxml2)</li>
-<li><a href="http://www.w3.org/TR/xml-c14n11/">Canonical XML 1.1</a>
+<li>
+<a href="http://www.w3.org/TR/xml-c14n11/">Canonical XML 1.1</a>
(included in libxml2)</li>
</ul>
</td></tr></table></td>
diff --git a/docs/faq.html b/docs/faq.html
index 8887fa5..53c36ea 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -58,11 +58,9 @@ see the file Copyright in the distribution for the precise wording. </p>
<h4> <a name="section_1_2"></a>1.2. Can I use xmlsec with
proprietary application or
library? Can I use xmlsec with a GNU GPL application or library?</h4>
-
<p>Probably, you will need to ask a lawyer. But not-a-lawyer answer
can be found in the following table:
</p>
-
<table style="text-align: left; width: 85%; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="2"><tbody>
<tr>
<td style="vertical-align: top; font-weight: bold;">XML
@@ -172,10 +170,10 @@ Internet Explorer. </td>
<p>If you have questions about XML Security Library
licensing then feel free to send these questions to the <a href="bugs.html">mailing list</a>.<br></p>
<h3>2. Installation.</h3>
-
<h4> <a name="section_2_1"></a>2.1. Where can I get xmlsec?</h4>
<p> The original distribution comes from <a href="http://www.aleksey.com/xmlsec/">XML Security Library page</a>.
+</p>
<h4> <a name="section_2_2"></a>2.2. How to compile xmlsec?</h4>
<p> On Unix just follow the "standard": </p>
<blockquote> <code>gunzip -c xmlsec-xxx.tar.gz | tar xvf -</code><br><code>cd xmlsec-xxxx</code><br><code>./configure --help</code><br><code>./configure [possible options] </code><br><code>make</code><br><code>make check</code><br><code>make install</code> </blockquote>
diff --git a/docs/index.html b/docs/index.html
index 767f4e8..343bbb6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,12 +72,13 @@
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
-
<li>August ??? 2009<br>
Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
<ul>
- <li><a href="http://xmlsoft.org/">LibXML2</a> version 2.7.4 is now required</li>
- <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a></li>
+<li>
+<a href="http://xmlsoft.org/">LibXML2</a> version 2.7.4 is now required</li>
+ <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a>
+</li>
<li>Increase default minimum hmac size to 80 bits</li>
<li>Added support for --with-libxml-src and --with-libxslt-src ./configure options</li>
</ul>
diff --git a/docs/news.html b/docs/news.html
index 6a8961c..9959477 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -50,8 +50,10 @@
<li>August ??? 2009<br>
Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
<ul>
- <li><a href="http://xmlsoft.org/">LibXML2</a> version 2.7.4 is now required</li>
- <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a></li>
+<li>
+<a href="http://xmlsoft.org/">LibXML2</a> version 2.7.4 is now required</li>
+ <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a>
+</li>
<li>Increase default minimum hmac size to 80 bits</li>
<li>Added support for --with-libxml-src and --with-libxslt-src ./configure options</li>
</ul>
diff --git a/docs/xmlenc.html b/docs/xmlenc.html
index 1946116..fe0ddc7 100644
--- a/docs/xmlenc.html
+++ b/docs/xmlenc.html
@@ -506,7 +506,8 @@ Transform<br>
<tr>
<td style="width: 40%;" valign="top">
<ul>
-<li>XPointer support in <code>Except URI</code></li>
+<li>XPointer support in <code>Except URI</code>
+</li>
</ul>
</td>
<td valign="top">N<br>
@@ -515,7 +516,6 @@ Transform<br>
<td style="vertical-align: top;">N</td>
<td style="vertical-align: top;">N</td>
</tr>
-
<tr>
<td style="width: 40%;" align="left" valign="top">
<a href="http://www.w3.org/TR/xml-c14n">Canonical XML 1.0</a>
diff --git a/docs/xmlsec-man.html b/docs/xmlsec-man.html
index 8ad6e3c..14af046 100644
--- a/docs/xmlsec-man.html
+++ b/docs/xmlsec-man.html
@@ -44,12 +44,12 @@
</td>
<td valign="top"><table width="100%" valign="top"><tr><td valign="top" align="left" id="xmlsecContent">
<h1>XMLSEC1</h1>
-<p> Section: User Commands (1)<br>Updated: July 2005<br><a href="#index">Index</a> <a href="http://localhost/cgi-bin/man/man2html">Return to Main Contents</a></p>
+<p> Section: User Commands (1)<br>Updated: July 2009<br><a href="#index">Index</a> <a href="http://localhost/cgi-bin/man/man2html">Return to Main Contents</a></p>
<hr>
<a name="lbAB"></a><h2>NAME</h2>
<p> xmlsec1 - sign, verify, encrypt and decrypt XML documents <a name="lbAC"></a> </p>
<h2>SYNOPSIS</h2>
-<b>xmlsec</b><i><command> </i><p>[<i><options></i>] [<i><file></i>] <a name="lbAD"></a> </p>
+<b>xmlsec</b><i><command> </i><p>[<i><options></i>] [<i><files></i>] <a name="lbAD"></a> </p>
<h2>DESCRIPTION</h2>
<p> xmlsec is a command line tool for signing, verifying, encrypting and decrypting XML documents. The allowed <command> values are: </p>
<dl compact>
@@ -169,7 +169,7 @@
</dt>
<dd> <dd>load private key from DER file and certificates that verify this key </dd>
</dd>
-<dt> <b>--pkcs-pem[</b>:<name>] <file>[,<cafile>[,<cafile>[...]]] <dt></dt>
+<dt> <b>--pkcs8-pem[</b>:<name>] <file>[,<cafile>[,<cafile>[...]]] <dt></dt>
</dt>
<dd> <dd>load private key from PKCS8 PEM file and PEM certificates that verify this key </dd>
</dd>
@@ -241,10 +241,6 @@
</dt>
<dd> <dd>skip strict checking of X509 data </dd>
</dd>
-<dt> <b>--crypto</b> <name> <dt></dt>
-</dt>
-<dd> <dd>the name of the crypto engine to use from the following list: openssl, gnutls, nss, mscrypto (if no crypto engine is specified then the default one is used) </dd>
-</dd>
<dt> <b>--crypto-config</b> <path> <dt></dt>
</dt>
<dd> <dd>path to crypto engine configuration </dd>
@@ -292,7 +288,7 @@
<dd> </dd>
</dl>
<hr>
-<p> This document was created by <a href="http://localhost/cgi-bin/man/man2html">man2html</a>, using the manual pages.<br> Time: 01:42:30 GMT, July 13, 2005 </p>
+<p> This document was created by <a href="http://localhost/cgi-bin/man/man2html">man2html</a>, using the manual pages.<br> Time: 18:00:42 GMT, July 17, 2009 </p>
</td></tr></table></td>
</tr></table></body>
</html>
diff --git a/man/xmlsec1-config.1 b/man/xmlsec1-config.1
index 7926b09..c8b239e 100644
--- a/man/xmlsec1-config.1
+++ b/man/xmlsec1-config.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH XMLSEC1-CONFIG "1" "July 2005" "xmlsec1-config 1.2.9" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH XMLSEC1-CONFIG "1" "July 2009" "xmlsec1-config 1.2.12" "User Commands"
.SH NAME
xmlsec1-config \- detail installed version of xmlsec library
.SH SYNOPSIS
diff --git a/man/xmlsec1.1 b/man/xmlsec1.1
index 9fd4931..e42f788 100644
--- a/man/xmlsec1.1
+++ b/man/xmlsec1.1
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH XMLSEC1 "1" "July 2005" "xmlsec1 1.2.9 (openssl)" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH XMLSEC1 "1" "July 2009" "xmlsec1 1.2.13 (openssl)" "User Commands"
.SH NAME
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
.SH SYNOPSIS
.B xmlsec
-\fI<command> \fR[\fI<options>\fR] [\fI<file>\fR]
+\fI<command> \fR[\fI<options>\fR] [\fI<files>\fR]
.SH DESCRIPTION
xmlsec is a command line tool for signing, verifying, encrypting and
decrypting XML documents. The allowed <command> values are:
@@ -159,7 +159,7 @@ that verify this key
load private key from DER file and certificates
that verify this key
.HP
-\fB\-\-pkcs\-pem[\fR:<name>] <file>[,<cafile>[,<cafile>[...]]]
+\fB\-\-pkcs8\-pem[\fR:<name>] <file>[,<cafile>[,<cafile>[...]]]
.IP
load private key from PKCS8 PEM file and PEM certificates
that verify this key
@@ -234,12 +234,6 @@ maximum certificates chain depth
.IP
skip strict checking of X509 data
.HP
-\fB\-\-crypto\fR <name>
-.IP
-the name of the crypto engine to use from the following
-list: openssl, gnutls, nss, mscrypto (if no crypto engine is
-specified then the default one is used)
-.HP
\fB\-\-crypto\-config\fR <path>
.IP
path to crypto engine configuration
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]