From eb0e10eba858ed194ec5a6bb63670ed80245a76b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 10 Dec 2010 03:48:13 +0000 Subject: [PATCH] libempathy: Complete successful verification properly. Complete TLS verification properly in TLS verifier. --- libempathy/empathy-tls-verifier.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index 386e3ce7..f52a6a8c 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -381,6 +381,7 @@ perform_verification (EmpathyTLSVerifier *self) } DEBUG ("Hostname matched"); + complete_verification (self); /* TODO: And here is where we check negative trust (ie: revocation) */ -- 2.39.2