| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Create new certificates
* Add a make target for rebuilding the certificates in the future
https://bugzilla.gnome.org/show_bug.cgi?id=693190
|
|
|
|
|
| |
certificates needs to be in EXTRA_DIST so empathy-tls-test passes when
distchecking.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
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.
|
|
Create a mock o.f.T.Authentication.TLSCertificate object and connect
to it in various tests.
Loads certificate data from certificates/ subdir
|