summaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* [tests] add test for rollover on the SP side, i.e. rollover of encryption keysBenjamin Dauvergne2011-11-227-0/+276
| | | | | | This test case is the first to abstract the workflow between two LassoLogin object (for the idp and sp side). This part of the code could be used to simplify the code of other tests in the future.
* [tests] add sample metadata for testing metadata with multiple key descriptorsBenjamin Dauvergne2011-05-195-0/+163
|
* [tests] fix broken renater metadata fileBenjamin Dauvergne2011-05-171-1480/+4134
| | | | | A modification was introduced which broke the signature, updating to the last version.
* [tests] move renater metadata files into the metadata/ subdirectoryBenjamin Dauvergne2011-05-162-0/+0
|
* [core] add flags parameter to lasso_server_load_metadata to tune signature ↵Benjamin Dauvergne2011-04-141-2/+2
| | | | | | | | | | | | | | | checking on metadata files The flags parameter allows to control the checking of digital signature upon EntityDescriptor and EntitiesDescriptor nodes in SAML 2.0 metadata files. The default behaviour is to check all found signatures and to inherit signature from EntitiesDescriptor to their children. By only enabling checking of EntityDescrtiptor node signatures it's also possible to only check signature at the EntityDescriptor level and so only trust individual entities and not the aggregating provider.
* [tests] test lasso_server_load_federationBenjamin Dauvergne2011-03-291-0/+15
| | | | | The test operates on the metadata file of the french university network Renater.
* [tests] add renater federation metadata file for testingBenjamin Dauvergne2011-03-291-0/+27414
|
* [tests] change perfs to accept a second parameter giving the data files to useBenjamin Dauvergne2011-01-2410-0/+372
| | | | | Also add metadata files to check performance with 512 and 1024 bit RSA keys.
* [tests] adapt Makefile.am to new path of metadata dirBenjamin Dauvergne2011-01-041-1/+2
|
* [tests data request] add googleapps sample AuthnRequestBenjamin Dauvergne2010-10-111-0/+11
|
* [tests] move metadata directory into dataBenjamin Dauvergne2010-10-119-0/+233
|
* [tests data] add idp and sp example with 1024 bits RSA keys, for performance ↵Benjamin Dauvergne2010-10-116-0/+120
| | | | testing purpose
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-211-2/+3
| | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am.
* [Core] remove now useless .cvsignore filesBenjamin Dauvergne2010-07-215-10/+0
|
* [Tests] move sourceid-2.0beta-data to data directoryBenjamin Dauvergne2010-07-212-1/+17
|
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-2111-22/+5
| | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am.
* [Tests/python] add test case for WebSSO with providers using encrypted keysBenjamin Dauvergne2010-07-165-1/+142
|
* Merge branch 'issue-88'Benjamin Dauvergne2010-06-292-0/+6
|
* Test: add non regression test for reloading a server dump with encrypted keysBenjamin Dauvergne2010-06-144-0/+61
|
* Tests: add idp6-saml2 dataBenjamin Dauvergne2010-06-123-0/+137
|
* Fix idp5-saml2 metadatasBenjamin Dauvergne2010-02-221-11/+22
| | | | | | * tests/data/idp5-saml2/metadata.xml: we do not have the private key for the encryption public key, so I copied the signing public key.
* Tests: export sp2-la do dist file for dist with id-wsf enabledBenjamin Dauvergne2010-01-281-1/+1
|
* Tests: add a test of NameIDFormat extractionBenjamin Dauvergne2009-09-291-0/+1
| | | | | | | | - tests/basic_test.c: add test11_get_default_name_id_format which parse a metadata file and try to extract the default name id format. - tests/data/sp5-saml2/metadata.xml: add NameIDFormat node for testing.
* Tests: Add data files to EXTRA_DISTBenjamin Dauvergne2009-08-261-1/+1
| | | | | * tests/data/Makefile.am: data file for tests2 were missing (to pass distcheck).
* Tests: remove internal content from data filesBenjamin Dauvergne2009-08-261-6/+4
| | | | | | | * tests/data/response-3: this dump of a SAML message contains elements and attribute outside the SAML schema, implementation detail from Lasso. They broke execution of tests/tests2.
* Tests: Add a fourth data loading testBenjamin Dauvergne2009-08-261-0/+59
| | | | | * tests/data/response-4: test content * tests/tests2.c: add loading of the new file.
* Add a stress test for serializing/deserializing codeBenjamin Dauvergne2009-04-303-0/+159
| | | | | | | | | | | * Makefile.am: add targets * tests2.c: this simple makes lots of serializing, deserializing. * data/response-1: * data/response-2: * data/response-3: data test files
* fixed xml indentationDamien Laniel2008-10-011-49/+49
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-278-0/+8
|
* added sample identity dumpFrederic Peters2007-11-132-0/+14
|
* added OrganisationName in the metadatas of the first testDamien Laniel2007-11-061-0/+4
|
* fixed reference to metadata filesFrederic Peters2007-08-133-3/+3
|
* renamed some filesDamien Laniel2007-07-103-0/+0
|
* added saml2 metadatas and keys for 1 idp and 2 spDamien Laniel2007-07-1010-1/+353
|
* Updated Java LoginTest and test metadata.Emmanuel Raviart2005-01-265-1/+81
|
* Fixed value of SingleSignOnProtocolProfile metadata : added support of artifactFrederic Peters2004-11-041-1/+2
| | | | and post. [lasso-orig rev1.2]
* Added missing .cvsignore in tests/data/Emmanuel Raviart2004-09-025-0/+10
|
* include a bunch of ssl thingies in release (make distcheck goes further)Frederic Peters2004-08-195-0/+5
|
* Added client flag to SSL servers, because each server is also a SOAP client.Emmanuel Raviart2004-08-13132-1325/+1325
|
* Added forgotten LECP public keys.Emmanuel Raviart2004-08-134-0/+36
|
* Added metadata corresponding to new certificates.Emmanuel Raviart2004-08-1212-0/+300
| | | | Updated non regression tests to use these certificates and metadata.
* Added sample X.509 certificates and keys.Emmanuel Raviart2004-08-12128-0/+1788