Git init
[external/xmlsec1.git] / docs / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>XML Security Library</title>
5 </head>
6 <body><table witdh="100%" valign="top"><tr valign="top">
7 <td valign="top" align="left" width="210">
8 <img src="images/logo.gif" alt="XML Security Library" border="0"><p></p>
9 <ul>
10 <li><a href="index.html">Home</a></li>
11 <li><a href="download.html">Download</a></li>
12 <li><a href="news.html">News</a></li>
13 <li><a href="documentation.html">Documentation</a></li>
14 <ul>
15 <li><a href="faq.html">FAQ</a></li>
16 <li><a href="api/xmlsec-notes.html">Tutorial</a></li>
17 <li><a href="api/xmlsec-reference.html">API reference</a></li>
18 <li><a href="api/xmlsec-examples.html">Examples</a></li>
19 </ul>
20 <li><a href="xmldsig.html">XML Digital Signature</a></li>
21 <ul><li><a href="http://www.aleksey.com/xmlsec/xmldsig-verifier.html">Online Verifier</a></li></ul>
22 <li><a href="xmlenc.html">XML Encryption</a></li>
23 <li><a href="c14n.html">XML Canonicalization</a></li>
24 <li><a href="bugs.html">Reporting Bugs</a></li>
25 <li><a href="http://www.aleksey.com/pipermail/xmlsec">Mailing list</a></li>
26 <li><a href="related.html">Related</a></li>
27 <li><a href="authors.html">Authors</a></li>
28 </ul>
29 <table width="100%">
30 <tr>
31 <td width="15"></td>
32 <td><a href="http://xmlsoft.org/"><img src="images/libxml2-logo.png" alt="LibXML2" border="0"></a></td>
33 </tr>
34 <tr>
35 <td width="15"></td>
36 <td><a href="http://xmlsoft.org/XSLT"><img src="images/libxslt-logo.png" alt="LibXSLT" border="0"></a></td>
37 </tr>
38 <tr>
39 <td width="15"></td>
40 <td><a href="http://www.openssl.org/"><img src="images/openssl-logo.png" alt="OpenSSL" border="0"></a></td>
41 </tr>
42 <!--Links - start--><!--Links - end-->
43 </table>
44 </td>
45 <td valign="top"><table width="100%" valign="top"><tr><td valign="top" align="left" id="xmlsecContent">
46 <div align="Center">                                          
47       <h1>XML Security Library</h1>
48             </div>
49 <p>
50              XML Security Library is a C library based on 
51              <a href="http://xmlsoft.org/">LibXML2</a>.
52       The library  supports major XML security standards:                                                   
53       </p>
54 <ul>
55 <li>
56 <a href="http://www.w3.org/TR/xmldsig-core">XML Signature</a>
57              </li>
58              <li>
59 <a href="http://www.w3.org/TR/xmlenc-core/">XML Encryption</a>
60              </li>
61               <li>
62 <a href="http://www.w3.org/TR/xml-c14n">Canonical XML</a>
63              (was included in <a href="http://xmlsoft.org">LibXML2</a>)</li>
64               <li>
65 <a href="http://www.w3.org/TR/xml-exc-c14n">Exclusive Canonical XML</a>
66              (was included in <a href="http://xmlsoft.org">LibXML2</a>)</li>
67                                                     
68       </ul>
69 <p>
70              XML Security Library is released under the             
71              <a href="http://www.opensource.org/licenses/mit-license.html">MIT  Licence</a>
72             see the Copyright file in the distribution  for details.<br><br></p>
73 <p><b>News</b></p>
74 <ul>
75 <li>December 5 2009<br>
76         Changes in <a href="download.html">XML Security Library 1.2.14</a> release:
77         <ul>
78 <li>XMLSec library is switched from built-in LTDL library to the system 
79         LTDL library on Linux/Unix and native calls on Windows to fix 
80         <a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-3736">security 
81         issue</a> in LTDL.</li>
82         <li>Fixed minor bugs (see <a href="http://git.gnome.org/cgit/xmlsec/log/">log</a> 
83         for complete list).</li>
84         </ul>
85 </li>
86
87 <li>September 12 2009<br>
88         Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
89         <ul>
90 <li>
91         <a href="http://xmlsoft.org/">LibXML2</a> version 2.7.4 is now required</li>
92         <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a>
93 </li>
94         <li>Increase default minimum hmac size to 80 bits</li>
95         <li>Added support for --with-libxml-src and --with-libxslt-src ./configure options</li>
96         <li>Fixed XML dump output</li>
97         </ul>
98 </li>
99
100 <li>July 14 2009<br>
101         The new <a href="download.html">XML Security Library 1.2.12</a> release
102         includes the following changes (see ChangeLog for the complete list of changes):
103         <ul>
104 <li>Fixed HMAC vulnerability with small values of HMAC length 
105         (<a href="http://www.kb.cert.org/vuls/id/466161">CERT VU #466161</a>).</li>
106         <li>Added support for the GOST implemented by Russian Crypto Pro CSP 
107         (patch from Dennis Prochko)</li>
108         <li>Added an option to return the replaced node (based on the patch from Frank Gross)</li>
109         <li>Added new function xmlSecNodeEncodeAndSetContent for encoding
110         special chars in the node content.</li>
111         <li>Added configurable Base64 line length.</li>
112         <li>Bug fixes.</li>
113         </ul>
114 </li>
115
116 </ul>
117 </td></tr></table></td>
118 </tr></table></body>
119 </html>