- 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
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Feb 02, 2020
-
-
Tim van Dijen authored
-
- 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 03, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Jul 08, 2019
-
-
Tim van Dijen authored
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Mar 08, 2019
-
-
Thijs Kinkhorst authored
metadata: Make the documentid a hash over the document contents, so it does not change on every page load
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 29, 2018
-
-
Thijs Kinkhorst authored
SHA-1 is still supported but needs to be configured explicitly if you need it.
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Aug 19, 2017
-
-
Tim van Dijen authored
-
- Jul 26, 2016
-
-
Jaime Pérez authored
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
-
- Jul 02, 2016
-
-
Jaime Pérez authored
The hash algorithm to use to calculate signature digests for self metadata was not configurable. Add the 'metadata.sign.algorithm' configuration option to fix that. This resolves #411.
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Aug 03, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Apr 23, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertPath() and deprecate the former.
-
- Jan 15, 2015
-
-
Jaime Perez authored
-
- Jul 09, 2014
-
-
Thijs Kinkhorst authored
-
- Feb 17, 2014
-
-
Jaime Pérez Crespo authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3364 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 26, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2237 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@613 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 03, 2008
-
-
Olav Morken authored
This patch adds metadata signing. It can be enabled globally by setting the 'metadata.sign.enable' global option, or per SP/IdP by setting the same option in the metadata of the SP/IdP. To sign the metadata, both a private key and a certificate is used. The following configuration options determine which key and certificate files will be used: - per SP/IdP metadata: 'metadata.sign.privatekey' & 'metadata.sign.certificate' - globally: 'metadata.sign.privatekey' & 'metadata.sign.certificate' - per SP/IdP metadata: (fallback) 'privatekey' & 'certificate' git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
-