summaryrefslogtreecommitdiffstats
path: root/tests/metadata
Commit message (Collapse)AuthorAgeFilesLines
* [tests] move metadata directory into dataBenjamin Dauvergne2010-10-119-233/+0
|
* [tests metadata] add more examples of metadata filesBenjamin Dauvergne2010-10-113-0/+61
|
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-211-8/+0
| | | | | | 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: Finish support for all XMLDsig key formatsBenjamin Dauvergne2010-02-042-1/+25
| | | | | | | | | | | | | | | * lasso/xml/tools.c: xmlsec is not able to load a certificate public key without checking it against trusted root certificate, so we must work around and load the key by hand. lasso_xmlsec_load_private_key_from_buffer is made more robust in the same (loading of the key was extracted inside _lasso_xmlsec_load_key_from_buffer) and now can load certificates and keys directly embedded inside KeyValue nodes (in total opposition to the XMLDsig specification but...), with or without PEM headers. * tests/metadata/Makefile.am tests/metadata/metadata_06.xml tests/metadata_tests.c: add test case for RSAKeyValue public keys.
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-0/+1
|
* include all testing metadataFrederic Peters2006-12-191-4/+4
|
* ship metadata files used in testsFrederic Peters2006-12-081-0/+6
|
* fix metadata testDamien Laniel2006-11-071-5/+4
|
* tests for loading certs and keys from metadataDamien Laniel2006-11-075-0/+150