Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testChainAgainstOpenSSL (1.54 sec)

  1. src/crypto/x509/name_constraints_test.go

    			// against name constraints, while we ignore it when it's not hostname-looking.
    			if !test.noOpenSSL && testNameConstraintsAgainstOpenSSL && test.leaf.cn == "" {
    				output, err := testChainAgainstOpenSSL(t, leafCert, intermediatePool, rootPool)
    				if err == nil && len(test.expectedError) > 0 {
    					t.Error("unexpectedly succeeded against OpenSSL")
    					if debugOpenSSLFailure {
    						return
    					}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top