Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for UnconstrainedName (0.31 sec)

  1. src/crypto/x509/verify.go

    	NameMismatch
    	// NameConstraintsWithoutSANs is a legacy error and is no longer returned.
    	NameConstraintsWithoutSANs
    	// UnconstrainedName results when a CA certificate contains permitted
    	// name constraints, but leaf certificate contains a name of an
    	// unsupported or unconstrained type.
    	UnconstrainedName
    	// TooManyConstraints results when the number of comparison operations
    	// needed to check a certificate exceeds the limit set by
    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 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
    pkg crypto/x509, func MarshalPKCS8PrivateKey(interface{}) ([]uint8, error)
    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

    		{"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},
    		{"UnknownAuthorityError.Cert", Field, 8},
    		{"UnknownPublicKeyAlgorithm", 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