aboutsummaryrefslogtreecommitdiffstats
path: root/tests/certificates
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix empathy-tls-testStef Walter2013-02-066-2/+38
| | | | | | | * Create new certificates * Add a make target for rebuilding the certificates in the future https://bugzilla.gnome.org/show_bug.cgi?id=693190
* add tests/certificates/Makefile.amGuillaume Desmottes2012-04-231-0/+3
| | | | | certificates needs to be in EXTRA_DIST so empathy-tls-test passes when distchecking.
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-0/+0
| | | | | | | | | | | * In empathy-tls-test.c use a proper PKCS#11 mock module, which we can place certificate anchors and pinned certificates in. * Fix EmpathyTlsVerifier to check for server trust assertions not client ones, this was a bug highlighted by fixing tests. https://bugzilla.gnome.org/show_bug.cgi?id=668186 https://bugzilla.gnome.org/show_bug.cgi?id=668261
* test: Add tests which load PKCS#11 modules for TLS verification.Stef Walter2010-12-241-0/+0
| | | | | | 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 mock object and test infrastructure for testing tls.Stef Walter2010-12-241-0/+0
Create a mock o.f.T.Authentication.TLSCertificate object and connect to it in various tests. Loads certificate data from certificates/ subdir