Skip to content
Snippets Groups Projects
  1. May 05, 2017
    • Jaime Pérez Crespo's avatar
      Fix PHP 5.3 syntax issue. · 1681613b
      Jaime Pérez Crespo authored
      Accessing a key in an array is not allowed when the array is not a variable but a value returned by a function.
      1681613b
    • Matt Schwager's avatar
      Added tests for SimpleSAML\Utils\Crypto · 8e39cd49
      Matt Schwager authored
      This also required adding an additional argument to
      SimpleSAML\Utils\Crypto::loadPrivateKey to ease in testing. Without
      this additional argument, SimpleSAML_Configuration::getBaseDir eventually
      gets called to determine the private key location.  This doesn't work
      well with vfsstream. This argument shouldn't cause too much trouble, and
      seems cohesive enough with the function's purpose.
      8e39cd49
    • Jaime Pérez Crespo's avatar
      Update changelog. · 579bd392
      Jaime Pérez Crespo authored
    • Jaime Pérez Crespo's avatar
      bugfix: Allow only valid auth sources in MultiAuth. · 23e68ad0
      Jaime Pérez Crespo authored
      The configuration of the MultiAuth authentication source specifies the auth sources that the user is presented with when asked for authentication. However, there was no proper check for the auth source selected by the user to ensure it is one of those allowed for MultiAuth.
    • Jaime Pérez Crespo's avatar
      bugfix: SimpleSAML\Utils\Crypto returns true for different strings using PHP < 5.6. · 4bc62965
      Jaime Pérez Crespo authored
      The reason was the lack of conversion to integer for each character of the strings before applying the XOR operator to them. The operator returns always an empty string when applied to two characters, and applying a binary-wise OR between 0 and an empty string, yields 0. Therefore, $diff is always 0, and the function returns true for every two strings with same length, regardless of their contents.
      4bc62965
  2. May 02, 2017
  3. Apr 27, 2017
  4. Apr 26, 2017
  5. Apr 24, 2017
  6. Apr 23, 2017
  7. Apr 22, 2017
  8. Apr 21, 2017
    • Jaime Pérez Crespo's avatar
      Set a default session name for PHP sessions. · c5c832c4
      Jaime Pérez Crespo authored
      The default values are fine if no other applications use PHP sessions. However, when other apps are using PHP sessions, a conflict arises with the defaults, so let's try to make the defaults a bit more resilient.
      c5c832c4
  9. Apr 04, 2017
  10. Mar 31, 2017
  11. Mar 30, 2017
Loading