Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clientCiphers (0.09 sec)

  1. src/crypto/tls/handshake_server_test.go

    	tests := []struct {
    		name            string
    		clientCiphers   []uint16
    		serverHasAESGCM bool
    		serverCiphers   []uint16
    		expectedCipher  uint16
    	}{
    		{
    			name: "server has hardware AES, client doesn't (pick ChaCha)",
    			clientCiphers: []uint16{
    				TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,
    				TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
    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