Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x0ABC (0.07 sec)

  1. src/crypto/tls/tls_test.go

    			t.Errorf("%#04x: unexpected CipherSuiteName: got %q, expected %q", c.id, got, cc.Name)
    		}
    	}
    
    	if got := CipherSuiteName(0xabc); got != "0x0ABC" {
    		t.Errorf("unexpected fallback CipherSuiteName: got %q, expected 0x0ABC", got)
    	}
    
    	if len(cipherSuitesPreferenceOrder) != len(cipherSuites) {
    		t.Errorf("cipherSuitesPreferenceOrder is not the same size as cipherSuites")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
Back to top