Skip to content
Snippets Groups Projects
  1. Aug 23, 2022
  2. Jul 14, 2022
  3. Jun 24, 2022
  4. Jun 20, 2022
  5. Jun 13, 2022
  6. Feb 21, 2022
  7. Jan 06, 2022
  8. Aug 31, 2021
  9. Aug 27, 2021
  10. Aug 24, 2021
  11. Aug 18, 2021
  12. Aug 17, 2021
  13. Mar 31, 2021
    • François Freitag's avatar
      Key rollover: Doc new_privatekey_pass option · c747b17d
      François Freitag authored
      The old privatekey_pass was (wrongly) expected to be reused for the new
      privatekey_pass. That prevented my SP from loading the new_privatekey.
      Users could not log in from entities using the new key.
      
      Clarify that the new key needs a new_privatekey_pass entry.
      c747b17d
  14. Feb 24, 2021
  15. Oct 30, 2020
  16. Jun 26, 2020
  17. May 14, 2020
  18. Feb 15, 2020
    • Tim van Dijen's avatar
      Remove 2.0 deprecations (#1281) · 2c8aa8a6
      Tim van Dijen authored
      * Remove deprecated classes
      
      * Remove support for certificate fingerprints
      
      * Remove many deprecated methods and pieces of code
      
      * Remove SAML1.1/Shib1.3 support
      
      * Remove many superfluous annotations
      
      * Update unit test to work with new PHPunit
      
      Closes #1268 
      Closes #1020 
      Closes #431 
      Closes #167 
      Closes #151 
  19. Feb 12, 2020
  20. Oct 25, 2019
  21. Jun 21, 2019
  22. Jun 03, 2019
  23. Mar 21, 2019
    • Sean Hannan's avatar
      SAML: Configurable SLO and ACS metadata (#988) · 14884846
      Sean Hannan authored
      This commit adds the ability to override the defaults in the generated SP metadata for SLO Location and ACS endpoints. This is necessary for my use case as I have additional ACS endpoints to publish in my metadata beyond the generated ones as well as a custom SLO handler that I need to direct my users to. If unset in the config, it uses the defaults as before.
      14884846
  24. Dec 07, 2018
  25. Nov 21, 2018
    • Guy Halse's avatar
      Update OpenSSL RSA bit length in docs · 4da9282c
      Guy Halse authored
      Change documentation from recommending 2048 bit keys to using 3072 bit
      keys.
      
      Given that we're recommending people generate ten-year keys, 2048 bit
      keys are probably a bit short. Almost all commercial certificate
      authorities now recommend 4096 bit keys, and eduGAIN requires 3072 bit
      keys for new federations.
      
      This change aligns the SimpleSAMLphp documentation with the lower
      eduGAIN requirement, since that still meets most standards bodies
      recommendations for 2028 (ten years from now). cf
      https://www.keylength.com/
      4da9282c
  26. Nov 15, 2018
  27. Nov 13, 2018
  28. Sep 23, 2018
  29. May 29, 2018
  30. May 24, 2018
  31. Sep 07, 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
Loading