The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>