- Jul 31, 2020
-
-
Tim van Dijen authored
-
- Jun 10, 2020
-
-
Thijs Kinkhorst authored
-
- May 06, 2020
-
-
Tim van Dijen authored
-
- May 05, 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 03, 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
-
Tim van Dijen authored
-
- Mar 19, 2019
- Mar 07, 2019
-
-
François Freitag authored
Some metadata publishers offer SHA256 fingerprints to validate the fingerprint of the certificate used to sign metadata. Allow users to configure the fingerprinting algorithm to facilitate validation. For backward compatibility, the default algorithm remains SHA1.
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- Oct 27, 2016
-
-
Thijs Kinkhorst 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.
-
- Feb 24, 2016
-
-
Patrick Radtke authored
-
Patrick Radtke authored
-
Patrick Radtke authored
- Add test case - Fix .gitignore since it ignored all metadata folders
-