Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCertificateSelection (0.22 sec)

  1. src/crypto/tls/conn_test.go

    func TestCertificateSelection(t *testing.T) {
    	config := Config{
    		Certificates: []Certificate{
    			{
    				Certificate: [][]byte{fromHex(certExampleCom)},
    			},
    			{
    				Certificate: [][]byte{fromHex(certWildcardExampleCom)},
    			},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:35:01 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top