80b5477 disable SSLv3 by default again

Authored and Committed by tmraz 9 years ago
    disable SSLv3 by default again
    
    Mail servers and possibly LDAP servers should probably allow
    it explicitly by SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv3) call
    for buggy legacy clients on the smtps, imaps, and ldaps ports.
    
        
file modified
+6 -1