Table of Contents
YuXMLSec
YuXMLSec – XMLSec for Delphi without DLLs
YuXMLSec provides major XML Security standards for Delphi:
- XML Signature Syntax and Processing (XMLDSIG).
- XML Encryption Syntax and Processing (XMLENC).
- Security Assertion Markup Language (SAML).
YuXMLSec is based on the XMLSec library. XMLSec is based on the libxml2, libxslt, and OpenSSL libraries.
YuXMLSec compiles all required code into the binary executables. It does not require any library DLLs.
Requirements
YuXMLSec requires DIXml and YuOpenSSL-3.0. Both libraries must be in the Delphi search path to compile.
XMLSec Online Documentaion
The XMLSec general documentation is available here:
* https://www.aleksey.com/xmlsec/api/xmlsec-reference.html
The XMLSec API reference is available here:
* https://www.aleksey.com/xmlsec/api/xmlsec-reference.html
If you miss an identifer available in XMLSec but no yet in YuXMLSec, please send a notice to delphi@yunqa.de.
XMLSec Bugs Detected During YuXMLSec Development
For YuXMLSec, all problems above have been solved.