Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ErrUnsupportedAlgorithm (0.28 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)
  3. api/go1.txt

    pkg crypto/x509, type VerifyOptions struct, DNSName string
    pkg crypto/x509, type VerifyOptions struct, Intermediates *CertPool
    pkg crypto/x509, type VerifyOptions struct, Roots *CertPool
    pkg crypto/x509, var ErrUnsupportedAlgorithm error
    pkg crypto/x509/pkix, method (*CertificateList) HasExpired(time.Time) bool
    pkg crypto/x509/pkix, method (*Name) FillFromRDNSequence(*RDNSequence)
    pkg crypto/x509/pkix, method (Name) ToRDNSequence() RDNSequence
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top