undo last change
authorTony Mack <tmack@cs.princeton.edu>
Tue, 11 Aug 2009 19:15:16 +0000 (19:15 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 11 Aug 2009 19:15:16 +0000 (19:15 +0000)
sfa/trust/certificate.py

index 8ca369d..3b725bd 100644 (file)
@@ -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: