You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simplesamlphp/saml2 depends on robrichards/xmlseclibs and it is using mcrypt_* functions. Therefore, using this library it results into deprecated errors.
Yes, I've done some testing with simpleSAMLphp and OpenConext-engineblock and their core functionality remains working, also their testsuites pass with this upgrade. We need to keep it at "2.0 or 3.0" as saml2 currently still supports PHP < 5.6.
simplesamlphp/saml2
depends onrobrichards/xmlseclibs
and it is using mcrypt_* functions. Therefore, using this library it results into deprecated errors.Why using Mcrypt is wrong? Read here https://paragonie.com/blog/2015/05/if-you-re-typing-word-mcrypt-into-your-code-you-re-doing-it-wrong
Has anybody tested SAML2 with
robrichards/xmlseclibs
3.0.0+?The text was updated successfully, but these errors were encountered: