Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 16, 2018
  3. Nov 15, 2018
  4. Nov 14, 2018
  5. Nov 13, 2018
  6. Oct 20, 2018
  7. Oct 17, 2018
  8. Oct 09, 2018
  9. Oct 02, 2018
  10. Sep 26, 2018
  11. Sep 25, 2018
    • peter's avatar
      PasswordProtectedTransport authncontext when HTTPS · 96b18557
      peter authored
      Following up on the idea mentioned in #937: If the transport is secure fall back to the `PasswordProtectedTransport` authn context class ref, otherwise keep the current default of `Password`.
      
      Requires a version of the SAML2 library with simplesamlphp/saml2#129 merged due to the reference on a newly defined Constant.
      96b18557
  12. Sep 23, 2018
  13. Sep 20, 2018
    • Guy Halse's avatar
      f4675749
    • Guy Halse's avatar
      Allow multiple NameIDFormats for IdPs · 06c3de3f
      Guy Halse authored
      The SAML2int spec suggests that IdPs should advertise two name
      identifier formats, and SAML itself supports this. It seems that
      SimpleSAMLphp does too, when handling metadata in XML (it is implemented
      as an array). However the internal metadata format uses getString,
      limiting us to only a single NameIDFormat. So far as I can tell, all
      that's needed to fix this is to change the metadata parser to use
      getArrayizeString to accept either a string or an array, and to cast
      that as a string when necessary.
      This may solve issue simplesamlphp/simplesamlphp#91
      06c3de3f
  14. Aug 26, 2018
  15. Aug 22, 2018
  16. Aug 13, 2018
  17. Aug 06, 2018
  18. Aug 05, 2018
  19. Jul 24, 2018
  20. Jul 18, 2018
  21. Jul 12, 2018
  22. Jul 02, 2018
  23. Jun 22, 2018
  24. Jun 01, 2018
Loading