summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-0510-494/+604
* [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
* [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
* Merge branch 'multi-certificates'Benjamin Dauvergne2011-11-2914-67/+118
|\
| * [core] do not emit a warning for expected decryption errorsBenjamin Dauvergne2011-11-222-4/+10
| * [core] add a new class of errors for xml encryption errorsBenjamin Dauvergne2011-11-222-0/+9
| * [leakcheck] fix leaks seen by the unit testsBenjamin Dauvergne2011-11-225-5/+7
| * [core] multiple decryption keys supportBenjamin Dauvergne2011-11-217-58/+92
* | 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
| * [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-11-211-1/+1
* | [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
* | [core] add missing break to switch/caseBenjamin Dauvergne2011-11-181-0/+1
* | [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-10-181-1/+1
* | [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
* | [id-wsf2 profile] check provider->private_data->roles instead of provider->roleBenjamin Dauvergne2011-10-101-1/+8
* | [id-wsf discovery] provider can now contain multiple public keys, only consid...Benjamin Dauvergne2011-10-101-2/+7
* | [saml-2.0] augment lasso_saml20_provider_get_first_http_method to verify pres...Benjamin Dauvergne2011-10-101-1/+52
* | [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
* | [core] finish transition from single encryption key to multiple onesBenjamin Dauvergne2011-05-302-10/+9
* | [core] start of support multiple keys for encryptionBenjamin Dauvergne2011-05-191-1/+1
* | [core] first try at multiple signing keys supportBenjamin Dauvergne2011-05-192-116/+143
* | [utils] add macros to append to and release a list of xmlSecKey*Benjamin Dauvergne2011-05-192-19/+10
* | [xml] use g_strndup instead of strndup, as it is more portableBenjamin Dauvergne2011-05-181-3/+1
* | [saml2] add proper error code for partial logout status codeBenjamin Dauvergne2011-05-083-0/+12
* | [saml2] fix build_request_msg for AuthzDecision assertion queriesBenjamin Dauvergne2011-05-081-5/+7
* | [saml2] if Status is not Success pass continue processing the responseBenjamin Dauvergne2011-04-211-1/+2
* | [saml2] for any RequestDenied SAML2 response return LASSO_PROFILE_ERROR_REQUE...Benjamin Dauvergne2011-04-211-0/+3
* | [core] add a generic LASSO_PROFILE_ERROR_REQUEST_DENIEDBenjamin Dauvergne2011-04-212-1/+9
* | [core] make LassoServerLoadMetadataFlag enum a typedefBenjamin Dauvergne2011-04-204-10/+10
* | [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
* | [core] add flags parameter to lasso_server_load_metadata to tune signature ch...Benjamin Dauvergne2011-04-144-28/+97
* | [core] update documentation of lasso_server_load_metadataBenjamin Dauvergne2011-04-041-7/+8