Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TooManyConstraints (0.14 sec)

  1. src/crypto/x509/verify.go

    	// unsupported or unconstrained type.
    	UnconstrainedName
    	// TooManyConstraints results when the number of comparison operations
    	// needed to check a certificate exceeds the limit set by
    	// VerifyOptions.MaxConstraintComparisions. This limit exists to
    	// prevent pathological certificates can consuming excessive amounts of
    	// CPU time to verify.
    	TooManyConstraints
    	// CANotAuthorizedForExtKeyUsage results when an intermediate or root
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg crypto/x509, const NameConstraintsWithoutSANs = 6
    pkg crypto/x509, const NameConstraintsWithoutSANs InvalidReason
    pkg crypto/x509, const TooManyConstraints = 8
    pkg crypto/x509, const TooManyConstraints InvalidReason
    pkg crypto/x509, const UnconstrainedName = 7
    pkg crypto/x509, const UnconstrainedName InvalidReason
    pkg crypto/x509, func MarshalPKCS1PublicKey(*rsa.PublicKey) []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SetFallbackRoots", Func, 20},
    		{"SignatureAlgorithm", Type, 0},
    		{"SystemCertPool", Func, 7},
    		{"SystemRootsError", Type, 1},
    		{"SystemRootsError.Err", Field, 7},
    		{"TooManyConstraints", Const, 10},
    		{"TooManyIntermediates", Const, 0},
    		{"UnconstrainedName", Const, 10},
    		{"UnhandledCriticalExtension", Type, 0},
    		{"UnknownAuthorityError", Type, 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