- Mar 16, 2022
-
-
Tim van Dijen authored
-
- Mar 14, 2021
-
-
Tim van Dijen authored
* Migrate email utils to non-static * Migrate http utils to non-static * Migrate net utils to non-static * Migrate random utils to non-static * Migrate system utils to non-static * Migrate time utils to non-static * Migrate xml utils to non-static * Upgrade notes * Update test-framework * Fix tests
-
- 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 19, 2021
-
-
Tim van Dijen authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Feb 22, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
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
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Migrate assertions to Webmozart
-
Tim van Dijen authored
* Upgrade saml2-library to v4 * Stop considering Issuer-strings * Stop considering NameID-arrays
-
- 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
-
- Sep 13, 2019
-
-
Tim van Dijen authored
-
- Sep 12, 2019
-
-
Tim van Dijen authored
-
- Jul 08, 2019
-
-
Tim van Dijen authored
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Mar 18, 2019
-
-
Guy Halse authored
-
- 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.
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Jan 13, 2019
-
-
Tim van Dijen authored
-
- Jan 04, 2019
-
-
Guy Halse authored
Fixed typo introduced by #1008
-
- Dec 07, 2018
-
-
Tim van Dijen authored
Start migrating to SAML2 getters/setters
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
Arno van der Vegt authored
* Updated the phpDoc comments to match the code * Added return statements * Added return values
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
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
-
- Jan 05, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Jun 01, 2017
-
-
Thomas Vanhaniemi authored
Added configuration support for index and isDefault on the generated md:AttributeConsumingService element Added two metadata configuration options attributes.index and attributes.isDefault to the Service Provider section that outputs to the md:AttributeConsumingService element. attributes.index overrides the index attribute value with another integer value specified. attributes.isDefault adds the isDefault attribute with the given boolean value, if the configuration option is specified.
-
- Mar 30, 2017
-
-
Jaime Pérez Crespo authored
It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType(). Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
-