summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:32 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:32 +0000
commitc71dfaf498e301b2ca050e2223ee5b69ad20eb25 (patch)
treeb183d0c834b59c3c24f4702b07ef2440cc8f277b
parent5bb615a54c98981ee32a045e93b868d0be65556b (diff)
downloadlasso-c71dfaf498e301b2ca050e2223ee5b69ad20eb25.tar.gz
lasso-c71dfaf498e301b2ca050e2223ee5b69ad20eb25.tar.xz
lasso-c71dfaf498e301b2ca050e2223ee5b69ad20eb25.zip
Documentation for lasso_wsf_profile_set_public_key
-rw-r--r--lasso/id-wsf/wsf_profile.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index 89fdacd5..6621954b 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -141,6 +141,13 @@ lasso_wsf_profile_add_credential(LassoWsfProfile *profile, xmlNode *credential)
return 0;
}
+/**
+ * lasso_wsf_profile_set_public_key:
+ * @profile: a #LassoWsfProfile
+ * @public_key: a string containg an encoded public key.
+ *
+ * Setup a public key to validate credentials on received requests.
+ */
void
lasso_wsf_profile_set_public_key(LassoWsfProfile *profile, const char *public_key)
{