mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 20:47:36 +03:00
fix: use tab replace space indentation
This commit is contained in:
parent
2416f018e3
commit
c92ad4bfa8
1 changed files with 5 additions and 5 deletions
10
common.go
10
common.go
|
@ -656,11 +656,11 @@ type Config struct {
|
|||
// testing or in combination with VerifyConnection or VerifyPeerCertificate.
|
||||
InsecureSkipVerify bool
|
||||
|
||||
// InsecureSkipTimeVerify controls whether a client verifies the server's
|
||||
// certificate chain against time. If InsecureSkipTimeVerify is true,
|
||||
// crypto/tls accepts the certificate even when it is expired.
|
||||
//
|
||||
// This field is ignored when InsecureSkipVerify is true.
|
||||
// InsecureSkipTimeVerify controls whether a client verifies the server's
|
||||
// certificate chain against time. If InsecureSkipTimeVerify is true,
|
||||
// crypto/tls accepts the certificate even when it is expired.
|
||||
//
|
||||
// This field is ignored when InsecureSkipVerify is true.
|
||||
InsecureSkipTimeVerify bool // [uTLS]
|
||||
|
||||
// InsecureServerNameToVerify is used to verify the hostname on the returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue