Go to file
rtlhq f29bcb80a1 changed debian/source/format to native 2022-11-29 19:12:40 +08:00
apps Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
debian changed debian/source/format to native 2022-11-29 19:12:40 +08:00
docs Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
examples Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
include Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
m4 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
man Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
scripts Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
src Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
tests changed debian/source/format to native 2022-11-29 19:12:40 +08:00
win32 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
AUTHORS Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
COPYING Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
ChangeLog Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
Copyright Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
HACKING Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
INSTALL Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
Makefile.am Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
Makefile.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
NEWS Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
README Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
TODO Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
aclocal.m4 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
compile Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
config.guess Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
config.h.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
config.sub Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
configure Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
configure.ac Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
depcomp Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
install-sh Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
ltmain.sh Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
missing Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec-config.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec-gcrypt.pc.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec-gnutls.pc.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec-nss.pc.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec-openssl.pc.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec.pc.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec.spec.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1-config Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1-gcrypt.pc Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1-gnutls.pc Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1-nss.pc Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1-openssl.pc Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1.m4 Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1.pc Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1.spec Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsec1Conf.sh Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00
xmlsecConf.sh.in Import Upstream version 1.2.33 2022-11-29 19:07:29 +08:00

README

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>