diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:10 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:10 +0000 |
| commit | 399ca193e3da30dd0128c6527e238a5a1ab64270 (patch) | |
| tree | d6e1a020c2ed97317b49f58bcfade1d58c63af26 /docs/reference | |
| parent | dbed9b50e33001c49a007e0360b3de792cf580f2 (diff) | |
| download | lasso-399ca193e3da30dd0128c6527e238a5a1ab64270.tar.gz lasso-399ca193e3da30dd0128c6527e238a5a1ab64270.tar.xz lasso-399ca193e3da30dd0128c6527e238a5a1ab64270.zip | |
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
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/lasso/lasso-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 <FILE>saml2_utils</FILE> <TITLE>Utility functions for SAML 2.0</TITLE> lasso_profile_is_saml_query +lasso_provider_saml2_node_encrypt </SECTION> |
