NAME

XML::LibXMLSec - bindings to some of xmlsec1

SYNOPSIS

use XML::LibXMLSec::Simple;

if (XML::LibXMLSec::Simple::verify(
      $xml_libxml_document,
      $pem_certificate_string,
    )) {
  ...
}

DESCRIPTION

This distribution wraps a few functions from xmlsec1. At the moment, only the code needed to verify a XML Signature against a PEM certificate is implemented, to be used as in the synopsis.

SEE ALSO

https://www.aleksey.com/xmlsec/index.html the xmlsec library

AUTHOR

Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>