From 7d2db04eb5979598124c8630aa9263fb263b2136 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Mon, 30 Aug 2004 12:48:25 +0000 Subject: Added comment in lasso_defederation_validate_notification() : indicate that query is not signed because of the crypted optional relay state --- lasso/id-ff/defederation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit