summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* don't set inResponseTo if there is no requestFrederic Peters2006-11-101-4/+4
|
* 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-092-6/+8
|
* 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 ↵Damien Laniel2006-11-091-1/+14
| | | | add a comment
* changed prototype for lasso_server_set_encryption_private_key and added ↵Damien Laniel2006-11-094-4/+9
| | | | error handling
* AuthnContextClassRef is a list; treat is as suchFrederic Peters2006-11-093-37/+46
|
* only compare saml1 assertionFrederic Peters2006-11-091-1/+7
|
* load encryption private keyDamien Laniel2006-11-092-0/+18
|
* filled login_must_authenticate with intelligence about authncontextFrederic Peters2006-11-091-5/+81
|
* support for RequestAuthnContext in must_authenticate (incomplete but not likelyFrederic Peters2006-11-081-4/+71
| | | | to do much more here; I'll do it better in SAML2)
* changed lasso_session_get_assertions not to g_object_ref assertions, so theyFrederic Peters2006-11-082-3/+4
| | | | don't have to be freed.
* spec refers to signing/encryption so use that vocabulary (even if I don't likeFrederic Peters2006-11-083-7/+7
| | | | it)
* 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
| | | | stuff and to touch the public struct.
* load encryption key from metadatasDamien Laniel2006-11-084-16/+72
|
* more appropriate error codeFrederic Peters2006-11-081-1/+1
|
* error on sso initiated by idp and no endpoint defined as default for spFrederic Peters2006-11-083-1/+5
|
* saml2 sso initiated by idpFrederic Peters2006-11-083-9/+59
|
* can get assertion consumer service url from that very same attributeFrederic Peters2006-11-071-12/+31
|
* fixed url/query construction for endpoints with query part (zxid)Frederic Peters2006-11-079-21/+42
|
* fixed dump/restore from dump for name id management profileFrederic Peters2006-11-071-2/+4
|
* fixing saml2 sso error cases (on ispassive)Frederic Peters2006-11-064-20/+32
|
* spellingFrederic Peters2006-11-061-1/+1
|
* better loading of public key from metadata; full support for embedded PEM,Frederic Peters2006-11-061-3/+5
| | | | and suppressed output when not base64.
* keep a copy of assertion easily accessible for further changesFrederic Peters2006-11-061-0/+1
|
* added LASSO_SAML2_CONFIRMATION_METHOD_BEARERFrederic Peters2006-11-061-0/+4
|
* set subject confirmation method and recipient; to be conformant.Frederic Peters2006-11-061-6/+24
|
* error code for missing assertionFrederic Peters2006-11-062-0/+3
|
* implementation of lasso_name_id_management_process_response_msgFrederic Peters2006-11-051-2/+108
|
* appropriate return codeFrederic Peters2006-11-051-1/+1
|
* detection of SOAP name id managementFrederic Peters2006-11-052-0/+4
|
* empty _process_response_msgFrederic Peters2006-11-042-0/+11
|
* LassoNameIdManagement is first class profile -> included in lasso.hFrederic Peters2006-11-041-0/+1
|
* dump handlingFrederic Peters2006-11-042-0/+106
|
* invert argsFrederic Peters2006-11-042-5/+6
|
* fixed new id param formatFrederic Peters2006-11-042-4/+3
|
* name id management saml2 profile (lacks process_response)Frederic Peters2006-11-043-2/+568
|
* fixed small memory leak in saml2 sloFrederic Peters2006-11-041-0/+2
|
* fix saml2 artifact decodingFrederic Peters2006-11-031-4/+6
|
* 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-024-1/+66
|
* 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-022-2/+24
|
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-025-29/+29
|
* Added some error casesDamien Laniel2006-11-024-22/+36
|
* tests on possibly null pointersDamien Laniel2006-11-023-11/+29
|
* coding styleFrederic Peters2006-11-021-2/+2
|