4fe3bd1 otptoken: use ipapython.nsslib instead of Python's ssl module

2 files Authored by cheimes 8 years ago, Committed by mbasti 8 years ago,
    otptoken: use ipapython.nsslib instead of Python's ssl module
    
    The otptoken plugin is the only module in FreeIPA that uses Python's ssl
    module instead of NSS. The patch replaces ssl with NSSConnection. It
    uses the default NSS database to lookup trust anchors. NSSConnection
    uses NSS for hostname matching. The package
    python-backports-ssl_match_hostname is no longer required.
    
    https://fedorahosted.org/freeipa/ticket/5068
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+0 -2
file modified
+8 -28