eb49bea Require an imported certificate's issuer to match our issuer.

Authored and Committed by rcritten 12 years ago
    Require an imported certificate's issuer to match our issuer.
    
    The goal is to not import foreign certificates.
    
    This caused a bunch of tests to fail because we had a hardcoded server
    certificate. Instead a developer will need to run make-testcert to
    create a server certificate generated by the local CA to test against.
    
    ticket 1134
    
        
file modified
+1 -0
file modified
+7 -0
file modified
+25 -2
file added
+135