mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 14:24:17 +08:00
24 lines
646 B
Plaintext
24 lines
646 B
Plaintext
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>
|
|
|