summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-13 12:30:55 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-13 12:30:55 -0800
commitf251dedaa31b48f7c05a4b53c112b40ebca890ef (patch)
treed6c78a1b273417506edb030c96772c8459f5831e /README
downloadxmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.tar.gz
xmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.tar.bz2
xmlsec1-f251dedaa31b48f7c05a4b53c112b40ebca890ef.zip
Imported Upstream version 1.2.18upstream/1.2.18
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..ef62ab0a
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+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.
+
+This code is released under the MIT Licence see the Copyright file.
+
+Aleksey Sanin <aleksey@aleksey.com>