diff options
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 55 |
1 files changed, 36 insertions, 19 deletions
diff --git a/docs/faq.html b/docs/faq.html index 29361786..5ce601f7 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -2,8 +2,36 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>XML Security Library: Documentation</title> +<style type="text/css"> +table.CALSTABLE > tbody > tr:nth-child(1) > td:nth-child(1) { + width: 20em; +} +</style> +<style type="text/css"> +table.CALSTABLE > tbody > tr:nth-child(1) > td:nth-child(1) { + width: 20em; +} +.synopsis, .classsynopsis { + background: #eeeeee; + border: solid 1px #aaaaaa; +} +.programlisting { + background: #eeeeee; + border: solid 1px #000000; +} +.navigation { + background: #eeeeee; + border: solid 1px #000000; +} +.navigation a { + color: initial; +} +.navigation a:visited { + color: initial; +} +</style> </head> -<body><table witdh="100%" valign="top"><tr valign="top"> +<body><table width="100%" valign="top"><tr valign="top"> <td valign="top" align="left" width="210"> <img src="images/logo.gif" alt="XML Security Library" border="0"><p></p> <ul> @@ -46,8 +74,7 @@ <div align="center"> <h1>Frequently Asked Questions</h1> </div> -<h3>0. Where can I read more about XML Signature and XML -Encryption?</h3> +<h3>0. Where can I read more about XML Signature and XML Encryption?</h3> <p>First of all, read the original specifications: <a href="http://www.w3.org/Signature/">XML Digital Signature</a> and <a href="http://www.w3.org/Encryption/">XML Encrytpion</a>. Also there <a href="related.html#books">several books</a> available that can help you get started.<br></p> <h3>1. License(s).</h3> @@ -151,9 +178,7 @@ the application is not distributed.<br> </td> </tr> <tr> -<td style="vertical-align: top;">xmlsec-nss (also -requires -xmlsec-core library) </td> +<td style="vertical-align: top;">xmlsec-nss (also requires xmlsec-core library) </td> <td style="vertical-align: top;"> <a href="http://www.mozilla.org/projects/security/pki/nss/">NSS</a><br> </td> @@ -162,10 +187,7 @@ Public License</a> and <a href="http://www.opensource.org/licenses/gpl-license.p <td style="vertical-align: top;">Yes.<br> </td> <td style="vertical-align: top;">Yes.</td> - <td style="vertical-align: top;">Probably yes, but at -the time I -am writing this there are some <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=217162">unresolved -issues</a>.<br> + <td style="vertical-align: top;">Yes<br> </td> </tr> <tr> @@ -210,9 +232,7 @@ xmlsec?</h4> (optional)</li> </ul> <ul> -<li> <a href="http://www.openssl.org/">OpenSSL</a> -version -0.9.7 (prefered or later) or version 0.9.6. </li> +<li> <a href="http://www.openssl.org/">OpenSSL</a> version 0.9.8 (or later).</li> <li> <a href="http://www.gnu.org/software/gnutls/">GnuTLS</a> </li> @@ -231,15 +251,12 @@ for some tests?</h4> <p> First of all, some tests <b>must</b> fail! Please read the messages printed before the tests.<br> If you have other failed tests then the next possible reason is that -you use OpenSSL 0.9.6 and some xmlsec features are disabled in this -case. Please try to upgrade to OpenSSL 0.9.7 and -re-configure/re-compile xmlsec.<br> -if this does not help then probably there is a bug in the xmlsec or in +some features are not compiled into the library. Re-configure/re-compile xmlsec.<br> +If this does not help then probably there is a bug in the xmlsec or in the xmlsec tests. Please submit the <a href="http://www.aleksey.com/xmlsec/bugs.html">bug report</a> and I'll try to fix it. </p> <h4> <a name="section_2_5"></a>2.5. I get the xmlsec -sources -from CVS and there is no +sources from GitHub and there is no configure script. Where can I get it?</h4> <p> The configure (and other Makefiles) are generated. Use the <code>autogen.sh</code> script to regenerate the configure and |