Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServerSelectingUnconfiguredApplicationProtocol (0.72 sec)

  1. src/crypto/tls/handshake_client_test.go

    			}
    			return nil
    		},
    	}
    	runClientTestTLS12(t, test)
    	runClientTestTLS13(t, test)
    }
    
    func TestServerSelectingUnconfiguredApplicationProtocol(t *testing.T) {
    	// This checks that the server can't select an application protocol that the
    	// client didn't offer.
    
    	c, s := localPipe(t)
    	errChan := make(chan error, 1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
Back to top