Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBoringCertAlgs (0.27 sec)

  1. src/crypto/tls/boring_test.go

    	}
    	for _, sigHash := range hello.supportedSignatureAlgorithms {
    		if !isBoringSignatureScheme(sigHash) {
    			t.Errorf("client offered disallowed signature-and-hash %v", sigHash)
    		}
    	}
    }
    
    func TestBoringCertAlgs(t *testing.T) {
    	// NaCl, arm and wasm time out generating keys. Nothing in this test is architecture-specific, so just don't bother on those.
    	if runtime.GOOS == "nacl" || runtime.GOARCH == "arm" || runtime.GOOS == "js" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top