libgit2_d.cert

Undocumented in source.

Members

Aliases

git_transport_certificate_check_cb
alias git_transport_certificate_check_cb = int function(.git_cert* cert, int valid, const(char)* host, void* payload)

Callback for the user's custom certificate checks.

Enums

git_cert_ssh_t
enum git_cert_ssh_t

Type of SSH host fingerprint

git_cert_t
enum git_cert_t

Type of host certificate structure that is passed to the check callback

Structs

git_cert
struct git_cert

Parent type for git_cert_hostkey and git_cert_x509.

git_cert_hostkey
struct git_cert_hostkey

Hostkey information taken from libssh2

git_cert_x509
struct git_cert_x509

X.509 certificate information

Meta