summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-07-27 15:33:38 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-07-27 15:39:05 +0900
commitd4d35351fd63a7051a7cbef2002cb0c641925ec3 (patch)
treed390d823f40a886547b932f9bd9239fe81ef6056 /README
parentcaccc67c33486a1d1b29f227071851961b29a722 (diff)
downloadxmlsec1-d4d35351fd63a7051a7cbef2002cb0c641925ec3.tar.gz
xmlsec1-d4d35351fd63a7051a7cbef2002cb0c641925ec3.tar.bz2
xmlsec1-d4d35351fd63a7051a7cbef2002cb0c641925ec3.zip
Imported Upstream version 1.2.22upstream/1.2.22upstream
Change-Id: I4d17734839f021e46aef7a30483ac17e8c85fb1d Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index ef62ab0a..cdb4fe10 100644
--- a/README
+++ b/README
@@ -3,13 +3,21 @@ XMLSec Library
XMLSec library provides C based implementation for major XML Security
standards:
+
* XML Signature Syntax and Processing
http://www.w3.org/TR/xmldsig-core
+
* XML Encryption Syntax and Processing
http://www.w3.org/TR/xmlenc-core/
+
XMLSec is based on well known LibXML (http://xmlsoft.org), LibXSLT
(http://xmlsoft.org/XSLT) and OpenSSL (http://www.openssl.org) libraries.
+XMLSec library documentation is available here:
+
+http://www.aleksey.com/xmlsec/
+
This code is released under the MIT Licence see the Copyright file.
Aleksey Sanin <aleksey@aleksey.com>
+