• Show log

    Commit

  • Hash : b2ed778a
    Author : Edward Thomson
    Date : 2018-11-18T22:20:10

    http transport: reset error message on cert failure
    
    Store the error message from the underlying TLS library before calling
    the certificate callback.  If it refuses to act (demonstrated by
    returning GIT_PASSTHROUGH) then restore the error message.  Otherwise,
    if the callback does not set an error message, set a sensible default
    that implicates the callback itself.