Enum git2::CertificateCheckStatus
source · pub enum CertificateCheckStatus {
CertificateOk,
CertificatePassthrough,
}Expand description
The return value for the [CertificateCheck] callback.
Variants§
CertificateOk
Indicates that the certificate should be accepted.
CertificatePassthrough
Indicates that the certificate callback is neither accepting nor rejecting the certificate. The result of the certificate checks built-in to libgit2 will be used instead.