slev / certmonger

Forked from certmonger 6 years ago
Clone

dd537bc Fix conversions of bit lengths to byte lengths

Authored and Committed by nalin 7 years ago
    Fix conversions of bit lengths to byte lengths
    
    Fix a number of places where we weren't correctly converting from length
    in bits to length in bytes, and one in the self-tests where the newest
    version of NSS complains if the size of a signature was too large
    because it was not converted at all.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    
        
file modified
+3 -3
file modified
+2 -2
file modified
+4 -3
file modified
+3 -1