https://github.com/qoretechnologies/module-xmlsec
Qore XMLSEC module
https://github.com/qoretechnologies/module-xmlsec
Last synced: 5 months ago
JSON representation
Qore XMLSEC module
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-xmlsec
- Owner: qoretechnologies
- License: lgpl-2.1
- Created: 2015-07-21T09:33:35.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-03T07:14:55.000Z (5 months ago)
- Last Synced: 2026-01-09T09:35:18.291Z (5 months ago)
- Language: C++
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
xmlsec module for Qore
version 1.0.1 by David Nichols
This module provides the ability for Qore programs to sign, verify, encrypt,
and decrypt XML strings according to the xmldsig and xmlenc standards.
Requires qore 1.0+, libxml2, and xmlsec1 headers and libraries to build.
Documentation is generated by Doxygen and included in the module package.
See the API documentation for comprehensive usage examples.
Test script: test/xmlsec.qtest
BUILD AND INSTALL
-----------------
mkdir build
cd build
cmake ..
make
sudo make install
The cmake configuration will find your qore module directory and set this
for the install directory.
DEPENDENCIES
------------
Build-time:
- CMake 2.8.12+
- Qore 1.0+ with development headers
- libxml2 with development headers
- xmlsec1 with development headers
- xmlsec1-openssl with development headers
- C++11 compatible compiler
Run-time:
- Qore 1.0+
- xmlsec1
- xmlsec1-openssl