aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-verifier.h
Commit message (Collapse)AuthorAgeFilesLines
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-181-1/+2
| | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119
* libempathy: Store certificate exceptions in gnome-keyring.Stef Walter2010-12-241-0/+2
| | | | Use libgcr to store certificate trust exceptions properly.
* Add a details hash table as an out param of the verificationCosimo Cecchi2010-08-191-0/+1
|
* Add EmpathyTLSVerifierCosimo Cecchi2010-08-131-0/+78
This also introduces a dependency on GnuTLS