Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for CertChainPolicyStatus (0.38 sec)

  1. src/crypto/x509/root_windows.go

    	}
    	para.Size = uint32(unsafe.Sizeof(*para))
    
    	status := syscall.CertChainPolicyStatus{}
    	err = syscall.CertVerifyCertificateChainPolicy(syscall.CERT_CHAIN_POLICY_SSL, chainCtx, para, &status)
    	if err != nil {
    		return err
    	}
    
    	// TODO(mkrautz): use the lChainIndex and lElementIndex fields
    	// of the CertChainPolicyStatus to provide proper context, instead
    	// using c.
    	if status.Error != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:41:40 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. api/go1.11.txt

    pkg syscall (windows-386), type AddrinfoW struct, Addr Pointer
    pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
    pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo
    pkg syscall (windows-386), type CertInfo struct
    pkg syscall (windows-386), type CertRevocationCrlInfo struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  3. api/except.txt

    pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
    pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  4. src/syscall/types_windows.go

    	Flags           uint32
    	ExtraPolicyPara Pointer
    }
    
    type SSLExtraCertChainPolicyPara struct {
    	Size       uint32
    	AuthType   uint32
    	Checks     uint32
    	ServerName *uint16
    }
    
    type CertChainPolicyStatus struct {
    	Size              uint32
    	Error             uint32
    	ChainIndex        uint32
    	ElementIndex      uint32
    	ExtraPolicyStatus Pointer
    }
    
    const (
    	// do not reorder
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  5. src/syscall/zsyscall_windows.go

    	store = Handle(r0)
    	if store == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) {
    	r1, _, e1 := Syscall6(procCertVerifyCertificateChainPolicy.Addr(), 4, uintptr(policyOID), uintptr(unsafe.Pointer(chain)), uintptr(unsafe.Pointer(para)), uintptr(unsafe.Pointer(status)), 0, 0)
    	if r1 == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (1)
  6. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	ExtraPolicyPara Pointer
    }
    
    type SSLExtraCertChainPolicyPara struct {
    	Size       uint32
    	AuthType   uint32
    	Checks     uint32
    	ServerName *uint16
    }
    
    type CertChainPolicyStatus struct {
    	Size              uint32
    	Error             uint32
    	ChainIndex        uint32
    	ElementIndex      uint32
    	ExtraPolicyStatus Pointer
    }
    
    type CertPolicyInfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  7. src/syscall/syscall_windows.go

    //sys   CertFreeCertificateContext(ctx *CertContext) (err error) = crypt32.CertFreeCertificateContext
    //sys   CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) = crypt32.CertVerifyCertificateChainPolicy
    //sys	RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle) (regerrno error) = advapi32.RegOpenKeyExW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertChainPolicyPara.Size", Field, 0},
    		{"CertChainPolicyStatus", Type, 0},
    		{"CertChainPolicyStatus.ChainIndex", Field, 0},
    		{"CertChainPolicyStatus.ElementIndex", Field, 0},
    		{"CertChainPolicyStatus.Error", Field, 0},
    		{"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0},
    		{"CertChainPolicyStatus.Size", Field, 0},
    		{"CertCloseStore", Func, 0},
    		{"CertContext", 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)
  9. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	CertFreeCertificateContext(ctx *CertContext) (err error) = crypt32.CertFreeCertificateContext
    //sys	CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) = crypt32.CertVerifyCertificateChainPolicy
    //sys	CertGetNameString(certContext *CertContext, nameType uint32, flags uint32, typePara unsafe.Pointer, name *uint16, size uint32) (chars uint32) = crypt32.CertGetNameStringW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (windows-386), type CertChainPolicyStatus struct
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ChainIndex uint32
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ElementIndex uint32
    pkg syscall (windows-386), type CertChainPolicyStatus struct, Error uint32
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    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