File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292Improvements:
9393- Fix deprecation notice in makeAsnSegment() under PHP 8.5
9494- Update parameter type in XMLSecurityDSig::addReference() and addRefInternal()
95+ - Tighten XMLSecEnc PHPDoc types for algorithm allowlists, references, and
96+ encrypt/decrypt return values
9597
9698Bug Fixes:
9799- Compact signature template (XMLSecurityDSig 'stripWhitespace' option) removes
@@ -100,6 +102,9 @@ Bug Fixes:
100102- Compact encryption template (XMLSecEnc 'stripWhitespace' option) removes
101103 inter-element whitespace from EncryptedData for peers that reject significant
102104 whitespace between elements.
105+ - Guard XMLSecEnc encrypt/decrypt and EncryptedKey construction against null
106+ DOM nodes, uninitialized templates, and non-string crypto results that could
107+ fatal under PHP 8; prefer getAlgorithm() when writing EncryptionMethod
103108
10410912, Dec 2025, 3.1.5
105110Security:
You can’t perform that action at this time.
0 commit comments