summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/saml2_encrypted_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
| | | | | | | Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-121-1/+1
| | | | | The new return type is lasso_error_t, it should allow to pinpoint easily methods returning an error code in bindings.
* XML&SAML 2.0: add missing include filesBenjamin Dauvergne2009-08-261-1/+2
| | | | | | * lasso/xml/saml-2.0/saml2_encrypted_element.h: xmlSecKey is present in a function signature, so include xmlsec/xmlsec.h.
* SAML 2.0: API for Saml2EncryptedElement decryptBenjamin Dauvergne2009-03-271-2/+1
| | | | | | | | | | | | | | | | * lasso/xml/xml_enc.h: remove old functions * lasso/xml/private.h: remove lasso_node_(de/en)crypt from public headers API, they were not exported anyway. move them to internal header. * lasso/xml/saml-2.0/saml2_encrypted_element.{c,h}: add a new decrypt function to convert a EncryptedElement to the contained encrypted node objects. * bindings/overrrides.xml: do not export the new method, wait for implementation of output arguments. * lasso/id-ff/server.c: remove lasso_decrypt_nameid from lasso/id-ff/server.c
* * Remove ending blanksBenjamin Dauvergne2008-09-121-5/+5
|
* annotate GList* of xmlNode*Frederic Peters2007-11-031-1/+1
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* removed useless glib/glist.h includeFrederic Peters2007-04-141-2/+0
|
* Added an original node to encrypted elements, only in dumps, for the dump to ↵Damien Laniel2006-11-231-0/+1
| | | | be readable
* Encrypt and decrypt AssertionDamien Laniel2006-11-211-1/+1
|
* - Moved the EncryptedKey to the same level as EncryptedData in xmlDamien Laniel2006-11-161-1/+3
| | | | | | - Changed the prototype for lasso_node_encrypt and lasso_node_encrypt - Moved lasso_node_encrypt and lasso_node_encrypt declaration to xml_enc.h - Added a GList for EncryptedKey in EncryptedElement
* Added EncryptedID as SNIPPET_XMLNODE in Subject in AssertionDamien Laniel2006-11-131-1/+1
|
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-0/+76