Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for InvalidReason (0.35 sec)

  1. 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)
  2. src/crypto/x509/verify.go

    	"errors"
    	"fmt"
    	"net"
    	"net/url"
    	"reflect"
    	"runtime"
    	"strings"
    	"time"
    	"unicode/utf8"
    )
    
    type InvalidReason int
    
    const (
    	// NotAuthorizedToSign results when a certificate is signed by another
    	// which isn't marked as a CA certificate.
    	NotAuthorizedToSign InvalidReason = iota
    	// Expired results when a certificate has expired, based on the time
    	// given in the VerifyOptions.
    	Expired
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. api/go1.8.txt

    pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error
    pkg crypto/tls, type SignatureScheme uint16
    pkg crypto/x509, const NameMismatch = 5
    pkg crypto/x509, const NameMismatch InvalidReason
    pkg crypto/x509, const SHA256WithRSAPSS = 13
    pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm
    pkg crypto/x509, const SHA384WithRSAPSS = 14
    pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 21 05:25:57 UTC 2016
    - 16.3K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg crypto/x509, const CANotAuthorizedForThisName InvalidReason
    pkg crypto/x509, const DSA PublicKeyAlgorithm
    pkg crypto/x509, const DSAWithSHA1 SignatureAlgorithm
    pkg crypto/x509, const DSAWithSHA256 SignatureAlgorithm
    pkg crypto/x509, const Expired InvalidReason
    pkg crypto/x509, const ExtKeyUsageAny ExtKeyUsage
    pkg crypto/x509, const ExtKeyUsageClientAuth ExtKeyUsage
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"HostnameError.Certificate", Field, 0},
    		{"HostnameError.Host", Field, 0},
    		{"IncompatibleUsage", Const, 1},
    		{"IncorrectPasswordError", Var, 1},
    		{"InsecureAlgorithmError", Type, 6},
    		{"InvalidReason", Type, 0},
    		{"IsEncryptedPEMBlock", Func, 1},
    		{"KeyUsage", Type, 0},
    		{"KeyUsageCRLSign", Const, 0},
    		{"KeyUsageCertSign", Const, 0},
    		{"KeyUsageContentCommitment", 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)
  6. api/go1.1.txt

    pkg crypto/x509, const ExtKeyUsageServerAuth = 1
    pkg crypto/x509, const ExtKeyUsageTimeStamping = 8
    pkg crypto/x509, const IncompatibleUsage = 4
    pkg crypto/x509, const IncompatibleUsage InvalidReason
    pkg crypto/x509, const KeyUsageCRLSign = 64
    pkg crypto/x509, const KeyUsageCertSign = 32
    pkg crypto/x509, const KeyUsageContentCommitment = 2
    pkg crypto/x509, const KeyUsageDataEncipherment = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top