summaryrefslogtreecommitdiff
path: root/tests/empathy-tls-test.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GnuTLS dependencyDebarshi Ray2017-03-211-2/+0
* tls-verifier: Use GIO to verify the chain of TLS certificatesDebarshi Ray2017-03-211-6/+29
* tests: Actually test that hostnames of pinned certificates are verifiedDebarshi Ray2017-03-211-1/+2
* tests: Fix commentDebarshi Ray2017-03-211-2/+2
* coding style fixesGuillaume Desmottes2014-01-061-3/+4
* Rename NUM_TP_ to TP_NUM_Xavier Claessens2013-10-031-1/+1
* add missing config.h includesGuillaume Desmottes2013-09-171-0/+2
* tls-test: use tp-glib single headersGuillaume Desmottes2013-09-171-1/+2
* Clean up #include directives in source filesEmanuele Aina2013-04-011-6/+0
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-7/+4
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
* tests: Fix empathy-tls-testStef Walter2013-02-061-27/+27
* Use TpTpTLSCertificateGuillaume Desmottes2012-05-101-28/+29
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-42/+115
* empathy-tls-test: use g_assert_(no_)error()Guillaume Desmottes2012-01-191-22/+23
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
* Fix calls to empathy_tls_verifier_new() in tests.Stef Walter2011-03-221-11/+76
* tests: Fix memory leak of dbus connectionStef Walter2010-12-241-0/+3
* libempathy, tests: Wrap new function arguments properly.Stef Walter2010-12-241-11/+24
* tests: Lookup the pkcs11 standalone directory at run time.Stef Walter2010-12-241-1/+20
* test: Add tests which load PKCS#11 modules for TLS verification.Stef Walter2010-12-241-45/+234
* tests: Add test for basic verification.Stef Walter2010-12-241-13/+47
* tests: Add mock object and test infrastructure for testing tls.Stef Walter2010-12-241-0/+356