robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
388 stars 181 forks source link

subject instead of issuer #228

Closed kresko87 closed 3 years ago

kresko87 commented 3 years ago

https://github.com/robrichards/xmlseclibs/blob/b5670575d444f9eadc97c37515bb95c70b154f45/src/XMLSecurityDSig.php#L1053

I think this $certData['issuer']; should be $certData['subject'];

robrichards commented 3 years ago

Thanks!