summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Makefile] add strings.h to the dsig module includesBenjamin Dauvergne2011-12-161-1/+2
* [xml/saml2] replace magic string by a defineBenjamin Dauvergne2011-12-161-4/+4
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-16264-672/+672
* [xml] in is_interaction_request.h move new field to the end of the structure ...Benjamin Dauvergne2011-12-161-2/+1
* Merge branch 'rewrite-node-impl'Benjamin Dauvergne2011-12-16108-980/+1623
|\
| * [tests] fix tests to comply with new implementation of parsingBenjamin Dauvergne2011-12-162-17/+37
| * [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-1620-557/+661
| * [xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF definesBenjamin Dauvergne2011-12-161-0/+14
| * [xml] add missing nodes to LassoIsInteractionRequestBenjamin Dauvergne2011-12-162-3/+6
| * [xml] change saml_advice.h to declarer the real node typeBenjamin Dauvergne2011-12-162-2/+4
| * [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-1663-114/+168
| * [core] mark private_data field of the LassoKey structure as privateBenjamin Dauvergne2011-12-161-0/+1
| * [tests] improve checking for log outputBenjamin Dauvergne2011-12-166-10/+98
| * [tests] rename login test suite, with mentions of ID-FF 1.2 and SAML 2.0Benjamin Dauvergne2011-12-162-2/+2
| * [Makefile] fix missing soap11 nodes when compiling for MingwBenjamin Dauvergne2011-12-161-0/+1
| * [core] fix uninitialized pointer to a GError structureBenjamin Dauvergne2011-12-161-1/+1
| * [core] move XMLDsig related nodes in their own sub-library, add X509Data node...Benjamin Dauvergne2011-12-1620-42/+464
| * remove debugging printf statementBenjamin Dauvergne2011-12-091-2/+0
| * [provider] fix doc commentBenjamin Dauvergne2011-12-081-4/+3
| * [id-ff] move LassoLogout to use LassoSignatureContextBenjamin Dauvergne2011-12-081-135/+98
| * [logging] add an error() macroBenjamin Dauvergne2011-12-081-0/+17
| * [id-ff] move LassoLogin to use LassoSignatureContextBenjamin Dauvergne2011-12-081-92/+49
|/
* [core] rename lasso_provider_set_specific_signing_key to lasso_provider_set_s...Benjamin Dauvergne2011-12-054-6/+6
* [perfs] add command line options, add option to use shared secret key cryptog...Benjamin Dauvergne2011-12-051-11/+41
* [core] add the HMAC-SHA1 shared secret signature methodBenjamin Dauvergne2011-12-056-1/+205
* [core] refactor lasso_query_verify_signature and lasso_saml2_query_verify_sig...Benjamin Dauvergne2011-12-051-149/+108
* [tests] use helper macros in id-ff test caseBenjamin Dauvergne2011-12-051-31/+26
* [core] add lasso_provider_add_key to add other key for signature validationBenjamin Dauvergne2011-12-052-0/+43
* [core] add method lasso_provider_set_specific_signing_keyBenjamin Dauvergne2011-12-052-0/+32
* [core] add a new class LassoKeyBenjamin Dauvergne2011-12-056-3/+390
* [core] set the xmlSec log handler globallyBenjamin Dauvergne2011-12-052-14/+11
* [saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...Benjamin Dauvergne2011-12-052-20/+33
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-0511-496/+608
* [core] add a lasso_base64_decode functionBenjamin Dauvergne2011-12-052-0/+34
* [core] replace explicit allocation of LassoProviderPrivate by use of g_type_c...Benjamin Dauvergne2011-12-051-13/+3
* [configure.ac] fix compilation on Mac Os XBenjamin Dauvergne2011-12-051-1/+1
* [xml] use lasso_node_export_to_query_with_password to implement lasso_node_ex...Benjamin Dauvergne2011-12-051-18/+3
* [tools] fix lasso_sha1 to return a glib allocated stringBenjamin Dauvergne2011-12-051-1/+1
* [id-ff/saml2] add a lasso_server_add_provider2Benjamin Dauvergne2011-12-052-0/+24
* [utils] add lasso_crypto_memequal functionBenjamin Dauvergne2011-12-051-0/+20
* [tools] add a LassoSignatureContext structure to pass signature parameters ar...Benjamin Dauvergne2011-12-051-0/+35
* [xml] add an inline function to validate LassoSignatureMethod valuesBenjamin Dauvergne2011-12-052-1/+10
* [utils] add lasso_transfer_xml_node macrosBenjamin Dauvergne2011-12-051-0/+3
* [core] simplify lasso_provider_load_public_keyBenjamin Dauvergne2011-12-051-9/+10
* [web] fix link on the download pageBenjamin Dauvergne2011-11-291-1/+1
* Merge branch 'multi-certificates'Benjamin Dauvergne2011-11-2926-84/+583
|\
| * [integration tests] does not use full leak reportBenjamin Dauvergne2011-11-221-1/+1
| * [integration tests] show more callers when using valgrind memcheck looking fo...Benjamin Dauvergne2011-11-221-1/+1
| * [tests] add test for rollover on the SP side, i.e. rollover of encryption keysBenjamin Dauvergne2011-11-228-0/+380
| * [core] do not emit a warning for expected decryption errorsBenjamin Dauvergne2011-11-222-4/+10