Skip to content

refactor/soap-ssl-validator-openssl#414

Open
ioigoume wants to merge 1 commit into
simplesamlphp:release-7.xfrom
ioigoume:refactor/soap-ssl-validator-openssl
Open

refactor/soap-ssl-validator-openssl#414
ioigoume wants to merge 1 commit into
simplesamlphp:release-7.xfrom
ioigoume:refactor/soap-ssl-validator-openssl

Conversation

@ioigoume

@ioigoume ioigoume commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Remove xmlseclibs coupling by switching SOAP/Artifact validators to OpenSSL-based key extraction and updating tests

…penSSL-based key extraction and updating tests
@ioigoume ioigoume force-pushed the refactor/soap-ssl-validator-openssl branch from c0f7417 to 8470675 Compare July 1, 2026 09:29
@ioigoume ioigoume closed this Jul 1, 2026
@tvdijen

tvdijen commented Jul 1, 2026

Copy link
Copy Markdown
Member

Thank you so much @ioigoume !

@tvdijen tvdijen reopened this Jul 1, 2026
@ioigoume ioigoume requested a review from tvdijen July 1, 2026 09:41
}

$alg = $artifactResponse->getSignature()->getSignedInfo()->getSignatureMethod()->getAlgorithm();
$signatureMethod = $alg instanceof AnyURIValue ? $alg->getValue() : (string) $alg;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the idea here? Isn't the algorithm always one of AnyURIValue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants