summaryrefslogtreecommitdiffstats
path: root/tests/perfs.c
Commit message (Collapse)AuthorAgeFilesLines
* [core] rename lasso_provider_set_specific_signing_key to ↵Benjamin Dauvergne2011-12-051-2/+2
| | | | lasso_provider_set_server_signing_key
* [perfs] add command line options, add option to use shared secret key ↵Benjamin Dauvergne2011-12-051-11/+41
| | | | | | cryptography Performance with HMAC-SHA1 is 100x the one with 2048 bits RSA.
* [tests] change perfs to accept a second parameter giving the data files to useBenjamin Dauvergne2011-01-241-14/+25
| | | | | Also add metadata files to check performance with 512 and 1024 bit RSA keys.
* [Tests] add annotation to remove compiler warningsBenjamin Dauvergne2010-10-011-4/+3
|
* [Tests] update perfs to test each phase of WebSSO separately and use SAMLv2Benjamin Dauvergne2010-09-291-93/+111
| | | | | I removed signature at the message level for the response, it should simulate apporiately the artifact binding with SSL transport.
* Initialize all uninitialized rc variablesBenjamin Dauvergne2010-04-301-1/+1
|
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-1/+1
| | | | | | | | | | | | | * nearly all C files: change includes for relative paths. * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level public include files for ID-WSF 1.0 and ID-WSF 2.0. * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*: remove most of the code related to ID-WSF and push into lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c, lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c. * lasso/id-wsf-2.0/saml2_login.c, lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF 2.0 support in SAML2 SSO profile.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-3/+3
|
* #include <lasso.h> => #include <lasso/lasso.h>Benjamin Dauvergne2008-05-261-1/+1
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* fixed memory leaksFrederic Peters2007-01-161-0/+2
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+3
|
* little tests benchmarking AuthnRequest creation and AuthnResponse processing.Frederic Peters2004-12-191-0/+154