From 399ca193e3da30dd0128c6527e238a5a1ab64270 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:14:10 +0000 Subject: SAML 2.0: in provider.c, add node encryption function and reference it in doc * lasso/saml-2.0/Makefile.am: add new header provider.h * lasso/saml-2.0/provider.c lasso/saml-2.0/provider.h: add new function lasso_provider_saml2_node_encrypt to encrypt nodes and encapslutate the XML Enc datas in a LassoSaml2EncryptedElement node. * docs/reference/lasso/lasso-sections.txt: add function to saml2_utils section --- docs/reference/lasso/lasso-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/reference') diff --git a/docs/reference/lasso/lasso-sections.txt b/docs/reference/lasso/lasso-sections.txt index c09bc862..adc68924 100644 --- a/docs/reference/lasso/lasso-sections.txt +++ b/docs/reference/lasso/lasso-sections.txt @@ -6017,4 +6017,5 @@ lasso_get_prefix_for_dst_service_href saml2_utils Utility functions for SAML 2.0 lasso_profile_is_saml_query +lasso_provider_saml2_node_encrypt -- cgit