f46334f Issue 50355 - SSL version min and max not correctly applied

Authored and Committed by mreynolds 4 years ago
    Issue 50355 - SSL version min and max not correctly applied
    
    Bug Description:  Setting the sslVersionMin or SSLVersionMax was not
                      correctly applied and the NSS default min and max
                      became the valid range.
    
    Fix Description:  Do not attempt to reset the requested range based off
                      of hardcoded limits.  Also removed obsolete SSL3 code,
                      and fixed a minor memory leak in main.c found during
                      ASAN testing.
    
    Relates: https://pagure.io/389-ds-base/issue/50355
    
    ASAN approved
    
    Reviewed by: tbordaz(Thanks!)
    
        
file modified
+2 -3
file modified
+60 -364