Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Sep 10, 2020
  3. Feb 15, 2020
  4. Feb 02, 2020
  5. Dec 24, 2019
  6. Oct 03, 2019
  7. Oct 01, 2019
  8. Jul 08, 2019
  9. Jun 06, 2019
  10. Mar 08, 2019
  11. Oct 17, 2018
  12. Aug 26, 2018
  13. Aug 22, 2018
  14. May 31, 2018
  15. May 29, 2018
  16. Apr 13, 2018
  17. Oct 25, 2017
  18. Aug 19, 2017
  19. 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
  20. Jul 02, 2016
  21. Oct 11, 2015
  22. Aug 03, 2015
  23. Apr 23, 2015
  24. Jan 15, 2015
  25. Jul 09, 2014
  26. Feb 17, 2014
  27. Mar 26, 2010
  28. Aug 14, 2009
  29. Jun 06, 2008
  30. Jun 03, 2008
    • Olav Morken's avatar
      Add metadata signing. · 383561e8
      Olav Morken authored
      This patch adds metadata signing. It can be enabled globally by setting
      the 'metadata.sign.enable' global option, or per SP/IdP by setting
      the same option in the metadata of the SP/IdP.
      
      To sign the metadata, both a private key and a certificate is used. The
      following configuration options determine which key and certificate files
      will be used:
      
      - per SP/IdP metadata:
        'metadata.sign.privatekey' & 'metadata.sign.certificate'
      - globally:
        'metadata.sign.privatekey' & 'metadata.sign.certificate'
      - per SP/IdP metadata: (fallback)
        'privatekey' & 'certificate'
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
      383561e8
Loading