summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML
Commit message (Expand)AuthorAgeFilesLines
* Bump the version of the SAML2 library.Jaime Pérez2016-07-261-4/+4
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-4/+4
* Clean one-liner comments.Jaime Perez Crespo2015-11-065-47/+47
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-066-6/+6
* XML data is loaded using SAML2_DOMDocumentFactory classSergio Gómez2015-10-111-3/+3
* Move validateCA(), validateCABuiltIn() and validateCAExec() from SimpleSAML_U...Jaime Perez Crespo2015-04-231-1/+128
* Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertP...Jaime Perez Crespo2015-04-232-5/+5
* Deprecate SimpleSAML_Utilities::checkDateConditions().Jaime Perez Crespo2015-04-231-1/+38
* Remove commented code.Jaime Perez Crespo2015-04-211-4/+1
* Move SimpleSAML_Utils_Random to SimpleSAML\Utils\Random.Jaime Perez Crespo2015-04-201-3/+3
* Move SimpleSAML_Utilities::generateTimestamp() to SimpleSAML\Utils\Time::gene...Jaime Perez Crespo2015-04-201-3/+3
* Move SimpleSAML_Utilities::generateID() to SimpleSAML_Utils_Random::generateI...Jaime Perez Crespo2015-04-161-3/+3
* Convert source files using ISO8859-1 to UTF-8.Jaime Perez Crespo2015-04-152-2/+2
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-156-11/+0
* Force XML_Shib13_AuthnRequest::createRedirect() to receive a shire.Jaime Perez2015-01-151-5/+1
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-096-6/+0
* Fix occured->occurred.Olav Morken2011-07-221-3/+3
* Shib13: Add support for multiple certificates in metadata.Olav Morken2010-08-101-9/+18
* SAML1.1: Use configuration class for metadata.Olav Morken2010-05-071-23/+11
* Allow absolute paths to certificates.Olav Morken2010-03-262-15/+4
* Shib13_AuthnRequest: Remove unused code.Olav Morken2010-01-051-45/+0
* saml1: Support new endpoint format.Olav Morken2009-11-041-6/+4
* saml: Add SAML 1 artifact support.Olav Morken2009-10-081-0/+30
* SimpleSAML_XML_Shib13_AuthnResponse: Various cleanups.Olav Morken2009-08-191-76/+47
* SimpleSAML_XML_AuthnResponse: Remove unused class.Olav Morken2009-08-191-82/+0
* SimpleSAML_XML_Shib13_AuthnResponse: Remove inheritance of SimpleSAML_XML_Aut...Olav Morken2009-08-191-7/+44
* SimpleSAML_XML_Shib13/AuthnRequest: Remove $configuratio nand $metadatastore ...Olav Morken2009-08-191-9/+9
* SimpleSAML_XML_Shib13_AuthnResponse: Remove configuration and metadata parame...Olav Morken2009-08-191-6/+7
* Give default values for all configuration options from config.phpOlav Morken2009-08-142-2/+2
* Upgrade NameId array format.Olav Morken2009-08-121-1/+1
* Delete the old SAML2 classes.Olav Morken2009-08-034-1615/+0
* Move CA validation code from XML/Validator to Utilities.Olav Morken2009-08-031-105/+1
* SAML2: Move constants from sspmod_saml2_Const to SAML2_Const.Olav Morken2009-08-031-3/+3
* Fix missing "new" keyword in file "lib/SimpleSAML/XML/Shib13/AuthnResponse.php"Olav Morken2009-07-151-1/+1
* SAML20/AuthnResponse: Send correct response code for errors.Olav Morken2009-07-131-1/+1
* SAML20_AuthnResponse: Add getStatus() function.Olav Morken2009-07-131-9/+42
* SAML20/AuthnResponse: Allow the status to be passed as an instance of sspmod_...Olav Morken2009-07-131-11/+39
* Allow for timeskew on the NotBefore condition in shibboleth 1.3 response...Andreas Åkre Solberg2009-06-191-1/+7
* Allow white characters preceeding and proceeding Issuer in request.Andreas Åkre Solberg2009-06-161-1/+1
* Patch by Thomas Graff: Handling invalid casing of true and false in authrequestAndreas Åkre Solberg2009-05-111-6/+7
* Thomas Graff: Patch to fallback to default value instead of showing error whe...Andreas Åkre Solberg2009-05-041-11/+30
* Make it possible to send logout responses to a different endpoint than logout...Olav Morken2009-04-161-1/+4
* SAML2: Support configurable attribute encodings.Olav Morken2009-04-161-11/+43
* SAML2: Remove debug code for jpegPhoto.Olav Morken2009-04-031-10/+3
* SAML2: Handle unknown NameID formats.Olav Morken2009-04-011-11/+54
* Shib13: Clean up authentication response handling.Olav Morken2009-03-131-64/+58
* Fix Conditions time validity to be session durationAndreas Åkre Solberg2009-03-111-3/+10
* Adding support for the IdP-first flow with SAML 2.0, where there is no authen...Andreas Åkre Solberg2009-02-061-4/+5
* Fix for handling NoPassive responses to Google apps when using NameIDFormats ...Andreas Åkre Solberg2009-01-131-15/+25
* Removed deprecated attribute handling code. Replaced by auth proc filters... ...Andreas Åkre Solberg2009-01-081-137/+0
* Verify recipient of SAML2 assertions.Olav Morken2008-11-171-5/+23
* minor editing.Andreas Åkre Solberg2008-11-041-1/+1
* increase support for persistent name identifiers: for now only based on a spe...Hans Zandbelt2008-10-301-2/+7
* XML/Validator: Fix warning.Olav Morken2008-10-271-1/+1
* XML/Signer: Add support for private keys & certificates loaded by SimpleSAML_...Olav Morken2008-10-201-3/+54
* AuthnResponse: Use SimpleSAML_Utilities::loadPrivateKeyOlav Morken2008-10-201-10/+4
* SAML2/AuthnResponse: use SimpleSAML_Utilities::loadPublicKeyOlav Morken2008-10-201-17/+6
* Validator: add support for public keys loaded by SimpleSAML_Utilities::loadPu...Olav Morken2008-10-201-17/+86
* Fix of typo in non-successfull StatuscodeMads Freek Petersen2008-09-091-2/+2
* Send non Success StatusCode as per the spec ie. as a two-level StatusCode ele...Mads Freek Petersen2008-09-061-4/+6
* Fix for edugain R-BE...Andreas Åkre Solberg2008-08-281-2/+3
* Adding support for Shibboleth 1.3 SP to validate signed assertion responses.Andreas Åkre Solberg2008-08-272-4/+9
* Support for Shibboleth 1.3 scoped attributes.Olav Morken2008-08-271-5/+65
* Shib13-SP: Move session creation into AssertionConsumerServiceOlav Morken2008-08-191-21/+2
* SAML2-SP: Moved session creating from AuthnResponse class to AssertionConsume...Olav Morken2008-08-191-13/+65
* SAML2: Fix transient NameId for logout.Olav Morken2008-07-181-3/+5
* Create a persistent session index for SAML2 SPs.Olav Morken2008-07-171-2/+4
* Shib13: Include SubjectConfirmation in AttributeStatement.Olav Morken2008-07-101-0/+1
* Shib13 SP: Add support for CA path validation.Olav Morken2008-07-041-8/+12
* SAML2 SP: Add support for CA path validation.Olav Morken2008-07-041-4/+17
* XML_Validator: Add support for CA validation.Olav Morken2008-07-041-0/+124
* SAML2: Add support for encrypted private keys for decrypting encrypted assert...Olav Morken2008-07-011-0/+3
* SAML2: Validate signature om samlp:Response before decrypting Assertions.Olav Morken2008-07-011-10/+22
* SAML2_AuthnRequest: Add support for retrieving the request id of the generate...Olav Morken2008-06-301-3/+19
* SAML2_AuthnResponse: Code for indicating different status codes to AssertionC...Olav Morken2008-06-301-8/+11
* Move fingerprint calculation out from xmlseclibs.Olav Morken2008-06-241-12/+44
* XML_Signer: Add support for including extra certificates in the signature.Olav Morken2008-06-241-0/+36
* XML_Validator: Added support for multiple valid fingerprints.Olav Morken2008-06-231-12/+26
* SimpleSAML_XML_Validator: Add support for retrieving the the certificate whic...Olav Morken2008-06-201-0/+22
* Added SimpleSAML_XML_Signer helper class for signing XML data.Olav Morken2008-06-201-0/+194
* Added SimpleSAML_XML_Errors class as a helper class for fetching errors from ...Olav Morken2008-06-201-0/+135
* Implemented issue 99. http://code.google.com/p/simplesamlphp/issues/detail?id=99Lasse Birnbaum Jensen2008-06-121-3/+3
* Update everything to use the autoloader.Olav Morken2008-06-069-49/+0
* XML/Validator: Add support for validating nodes which are a child node in the...Olav Morken2008-06-041-11/+4
* Adding support for setting custom AttributeNameFormatsAndreas Åkre Solberg2008-06-031-5/+20
* Require xmlseclibs in Validator class.Olav Morken2008-06-031-0/+2
* Session: Remove uses of SimpleSAML_Session::init(...).Olav Morken2008-05-152-3/+3
* Make it possible to set a default value for IsPassive in SP-hosted metadata.Olav Morken2008-05-141-1/+20
* Change SAML20 & Shib13 xml handlers to use generateID and generateTimestamp f...Olav Morken2008-05-134-43/+16
* Added code to retrieve the ID used in a LogoutRequest and the InResponseTo at...Olav Morken2008-05-132-2/+41
* Change SAML2 LogoutRequest and LogoutResponse to use generateID and generateT...Olav Morken2008-05-132-38/+5
* Added support for IsPassive flag.Mads Freek Petersen2008-05-122-51/+117
* Added that alter function get spentityid and idpentityid as arguments. Assume...Lasse Birnbaum Jensen2008-04-291-4/+4
* Added support for __default__ host configuration and __dynamic__ entity point...Andreas Åkre Solberg2008-04-281-2/+11
* Added support for encryption/decryption of assertionsMads Freek Petersen2008-04-221-3/+69
* git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@505 44740490-163a-...Mads Freek Petersen2008-04-222-12/+24
* Add support for ForceAuthn on the IdP side.Olav Morken2008-04-011-0/+30
* Added support for leaving out the samlp:NameIDPolicy in the request by settin...Andreas Åkre Solberg2008-03-251-6/+24
* Adding error message if certificate in shib13-idp-remote is missingAndreas Åkre Solberg2008-03-131-0/+3
* Cleaning up authentication request code, and saml 2 sp hosted metadataAndreas Åkre Solberg2008-03-061-40/+62