git_transport_certificate_check_cb

Callback for the user's custom certificate checks.

extern (C) nothrow @nogc
alias git_transport_certificate_check_cb = int function
(,
int valid
,
const(char)* host
,
void* payload
)

Return Value

0 to proceed with the connection, < 0 to fail the connection or > 0 to indicate that the callback refused to act and that the existing validity determination should be honored

Meta