de5e4ac Issue 50834 - Incorrectly setting the NSS default SSL version max

Authored and Committed by mreynolds 4 years ago
    Issue 50834 - Incorrectly setting the NSS default SSL version max
    
    Description:  We've been using the wrong function to get the NSS max
                  version We were calling SSL_VersionRangeGetSupported()
                  which gets the versions NSS "can" handle, but
                  SSL_VersionRangeGetDefault() gets the versions that
                  are actually "enabled".
    
    relates: https://pagure.io/389-ds-base/issue/50834
    
    Reviewed by: mreynolds(one line commit rule)
    
        
file modified
+1 -1