• Show log

    Commit

  • Hash : fa72d6da
    Author : Dirkjan Bussink
    Date : 2016-03-14T12:02:00

    Setup better defaults for OpenSSL ciphers
    
    This ensures that when using OpenSSL a safe default set of ciphers
    is selected. This is done so that the client communicates securely
    and we don't accidentally enable unsafe ciphers like RC4, or even
    worse some old export ciphers.
    
    Implements the first part of https://github.com/libgit2/libgit2/issues/3682