d217c35 Set all bits to 1 in local CA Basic Constraint to set TRUE

Authored and Committed by rcritten 6 years ago
1 file changed. 1 lines added. 1 lines removed.
    Set all bits to 1 in local CA Basic Constraint to set TRUE
    
    This was previously using the value of 1 which OpenSSL didn't
    have an issue with but NSS is stricter when it comes to DER
    encoding. Section 11.1 in X.690 requires that DER boolean set
    all bits to 1 to indicate TRUE.
    
        
file modified
+1 -1