Qore xmlsec Module  1.0.0
Qore xmlsec Module

Introduction to the xmlsec Module

The xmlsec module provides xmlsec functionality to Qore, allowing qore programs to generate and verify XML documents with signatures and encryption.

This module is released under a choice of two licenses:

  • LGPL 2.1
  • MIT (see COPYING.MIT in the source distribution for more information)

The module is tagged as such in the module's header (meaning it can be loaded unconditionally regardless of how the Qore library was initialized).

Like all Qore components, the xmlsec module is thread-safe.

Encryption, decryption, signing, and verification is performed through the static methods of the XmlSec class, while access to keys and key managers is provided through the XmlSecKey and XmlSecKeyManager classes.

Release Notes

xmlsec Module Version 1.0.0

  • updated for new xmlsec builds; fixed build and test (issue 4343)

xmlsec Module Version 0.0.4

  • updated for Qore 0.9

xmlsec Module Version 0.0.3

  • initial release