summaryrefslogtreecommitdiff
path: root/README
blob: 4ae345398fa600b477243304017d5eaf9094f78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
XMLSec Library
----------------------------------------------

XMLSec library provides C based implementation for major XML Security
standards:

    * XML Signature Syntax and Processing
      https://www.w3.org/TR/xmldsig-core

    * XML Encryption Syntax and Processing
      https://www.w3.org/TR/xmlenc-core/

XMLSec is based on well known LibXML (http://xmlsoft.org), LibXSLT
(http://xmlsoft.org/XSLT) and OpenSSL (https://www.openssl.org) libraries.

XMLSec library documentation is available here:

https://www.aleksey.com/xmlsec/

This code is released under the MIT Licence see the Copyright file.

Aleksey Sanin <aleksey@aleksey.com>