summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-30 12:48:25 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-30 12:48:25 +0000
commit7d2db04eb5979598124c8630aa9263fb263b2136 (patch)
tree1e9ce48c2f88569eec579adfef6d53a7321a4cd5
parentddbded767f937d827b2838bc87b49ac3b491f001 (diff)
downloadlasso-7d2db04eb5979598124c8630aa9263fb263b2136.tar.gz
lasso-7d2db04eb5979598124c8630aa9263fb263b2136.tar.xz
lasso-7d2db04eb5979598124c8630aa9263fb263b2136.zip
Added comment in lasso_defederation_validate_notification() : indicate that query is not signed because of the crypted optional relay state
-rw-r--r--lasso/id-ff/defederation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/defederation.c b/lasso/id-ff/defederation.c
index bbaa2153..36ea809e 100644
--- a/lasso/id-ff/defederation.c
+++ b/lasso/id-ff/defederation.c
@@ -479,7 +479,7 @@ lasso_defederation_validate_notification(LassoDefederation *defederation)
goto done;
}
- /* build the QUERY and the url */
+ /* build the QUERY and the url. Dont need to sign the query, only the relay state is optinaly added and it is crypted by the notifier */
url = lasso_provider_get_federationTerminationServiceReturnURL(provider,
profile->provider_type,
NULL);