aboutsummaryrefslogtreecommitdiffstats
path: root/tests/empathy-tls-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix calls to empathy_tls_verifier_new() in tests.Stef Walter2011-03-231-11/+76
|
* tests: Fix memory leak of dbus connectionStef Walter2010-12-241-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3
* libempathy, tests: Wrap new function arguments properly.Stef Walter2010-12-241-11/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3
* tests: Lookup the pkcs11 standalone directory at run time.Stef Walter2010-12-241-1/+20
| | | | | Rather than cluttering up configure, lookup the relevant directory at runtime.
* test: Add tests which load PKCS#11 modules for TLS verification.Stef Walter2010-12-241-45/+234
| | | | | | Add various tests which load gnome-keyring PKCS#11 modules and use them in the TLS verification. These are the standalone versions of the builtin gnome-keyring PKCS#11 modules.
* tests: Add test for basic verification.Stef Walter2010-12-241-13/+47
| | | | | This test depends on the certificates you have in gnome-keyring, will fix this dependency in later commits.
* tests: Add mock object and test infrastructure for testing tls.Stef Walter2010-12-241-0/+356
Create a mock o.f.T.Authentication.TLSCertificate object and connect to it in various tests. Loads certificate data from certificates/ subdir