Update to XMLSec v1.3.7:
XMLSEC_TRANSFORM_FLAGS_USER_SPECIFIED
flag to xmlSecTransform.Flags
to differentiate transforms specified in the input XML file vs transforms automatically added by XMLSec library.Link against OpenSSL 3.4 (YuOpenSSL-3.4 v1.0.1) and libxml2 v2.14.4 (DIXml v8.0.0).
Update to XMLSec v1.3.4:
Update to XMLSec v1.3.2:
<KeyInfoReference>
element (ABI breaking change).<KeyInfo>
are used. To restore the old “lax” mode, set XMLSEC_KEYINFO_FLAGS_LAX_KEY_SEARCH
flag on xmlSecKeyInfoCtx
(API breaking change).<KeyName>
element content is now trimmed before key search is performed (API breaking change).failureReason
file to xmlSecDSigCtx
and xmlSecEncCtx
to provide more granular operation failure reason (ABI breaking change).xmlSecKeyDataFormatEngine
option to enhance OpenSSL engine support.xmlSecX509DataGetNodeContent
, with fixed return value.xmlSecOpenSSLAppPkcs12LoadBIO
. It now logs the real root error cause.