simplesamlphp / saml2

SimpleSAMLphp low-level SAML2 PHP library
https://www.simplesamlphp.org
GNU Lesser General Public License v2.1
284 stars 134 forks source link

Undefined class constant 'NAME_NEW' in PrivateKeyLoader #71

Closed ajmichels closed 8 years ago

ajmichels commented 8 years ago

Undefined class constant 'NAME_NEW' in /Users/amichels/projects/caringbridge/xsaml/vendor/simplesamlphp/saml2/src/SAML2/Certificate/PrivateKeyLoader.php on line 49

It looks like maybe PrivateKeyLoader line 49 should be using PrivateKeyConfiguration::NAME_NEW instead of PrivateKey::NAME_NEW.

With simplesamlphp/saml2 v2.2 on PHP 5.4.45

jaimeperez commented 8 years ago

Thanks for reporting this @ajmichels!