Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ErrUnsupportedAlgorithm (0.53 sec)

  1. src/crypto/x509/x509.go

    	// In Go 1.22, encoding/gob cannot handle and ignores this field.
    	Policies []OID
    }
    
    // ErrUnsupportedAlgorithm results from attempting to perform an operation that
    // involves algorithms that are not currently implemented.
    var ErrUnsupportedAlgorithm = errors.New("x509: cannot verify signature: algorithm unimplemented")
    
    // An InsecureAlgorithmError indicates that the [SignatureAlgorithm] used to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ECDSAWithSHA1", Const, 1},
    		{"ECDSAWithSHA256", Const, 1},
    		{"ECDSAWithSHA384", Const, 1},
    		{"ECDSAWithSHA512", Const, 1},
    		{"Ed25519", Const, 13},
    		{"EncryptPEMBlock", Func, 1},
    		{"ErrUnsupportedAlgorithm", Var, 0},
    		{"Expired", Const, 0},
    		{"ExtKeyUsage", Type, 0},
    		{"ExtKeyUsageAny", Const, 0},
    		{"ExtKeyUsageClientAuth", Const, 0},
    		{"ExtKeyUsageCodeSigning", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top