Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestHandshakeServerSNI (0.19 sec)

  1. src/crypto/tls/handshake_server_test.go

    		},
    	}
    	runServerTestTLS12(t, test)
    	runServerTestTLS13(t, test)
    }
    
    // TestHandshakeServerSNI involves a client sending an SNI extension of
    // "snitest.com", which happens to match the CN of testSNICertificate. The test
    // verifies that the server correctly selects that certificate.
    func TestHandshakeServerSNI(t *testing.T) {
    	test := &serverTest{
    		name:    "SNI",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top