summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0
Commit message (Expand)AuthorAgeFilesLines
* SAMLv2 compliance fix (mostly RelayState and affiliations related)Frederic Peters2006-12-072-20/+79
* use Location when ResponseLocation is not availableFrederic Peters2006-12-071-1/+5
* minimal support for EncryptedID in federation termiationFrederic Peters2006-12-071-2/+25
* set Destination and handle relayStateFrederic Peters2006-12-061-1/+14
* Added paos response message process support in LassoLogin object.Nicolas Clapies2006-12-052-13/+4
* return missing assertion error on missing assertionFrederic Peters2006-12-051-1/+1
* removed conflicting changeFrederic Peters2006-12-051-0/+4
* Moved ECP protocol binding detection from to PAOS.Nicolas Clapies2006-12-041-2/+2
* Verify message signature in lasso_saml20_login_process_authn_response_msgDamien Laniel2006-12-041-0/+4
* look up for the right federation based on affiliation in logoutFrederic Peters2006-12-041-4/+10
* use federation from affiliation if necessary in logoutFrederic Peters2006-12-041-1/+9
* achieved support for using affiliationsFrederic Peters2006-12-012-10/+35
* on logout response, if responder then look inside for real valueFrederic Peters2006-12-011-0/+9
* Fixed a memory problem (was double free)Damien Laniel2006-12-011-2/+4
* Fixed logout request signatureDamien Laniel2006-11-301-0/+9
* only call into lasso_saml20_login_process_paos_response_msg if PAOS namespaceFrederic Peters2006-11-301-3/+7
* Uncommented xml free.Nicolas Clapies2006-11-301-2/+2
* Fixed memory use.Nicolas Clapies2006-11-302-6/+18
* Added missing ecp private header file.Nicolas Clapies2006-11-301-0/+44
* Added private structure for LassoEcp to keep relayed data.Nicolas Clapies2006-11-303-7/+37
* re-enabling saml2 signature checkFrederic Peters2006-11-292-2/+0
* Encrypt Assertions at the last moment, so that the assertions should be fully...Damien Laniel2006-11-291-13/+8
* Added an error type when there is no key to decrypt some encrypted elementsDamien Laniel2006-11-282-0/+10
* extra checks to pass negative testing stepsFrederic Peters2006-11-281-2/+24
* removed unused variable and added check for identity before accessing itFrederic Peters2006-11-271-3/+6
* removed unused variableFrederic Peters2006-11-271-1/+0
* Support for name-id:format:encrypted in NameIdPolicy in AuthnrequestDamien Laniel2006-11-271-2/+8
* return -1 was not cuteDamien Laniel2006-11-241-1/+1
* Added an original node to encrypted elements, only in dumps, for the dump to ...Damien Laniel2006-11-232-1/+36
* Removed useless headersDamien Laniel2006-11-231-3/+0
* Encrypt and decrypt NameID in logout requestsDamien Laniel2006-11-231-3/+47
* Coding style fixDamien Laniel2006-11-231-2/+3
* removed use of unallocated variableFrederic Peters2006-11-231-2/+0
* style and missing headerFrederic Peters2006-11-231-4/+5
* fixing indentationFrederic Peters2006-11-231-1/+1
* Added missing updates about LassoEcp object.Nicolas Clapies2006-11-232-2/+28
* Changed setEncryption(boolean) to setEncryptionMode(enum mode)Damien Laniel2006-11-221-2/+2
* changed provider->private_data->encryption name to provider->private_data->en...Damien Laniel2006-11-221-4/+4
* Added lasso_provider_set_encryption method to activate or desactive encryptionDamien Laniel2006-11-222-4/+4
* coding style fixesDamien Laniel2006-11-211-2/+2
* Fixed -Wall warnings and replaced a LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-214-14/+17
* Set nodename "EncryptedElement" in LassoSaml2EncryptedElementClassDamien Laniel2006-11-211-2/+1
* Encrypt and decrypt AssertionDamien Laniel2006-11-212-22/+51
* Moved SOAP value as last element in lists.Nicolas Clapies2006-11-201-4/+4
* new server method, for saml2 affiliationsFrederic Peters2006-11-201-0/+79
* saml2 server private functionsFrederic Peters2006-11-201-0/+41
* added loading of affiliation metadata (not yet acted upon)Frederic Peters2006-11-191-2/+4
* - Moved the EncryptedKey to the same level as EncryptedData in xmlDamien Laniel2006-11-161-14/+12
* process_authn_response_msg for saml2; this is similar to id-ff even if theFrederic Peters2006-11-154-2/+51
* correctly looks up assertionconsumerservice url, even with just the bindingFrederic Peters2006-11-152-2/+77