summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
* SAMLv2 compliance fix (mostly RelayState and affiliations related)Frederic Peters2006-12-071-1/+10
* if signature element is not found, look for it in an assertion elementFrederic Peters2006-12-061-9/+26
* Added paos response message process support in LassoLogin object.Nicolas Clapies2006-12-052-0/+17
* Verify message signature in lasso_saml20_login_process_authn_response_msgDamien Laniel2006-12-041-5/+5
* (stupid me) initialize and destroy correctly affiliation variablesFrederic Peters2006-12-011-0/+6
* achieved support for using affiliationsFrederic Peters2006-12-011-0/+1
* Initialise and destroy correctly provider private datasDamien Laniel2006-11-302-4/+15
* Encrypt Assertions at the last moment, so that the assertions should be fully...Damien Laniel2006-11-292-7/+7
* include header file for lasso_saml20_profile_set_session_from_dumpFrederic Peters2006-11-271-0/+2
* Added an original node to encrypted elements, only in dumps, for the dump to ...Damien Laniel2006-11-231-1/+6
* Changed setEncryption(boolean) to setEncryptionMode(enum mode)Damien Laniel2006-11-223-6/+21
* changed provider->private_data->encryption name to provider->private_data->en...Damien Laniel2006-11-222-3/+3
* Added lasso_provider_set_encryption method to activate or desactive encryptionDamien Laniel2006-11-223-0/+19
* added loading of affiliation metadata (not yet acted upon)Frederic Peters2006-11-194-0/+49
* const'ified some char*Frederic Peters2006-11-192-6/+8
* rewritten in a shorter formFrederic Peters2006-11-191-5/+4
* s/file_name/filename/Frederic Peters2006-11-192-5/+6
* process_authn_response_msg for saml2; this is similar to id-ff even if theFrederic Peters2006-11-151-13/+20
* binding for SAML2 binding uri; and fixed SAML20 to SAML2 for coherenceFrederic Peters2006-11-151-1/+1
* Decryption of EncryptedID in AssertionDamien Laniel2006-11-152-5/+6
* fixed up lasso_saml20_logout_process_response_msg function name; and removeFrederic Peters2006-11-151-1/+1
* random fixage of warning displayed with -WallFrederic Peters2006-11-142-7/+6
* also dump private data; necessary for saml2 artifact supportFrederic Peters2006-11-131-0/+63
* include http request method in profile dumpsFrederic Peters2006-11-102-0/+4
* moved encryption key loading from id-ff to saml-2.0Damien Laniel2006-11-091-6/+4
* properly initialise encryption_private_keyDamien Laniel2006-11-091-0/+1
* Use xmlSecKeyDestroy to free the key in lasso_server_set_encryption_private_keyDamien Laniel2006-11-091-1/+1
* Fix a possible memory leak in lasso_server_set_encryption_private_key and add...Damien Laniel2006-11-091-1/+14
* changed prototype for lasso_server_set_encryption_private_key and added error...Damien Laniel2006-11-092-4/+6
* only compare saml1 assertionFrederic Peters2006-11-091-1/+7
* load encryption private keyDamien Laniel2006-11-092-0/+18
* support for RequestAuthnContext in must_authenticate (incomplete but not likelyFrederic Peters2006-11-081-4/+71
* changed lasso_session_get_assertions not to g_object_ref assertions, so theyFrederic Peters2006-11-081-2/+2
* spec refers to signing/encryption so use that vocabulary (even if I don't likeFrederic Peters2006-11-083-7/+7
* minor changes & fix to coding style for enc public key loadingFrederic Peters2006-11-083-17/+17
* encryption_public_key will always be set from metadata; no need for filenameFrederic Peters2006-11-083-21/+15
* load encryption key from metadatasDamien Laniel2006-11-084-16/+72
* saml2 sso initiated by idpFrederic Peters2006-11-081-1/+7
* fixed url/query construction for endpoints with query part (zxid)Frederic Peters2006-11-074-13/+18
* fixing saml2 sso error cases (on ispassive)Frederic Peters2006-11-063-7/+8
* spellingFrederic Peters2006-11-061-1/+1
* better loading of public key from metadata; full support for embedded PEM,Frederic Peters2006-11-061-3/+5
* detection of SOAP name id managementFrederic Peters2006-11-052-0/+4
* if node was not base64, use its original value for key loading.Frederic Peters2006-11-021-1/+1
* set provider role; so mixed sp/idp metadata is ok.Frederic Peters2006-11-021-0/+1
* new lasso_profile_is_saml_query functionFrederic Peters2006-11-021-1/+1
* uncomment xmlsec output directives; that should not have been commentedFrederic Peters2006-11-021-2/+2
* already set remote_provider_id in process_requestFrederic Peters2006-11-021-1/+12
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-021-1/+1
* tests on possibly null pointersDamien Laniel2006-11-022-11/+23