summaryrefslogtreecommitdiff
path: root/tests/mock-pkcs11.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF postal addressGuillaume Desmottes2014-01-061-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* Clean up #include directives in source filesEmanuele Aina2013-04-011-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Clean up #include directives in headersEmanuele Aina2013-04-011-3/+1
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* "gck/pkcs11.h" is deprecated, must use p11-kit/pkcs11.h nowXavier Claessens2012-08-141-1/+1
|
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-0/+352
* 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