lasso/tests
Benjamin Dauvergne 1ee8f53663 ID-WSF 2.0: reorganize EPR minting, add a process_request method to disco service
* data_service.c:
   remove dependency on discovery.h
 * discovery.{c,h}:
   - add a lasso_idwsf2_discovery_process_request_msg to extract request
     data before validate request (SvcMDID, SvcMD or RequestService).
   - store SvcMDID in a private field, add a setter for it.
   - SvcMDID is now used for building response to MDAssociationQuery and
     parsing request for MDQuery, MDDelete, MDAssociationAdd and
     MDAssociationDelete.
 * idwsf2_helper.{c,h}:
   - change security mechanism argument of
     lasso_wsa_endpoint_reference_add_security_token from a NULL
     terminated string array to a GList.
 * saml2_login.{c,h}:
   - add a lasso_server_create_assertion_as_idwsf2_security_token for
     minting assertion for ID-WSF 2.0 security, to be used in Discovery
     bootstap EPR creation and EPR minting for Discovery service Query
     responses.
   - add a lasso_saml2_assertion_get_discovery_bootstrap_epr, and
     rewirte lasso_login_idwsf2_get_discovery_bootstrap_epr to use it.
   - make lasso_login_idwsf2_add_discovery_bootstrap_epr accept a list
     of security mechanisms, not just one.
 * tests/idwsf2_tests.c:
   - adapt to new argument type of
     lasso_login_idwsf2_add_discovery_bootstrap_epr.
2010-02-22 13:30:33 +00:00
..
data Fix idp5-saml2 metadatas 2010-02-22 13:30:28 +00:00
integration Tests integration: force C locale 2010-02-17 10:15:35 +00:00
metadata Core: Finish support for all XMLDsig key formats 2010-02-04 22:24:04 +00:00
sourceid-2.0beta Added directory for sample SourceID messages. 2004-09-30 16:47:27 +00:00
valgrind Tests: in valgrind suppressions file add more GLib suppressions 2010-02-04 00:02:14 +00:00
.cvsignore updated .cvsignore (binary is now tests and out.xml has been renamed to 2004-07-28 15:54:50 +00:00
Makefile.am SAML 2.0: when verifying query signature, do not presume order of field and separator 2010-02-10 00:34:55 +00:00
basic_tests.c Propagate change of name for LASSO_PP_ defines 2010-02-10 00:33:40 +00:00
format-suppressions.py Add a script to format suppression file 2009-04-30 14:58:15 +00:00
idwsf2_tests.c ID-WSF 2.0: reorganize EPR minting, add a process_request method to disco service 2010-02-22 13:30:33 +00:00
login_tests.c Tests: add more checking to dump generation code in login_tests.c 2010-02-04 00:02:26 +00:00
login_tests_saml2.c Tests: in login_tests_saml2.c, add test for lasso_saml2_assertion_validate_conditions 2010-02-17 10:14:48 +00:00
metadata_tests.c Core: Finish support for all XMLDsig key formats 2010-02-04 22:24:04 +00:00
perfs.c All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code 2009-08-26 15:14:32 +00:00
random_tests.c SAML 2.0: when verifying query signature, do not presume order of field and separator 2010-02-10 00:34:55 +00:00
tests.c Tests: add idwsf2_tests.c, call from tests.c, update Makefile.am 2010-01-04 09:15:32 +00:00
tests.h in tests/tests.h, Add checks for true and false conditions 2009-12-08 10:15:04 +00:00
tests2.c Tests: allow tests2 to pass distcheck 2009-08-26 15:14:14 +00:00