Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestResumption (0.28 sec)

  1. src/crypto/tls/handshake_client_test.go

    		args:          []string{"-state"},
    		sendKeyUpdate: true,
    	}
    	runClientTestTLS13(t, test)
    }
    
    func TestResumption(t *testing.T) {
    	t.Run("TLSv12", func(t *testing.T) { testResumption(t, VersionTLS12) })
    	t.Run("TLSv13", func(t *testing.T) { testResumption(t, VersionTLS13) })
    }
    
    func testResumption(t *testing.T, version uint16) {
    	if testing.Short() {
    		t.Skip("skipping in -short mode")
    	}
    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