Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
      0b861789
  3. Mar 12, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (#1373) · 0d61a9e5
      Tim van Dijen authored
      * Migrate array utils to non-static
      
      * Migrate attribute utils to non-static
      
      * Migrate auth utils to non-static
      
      * Migrate config utils to non-static
      
      * Migrate crypto utils to non-static
      
      * Raise coverage
      
      * Fix rebase issue
      0d61a9e5
  4. Jan 22, 2021
  5. Jan 19, 2021
  6. Sep 15, 2020
  7. Jun 13, 2020
  8. Feb 22, 2020
  9. Feb 15, 2020
  10. Feb 14, 2020
  11. Dec 24, 2019
  12. Oct 03, 2019
  13. Oct 01, 2019
  14. Sep 13, 2019
  15. Sep 12, 2019
  16. Jul 08, 2019
  17. Jun 06, 2019
  18. Mar 18, 2019
  19. 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
  20. Feb 03, 2019
  21. Jan 13, 2019
  22. Jan 04, 2019
  23. Dec 07, 2018
  24. Oct 17, 2018
  25. Aug 22, 2018
  26. Aug 13, 2018
  27. May 31, 2018
  28. May 29, 2018
  29. Apr 13, 2018
  30. Jan 05, 2018
  31. Oct 19, 2017
  32. Jun 01, 2017
    • Thomas Vanhaniemi's avatar
      Added configuration support for index and isDefault on the generated... · bda996f9
      Thomas Vanhaniemi authored
      Added configuration support for index and isDefault on the generated md:AttributeConsumingService element
      
      Added two metadata configuration options attributes.index and attributes.isDefault to the Service Provider section that outputs to the md:AttributeConsumingService element.
      attributes.index overrides the index attribute value with another integer value specified.
      attributes.isDefault adds the isDefault attribute with the given boolean value, if the configuration option is specified.
      bda996f9
  33. Mar 30, 2017
    • Jaime Pérez Crespo's avatar
      Refactor SimpleSAML\Utils\XML::isDOMElementOfType() · cf2bce97
      Jaime Pérez Crespo authored
      It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType().
      
      Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
      cf2bce97
Loading