Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tjfoc/gmsm
/ time
Method
time
gmtls/common.go:689–695 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
687
}
688
689
func
(c *Config) time() time.Time {
690
t := c.Time
691
if
t == nil {
692
t = time.Now
693
}
694
return
t()
695
}
696
697
func
(c *Config) cipherSuites() []uint16 {
698
s := c.CipherSuites
Callers
6
doFullHandshake
Method · 0.80
processCertsFromClient
Method · 0.80
doFullHandshake
Method · 0.80
doFullHandshake
Method · 0.80
processCertsFromClient
Method · 0.80
processCertsFromClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected