Skip to content
Snippets Groups Projects
  1. May 05, 2017
    • 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
  12. Mar 28, 2017
Loading