开发者

XML signature validation against remote certificate, with PHP

I'm working o开发者_如何转开发n a project where I need to validate an embedded signature in an XML file (SAML assertion) against a public key located on a remove server.

Has anyone done this in PHP?


I think the answer you are looking for lies within the documentation of PHP in the user comments:

openssl_verify() - User Comment

That should help you out. And just remember, as long as you can fetch the cert file, you can use cURL() to fetch that instead of fread, if it is needed (or at least in theory you should be able to).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜