- Sep 05, 2021
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Mar 12, 2021
-
-
Tim van Dijen authored
* Migrate array utils to non-static * Migrate attribute utils to non-static * Migrate auth utils to non-static * Migrate config utils to non-static * Migrate crypto utils to non-static * Raise coverage * Fix rebase issue
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Jan 16, 2021
-
-
Tim van Dijen authored
-
- Jan 11, 2021
-
-
Thijs Kinkhorst authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 05, 2020
-
-
Tim van Dijen authored
-
- Aug 27, 2020
-
-
Tim van Dijen authored
-
- May 06, 2020
-
-
Tim van Dijen authored
-
- May 05, 2020
-
-
Tim van Dijen authored
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
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
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Oct 07, 2019
-
-
Tim van Dijen authored
-
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
-