XML Security Library

LibXML2
LibXSLT
OpenSSL

XML Security Library Reference Manual

Aleksey Sanin

    aleksey@aleksey.com
  

This manual documents the interfaces of the xmlsec library and has some short notes to help get you up to speed with using the library.

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.

Table of Contents
XML Security Library Programming Notes
Overview.
XML Security Library Structure.
Building the application with XML Security Library.
Compiling and linking on Unix.
Compiling and linking on Windows.
Compiling and linking on other systems.
Initialization and shutdown.
Signing and encrypting documents.
Signing a document.
Encrypting data.
Verifing and decrypting documents.
Verifying a signed document
Decrypting an encrypted document
Creating dynamic templates.
Keys and keys manager.
Transforms and transforms chain.
Customizing signature and verification process.
Customizing encryption and decryption process.
Supporting new cryptographic library.
XML Security Library API Reference.
base64 -- 
buffer -- 
errors -- 
io -- 
keyinfo -- 
keysdata -- 
keys -- 
keysmngr -- 
list -- 
membuf -- 
nodeset -- 
parser -- 
templates -- 
transforms -- 
version -- 
xmldsig -- 
xmlenc -- 
xmlsec -- 
xmltree -- 
XML Security Library for OpenSLL API Reference.
app -- 
bn -- 
crypto -- 
x509.h -- The X509 certificates functions.
XML Security Library for GnuTLS API Reference.
app -- 
crypto -- 
XML Security Library for NSS API Reference.
app -- 
crypto -- 
XML Security Library Examples.
dsig1.c -- Signing a template file.
dsig1-tmpl.xml -- Simple signature template file.
dsig2.c -- Verifying a file.
dsig3.c -- 
dsig4.c -- 
enc1.c -- Encrypting data using a template file.
enc1-tmpl.xml -- Simple encryption template file.
enc2.c -- Decrypting an encrypted file.
XML Security Library Refernce Index


Aleksey Sanin