Commit 22fbb2656e3daf06c290d63d99b70c78f2f6d15d

Carlos Martín Nieto 2014-11-02T16:12:10

netops: return GIT_ECERTIFICATE when it fails the basic tests When we first ask OpenSSL to verify the certfiicate itself (rather than the HTTPS specifics), we should also return GIT_ECERTIFICATE. Otherwise, the caller would consider this as a failed operation rather than a failed validation and not call the user's own validation.