crypto/x509.VerifyOptions.CurrentTime (field)
10 uses
crypto/x509 (current package)
verify.go#L207: CurrentTime time.Time
verify.go#L455: now := opts.CurrentTime
crypto/tls
common.go#L1873: return opts.CurrentTime.Before(cert.NotBefore) || opts.CurrentTime.After(cert.NotAfter)
handshake_client.go#L416: CurrentTime: c.config.time(),
handshake_client.go#L1127: CurrentTime: c.config.time(),
handshake_client.go#L1150: CurrentTime: c.config.time(),
handshake_server.go#L527: CurrentTime: c.config.time(),
handshake_server.go#L970: CurrentTime: c.config.time(),
handshake_server_tls13.go#L374: CurrentTime: c.config.time(),
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)