Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for chainToDebugString (0.13 sec)

  1. src/crypto/x509/verify_test.go

    				nMatched++
    			}
    		}
    		// Allow additional unknown chains if systemLax is set
    		if nMatched == 0 && test.systemLax == false || nMatched > 1 {
    			t.Errorf("Got %v matches for chain %v", nMatched, chainToDebugString(chain))
    			for _, expectedChain := range test.expectedChains {
    				if doesMatch(expectedChain, chain) {
    					t.Errorf("\t matched %v", expectedChain)
    				}
    			}
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top