Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkChainSSLServerPolicy (0.18 sec)

  1. src/crypto/x509/root_windows.go

    		default:
    			return UnknownAuthorityError{c, nil, nil}
    		}
    	}
    	return nil
    }
    
    // checkChainSSLServerPolicy checks that the certificate chain in chainCtx is valid for
    // use as a certificate chain for a SSL/TLS server.
    func checkChainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:41:40 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top