Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSystemRootsError (0.44 sec)

  1. src/crypto/x509/verify_test.go

    		Roots:         roots,
    		Intermediates: intermediates,
    	}); err != nil {
    		t.Error(err)
    	}
    	t.Logf("verification took %v", time.Since(start))
    }
    
    func TestSystemRootsError(t *testing.T) {
    	if runtime.GOOS == "windows" || runtime.GOOS == "darwin" || runtime.GOOS == "ios" {
    		t.Skip("Windows and darwin do not use (or support) systemRoots")
    	}
    
    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