[tor-commits] [vidalia/alpha] Fix paths for the new certificates

chiiph at torproject.org chiiph at torproject.org
Tue May 3 14:43:49 UTC 2011


commit 9406862b624f31821711c67e2da6ebca5438abc2
Author: Tomas Touceda <chiiph at gentoo.org>
Date:   Fri Apr 29 14:26:30 2011 -0300

    Fix paths for the new certificates
---
 src/vidalia/Vidalia.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vidalia/Vidalia.cpp b/src/vidalia/Vidalia.cpp
index 5c22da3..91c6dfb 100644
--- a/src/vidalia/Vidalia.cpp
+++ b/src/vidalia/Vidalia.cpp
@@ -512,10 +512,10 @@ Vidalia::loadDefaultCaCertificates() const
   if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA.crt"))
     vWarn("Failed to add the DigiCert Global CA certificate to the default CA "
           "certificate database.");
-  if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA2.crt"))
+  if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertAssuredCA.crt"))
     vWarn("Failed to add the DigiCert Assured CA certificate to the default CA "
           "certificate database.");
-  if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA3.crt"))
+  if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertHighAssuranceCA.crt"))
     vWarn("Failed to add the DigiCert High Assurance CA certificate to the default CA "
           "certificate database.");
 }





More information about the tor-commits mailing list