Skip to content
Snippets Groups Projects
  1. Mar 07, 2019
    • François Freitag's avatar
      Make metadata validateFingerprint algorithm configurable · 8ee2e489
      François Freitag authored
      Some metadata publishers offer SHA256 fingerprints to validate the
      fingerprint of the certificate used to sign metadata. Allow users to
      configure the fingerprinting algorithm to facilitate validation.
      
      For backward compatibility, the default algorithm remains SHA1.
      8ee2e489
  2. Oct 18, 2018
  3. Oct 17, 2018
  4. May 31, 2018
  5. Nov 29, 2017
  6. Oct 27, 2016
  7. Jul 26, 2016
    • Jaime Pérez's avatar
      Bump the version of the SAML2 library. · b02c5432
      Jaime Pérez authored
      Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
      b02c5432
  8. Feb 24, 2016
Loading