Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTLS12OnlyCipherSuites (0.53 sec)

  1. src/crypto/tls/handshake_server_test.go

    		t.Fatalf("Failed to parse ServerHello")
    	}
    
    	if !serverHello.secureRenegotiationSupported {
    		t.Errorf("Secure renegotiation extension was not echoed.")
    	}
    }
    
    func TestTLS12OnlyCipherSuites(t *testing.T) {
    	// Test that a Server doesn't select a TLS 1.2-only cipher suite when
    	// the client negotiates TLS 1.1.
    	clientHello := &clientHelloMsg{
    		vers:   VersionTLS11,
    		random: make([]byte, 32),
    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