summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* [xml] add an inline function to validate LassoSignatureMethod valuesBenjamin Dauvergne2011-12-052-1/+10
* Merge branch 'multi-certificates'Benjamin Dauvergne2011-11-292-2/+6
|\
| * [core] do not emit a warning for expected decryption errorsBenjamin Dauvergne2011-11-221-2/+5
| * [leakcheck] fix leaks seen by the unit testsBenjamin Dauvergne2011-11-221-0/+1
* | Merge branch 'excl-c14n-fix'Benjamin Dauvergne2011-11-291-0/+26
|\ \ | |/ |/|
| * [core] fix wrong XML canonicalization when assertion is extracted without its...Benjamin Dauvergne2011-11-221-0/+26
* | [saml2] add missing extension point for LassoSaml2SubjectConfirmationDataBenjamin Dauvergne2011-11-181-0/+10
* | [xml] allow to store XSchema data into a private stuctureBenjamin Dauvergne2011-11-182-65/+117
* | [xml saml-2.0] add missing annotation for binding generation to header for La...Benjamin Dauvergne2011-10-181-1/+1
* | [xml saml-2.0] add a class to handle the KeyInfoConfirmationData typeBenjamin Dauvergne2011-10-134-0/+254
* | [xml] allow node classes to not defined their nodename, useful for simple TypeBenjamin Dauvergne2011-10-131-2/+7
* | [xml] if a SNIPPET_LIST_NODES as the SNIPPET_ANY flag, allows really any kind...Benjamin Dauvergne2011-10-101-6/+3
* | [xml] allows LassoMiscText.init_from_xml to parse any xmlNodeBenjamin Dauvergne2011-10-101-7/+13
* | [xml] only try to map an xmlNode to a class ame if the node has a namespaceBenjamin Dauvergne2011-10-101-1/+1
* | [xml saml-2.0] change AttributeValue snippets to accept any childrenBenjamin Dauvergne2011-10-101-1/+1
* | [xml] create a static version of lasso_node_new_from_xmlNode_with_type withou...Benjamin Dauvergne2011-10-071-9/+21
* | [xml] use g_strndup instead of strndup, as it is more portableBenjamin Dauvergne2011-05-181-3/+1
* | [tools] redirect xmlsec errors to lasso error handlerBenjamin Dauvergne2011-04-141-0/+12
* | [tools] use LASSO_LOG_DOMAIN instead of magic constantBenjamin Dauvergne2011-04-141-3/+4
* | [Makefile] move lasso/xml/tools.h to public headersBenjamin Dauvergne2011-04-141-2/+2
* | [xml] if signature reference is empty check that signed node is the document ...Benjamin Dauvergne2011-04-041-2/+3
* | [xml] allow empty reference in XML signature (document signature)Benjamin Dauvergne2011-03-292-7/+20
* | [xml] make id_attr_name parameter optional for lasso_verify_signatureBenjamin Dauvergne2011-03-291-4/+6
* | [xml] fix lasso_node_get_xmlnode_for_any_typeBenjamin Dauvergne2011-03-071-1/+10
|/
* [wsf] fix wsf preprocessor conditionalsBenjamin Dauvergne2011-01-041-2/+4
* [xml] fix null pointer access in lasso_node_get_encryptionBenjamin Dauvergne2010-12-221-1/+1
* [xml] remove duplicate EncryptedKey around EncryptedData elementsBenjamin Dauvergne2010-12-141-1/+0
* [xml] add exportation of the encrypting public key in EncryptedData elementsBenjamin Dauvergne2010-12-141-0/+19
* [tools] fix xml decryptionBenjamin Dauvergne2010-12-141-9/+6
* Merge with new field in custome elementBenjamin Dauvergne2010-12-141-1/+2
* [saml2] use new encryption structure instead for internal field in LassoSaml2...Benjamin Dauvergne2010-12-141-4/+5
* [xml] add field to contains encryption parameters inside CustomElement structureBenjamin Dauvergne2010-12-142-0/+70
* [xml] fix waring on use of strndup on pardusBenjamin Dauvergne2010-10-081-0/+3
* Add missing include <errno.h>Jérôme Schneider2010-10-081-1/+1
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-013-13/+16
* [Core] add missing annotation to lasso_*_dump functionsBenjamin Dauvergne2010-09-271-2/+2
* [XML] fix memleak in lasso_node_export_to_soapBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak of xmlSecKeyMngr when loading a key from a KeyInfo nodeBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak in get_xmlNode for LassoSamlp2LogoutRequestBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak in get_xmlNode for LassoSamlp2ResponseBenjamin Dauvergne2010-09-171-2/+2
* [XML] fix unused variable warningsBenjamin Dauvergne2010-09-171-2/+4
* [XML] fix mem leak whene releasing CustomElement structuresBenjamin Dauvergne2010-09-171-0/+3
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-09211-24/+233
* Merge branch 'develop' into hotfixes-2.3.1Benjamin Dauvergne2010-09-034-7/+120
|\
| * [SAMLv2] when failing to recreate the content for the ArtefactResponse set a ...Benjamin Dauvergne2010-09-031-0/+7
| * [Core] load signature parametersBenjamin Dauvergne2010-09-031-5/+49
| * [Core] add private function to read an integer attributeBenjamin Dauvergne2010-09-031-0/+21
| * [Core] add LAST enum values to LassoSignatureMethod and LassoSignatureType en...Benjamin Dauvergne2010-09-032-2/+8
| * [Strings] add string constant for the internal XML attributes used in dumpsBenjamin Dauvergne2010-09-031-0/+35
* | [XML] use strtol instead of atoi to parse XSchema integersBenjamin Dauvergne2010-08-251-2/+18
|/