MCPcopy
hub / github.com/tjfoc/gmsm / InsecureAlgorithmError

TypeAlias InsecureAlgorithmError

x509/x509.go:868–868  ·  view source on GitHub ↗

An InsecureAlgorithmError

Source from the content-addressed store, hash-verified

866
867// An InsecureAlgorithmError
868type InsecureAlgorithmError SignatureAlgorithm
869
870func (e InsecureAlgorithmError) Error() string {
871 return fmt.Sprintf("x509: cannot verify signature: insecure algorithm %v", SignatureAlgorithm(e))

Callers 1

checkSignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected