Fix Coverity defects
[platform/upstream/xmlsec1.git] / README
1 XMLSec Library
2 ----------------------------------------------
3
4 XMLSec library provides C based implementation for major XML Security
5 standards:
6
7     * XML Signature Syntax and Processing 
8       http://www.w3.org/TR/xmldsig-core
9
10     * XML Encryption Syntax and Processing
11       http://www.w3.org/TR/xmlenc-core/    
12
13 XMLSec is based on well known LibXML (http://xmlsoft.org), LibXSLT
14 (http://xmlsoft.org/XSLT) and OpenSSL (http://www.openssl.org) libraries.
15
16 XMLSec library documentation is available here:
17
18 http://www.aleksey.com/xmlsec/
19
20 This code is released under the MIT Licence see the Copyright file.
21
22 Aleksey Sanin <aleksey@aleksey.com>
23