From: Tony Mack Date: Tue, 11 Aug 2009 19:15:16 +0000 (+0000) Subject: undo last change X-Git-Tag: sfa-0.9-1~102 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a3a2b8a92f4d425fd97fdc8aa6718d717cf151f6;hp=cba129da4df6ed490942dcc0625b884148a74a2e;p=sfa.git undo last change --- diff --git a/sfa/trust/certificate.py b/sfa/trust/certificate.py index 8ca369d7..3b725bde 100644 --- a/sfa/trust/certificate.py +++ b/sfa/trust/certificate.py @@ -523,9 +523,6 @@ class Certificate: if self.is_signed_by_cert(trusted_cert): #print self.get_subject(), "is signed by a root" return - # if the public keys are the same then we are set - if self.is_pubkey(trusted_cert.get_pubkey()): - return # if there is no parent, then no way to verify the chain if not self.parent: