dkupka / certmonger

Forked from certmonger 6 years ago
Clone

d93c0a2 Add lighter tests for DSA and EC

Authored and Committed by Nalin Dahyabhai 10 years ago
    Add lighter tests for DSA and EC
    
    Add tests for EC and DSA.  For EC, we're only testing key generation,
    not parameter generation.
    
    Because both DSA and ECDSA signatures incorporate per-signature
    randomness, we can't sign requests and certificates with both OpenSSL
    and NSS and expect bit-for-bit identical results, so we don't bother -
    the RSA versions of the tests already check that the content is right,
    so we just check that the signatures verify.
    
        
file modified
+40 -0