MCPcopy
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
689func (c *Config) time() time.Time {
690 t := c.Time
691 if t == nil {
692 t = time.Now
693 }
694 return t()
695}
696
697func (c *Config) cipherSuites() []uint16 {
698 s := c.CipherSuites

Callers 6

doFullHandshakeMethod · 0.80
doFullHandshakeMethod · 0.80
doFullHandshakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected