- Oct 07, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Aug 10, 2019
-
-
Tim van Dijen authored
-
- Jul 15, 2019
-
-
Tim van Dijen authored
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Nov 21, 2018
-
-
Thijs Kinkhorst authored
-
- Oct 20, 2018
-
-
Tim van Dijen authored
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
Arno van der Vegt authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- May 05, 2017
-
-
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.
-
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.
-
- Apr 26, 2017
-
-
Jaime Pérez Crespo authored
-
- Jan 10, 2017
-
-
Jaime Pérez authored
This resolves #476.
-
Jaime Pérez authored
-
- Feb 26, 2016
-
-
Jaime Perez Crespo authored
-
- Jul 20, 2015
-
-
Jaime Perez Crespo authored
Reimplement \SimpleSAML\Utils\Crypto::aesDecrypt() and \SimpleSAML\Utils\Crypto::aesEncrypt() to use openssl instead of mcrypt. This removes the direct dependency on mcrypt and closes #228.
-
- Jun 22, 2015
-
-
Jaime Perez Crespo authored
-
- Jun 20, 2015
-
-
Jaime Perez Crespo authored
Move the aes[En|De]crypt() functionality in \SimpleSAML\Utils\Crypto to internal methods where the secret is passed as a parameter. Then we don't need a working configuration to test the functionality.
-
- Jun 14, 2015
-
-
Jaime Perez Crespo authored
This reverts commit aec9571d.
-
Jaime Perez Crespo authored
-