summaryrefslogtreecommitdiffstats
path: root/lasso/xml/tools.c
Commit message (Expand)AuthorAgeFilesLines
* fix: in lasso_verify_signature() only look for the first direct child Signatu...Benjamin Dauvergne2009-04-271-2/+2
* Rework cleanup handlingBenjamin Dauvergne2009-04-221-12/+12
* Add a new internal API for parameters buildingBenjamin Dauvergne2009-04-221-0/+64
* Core: Add cast to first argument of isalnumBenjamin Dauvergne2009-04-141-1/+1
* XML: fix memory leaksBenjamin Dauvergne2009-03-271-8/+5
* XML: Add const modifiers to lasso_concat_url_query argumentsBenjamin Dauvergne2009-03-271-1/+1
* XML: Tool function to extract relaystate from queryBenjamin Dauvergne2009-03-271-0/+30
* Core: use lasso_xml_parse_memory instead of xmlParseDocBenjamin Dauvergne2009-03-271-1/+1
* Core: move parse xml wrapper from xml.c to tools.cBenjamin Dauvergne2009-03-271-0/+79
* SAML 2.0: replace lasso_node_decrypt by lasso_node_decrypt_xmlnodeBenjamin Dauvergne2009-03-271-0/+167
* Core: add new internal API lasso_provider_verify_query_signatureBenjamin Dauvergne2009-03-271-8/+13
* Core: new init method with format limit and xmlDoc output argumentBenjamin Dauvergne2009-03-271-0/+95
* Core: add function to extract SOAP message contentBenjamin Dauvergne2009-03-271-0/+33
* Core: handle g_io_channel creation failureBenjamin Dauvergne2009-03-271-2/+9
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* Core: enforce flag verify-signature in function lasso_verify_signatureBenjamin Dauvergne2009-03-031-1/+4
* Core: synchronize lasso_verify_signature with new macrosBenjamin Dauvergne2009-01-241-3/+4
* XML: Add internal API to validate XMLDsig signaturesBenjamin Dauvergne2009-01-241-0/+135
* correctly check for successful return of DSA_verifyFrederic Peters2008-12-181-1/+1
* Add support to in memory private key to lasso_query_signBenjamin Dauvergne2008-11-101-1/+6
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-2/+3
* First try accessing the file before calling key loading functionsBenjamin Dauvergne2008-11-021-9/+11
* Add possibility to sign using preloaded keysBenjamin Dauvergne2008-11-021-2/+17
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-0/+6
* * Remove ending blanksBenjamin Dauvergne2008-09-121-27/+27
* * Remove warnings:Benjamin Dauvergne2008-09-121-1/+1
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-051-15/+15
* * lasso/xml/tools.c: In lasso_sign_node suppress useless code to lookup the S...Benjamin Dauvergne2008-08-011-6/+0
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-2/+3
* fix typo on name of an xmlsec functionBenjamin Dauvergne2008-08-011-1/+1
* add function to load a public key from anythingBenjamin Dauvergne2008-08-011-0/+46
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* mitigate memory leak (?)Frederic Peters2007-01-071-5/+6
* unfixed memory leak, because strange manipulations to xmlnode structuresFrederic Peters2007-01-071-0/+5
* even more memory leak trackingFrederic Peters2007-01-051-3/+6
* directly include headers from xmlsec/openssl/; at least required to compile onFrederic Peters2007-01-041-0/+2
* coding style improvementsFrederic Peters2006-12-281-2/+2
* fixed a few (harmless) warnings detected when compiling with -WallFrederic Peters2006-12-211-0/+2
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-201-1/+1
* Fixed a few warnings with -WallDamien Laniel2006-12-021-2/+4
* fixing memory leaks, side effects and more in EncryptedAssertionFrederic Peters2006-11-301-19/+16
* Moved assertion encryption code out of saml2_response.c to tools.cDamien Laniel2006-11-291-0/+59
* removed unused variableFrederic Peters2006-11-271-1/+0
* fixed pkey memory leakFrederic Peters2006-11-211-19/+13
* Free bio on error in lasso_get_pem_file_typeDamien Laniel2006-11-211-2/+6
* Fixed -Wall warnings and replaced a LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-211-3/+8
* Encrypt and decrypt AssertionDamien Laniel2006-11-211-1/+1
* fixed url/query construction for endpoints with query part (zxid)Frederic Peters2006-11-071-0/+10
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-021-1/+1
* fixed reference to length when inflatingFrederic Peters2006-10-291-2/+2