Searched refs:InsecureAlgorithmError (Results 1 – 4 of 4) sorted by relevance
806 type InsecureAlgorithmError SignatureAlgorithm type808 func (e InsecureAlgorithmError) Error() string {912 return InsecureAlgorithmError(algo)917 return InsecureAlgorithmError(algo)
1826 if got := fmt.Sprint(InsecureAlgorithmError(tt.sa)); got != tt.want {1880 if _, ok := err.(InsecureAlgorithmError); !ok {1897 if _, ok := err.(InsecureAlgorithmError); !ok {3637 } else if _, ok := err.(InsecureAlgorithmError); !ok {
14 pkg crypto/x509, method (InsecureAlgorithmError) Error() string16 pkg crypto/x509, type InsecureAlgorithmError int
344 controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError).