libgit2

git_stream_certificate_cb

Version:

Certificate lookup for the stream

Signature

typedef int git_stream_certificate_cb(git_cert **out, git_stream *stream);

Parameters

Out
out

the certificate

In
stream

the stream to get the certificate for

Returns

int

0 on success, or an error code

Versions