8ef1914 Use NSS protocol range API to set available TLS protocols

5 files Authored by rcritten 9 years ago, Committed by jcholast 9 years ago,
    Use NSS protocol range API to set available TLS protocols
    
    Protocols are configured as an inclusive range from SSLv3 through
    TLSv1.2. The allowed values in the range are ssl3, tls1.0,
    tls1.1 and tls1.2.
    
    This is overridable per client by setting tls_version_min and/or
    tls_version_max.
    
    https://fedorahosted.org/freeipa/ticket/4653
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+1 -1
file modified
+4 -0
file modified
+4 -1
file modified
+3 -1
file modified
+15 -2