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