summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/saml2_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* in saml2_helper.{c,h}, remote const modifier from time_t typeBenjamin Dauvergne2010-01-121-1/+1
|
* SAML 2.0: overhaul for ubuquitous binding support, still need work for ↵Benjamin Dauvergne2010-01-121-3/+8
| | | | HTTP-Artefact
* SAML 2.0: in saml2_helper.c, add new methods to manipulate SAML2 assertionsBenjamin Dauvergne2010-01-041-0/+98
* lasso/saml-2.0/saml2_helper.c lasso/saml-2.0/saml2_helper.h: - add lasso_server_saml2_assertion_setup_signature, to help in defining signature upon saml2:Assertion nodes. - add new symbols LASSO_DURATION_MINUTE, LASSO_DURATION_HOUR, LASSO_DURATION_DAY, LASSO_DURATION_WEEK. - add method lasso_saml2_assertion_add_attribute_with_node * docs/reference/lasso/lasso-sections.txt: declare new functions in saml2_helper section.