D
Deleted member 27741
Guest
I have AES-128-CBC selected in rmerlin, when I connect to OPENVPN I get this (IP and date/time removed)-
openvpn[1840]: Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[1840]: Data Channel Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[1840]: Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[1840]: Data Channel Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[1840]: Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Shouldn't the control channel be DHE-RSA-AES128-SHA?
When I add
tls-cipher TLS-DHE-RSA-WITH-AES-128-CBC-SHA
To the custom configuration commands, then I get this when I connect-
openvpn[4181]: Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[4181]: Data Channel Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[4181]: Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[4181]: Data Channel Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[4181]: Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA
Shouldn't the control channel have used AES128 in the first instance as well? What am I missing here?
openvpn[1840]: Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[1840]: Data Channel Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[1840]: Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[1840]: Data Channel Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[1840]: Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Shouldn't the control channel be DHE-RSA-AES128-SHA?
When I add
tls-cipher TLS-DHE-RSA-WITH-AES-128-CBC-SHA
To the custom configuration commands, then I get this when I connect-
openvpn[4181]: Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[4181]: Data Channel Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[4181]: Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
openvpn[4181]: Data Channel Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
openvpn[4181]: Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 1024 bit RSA
Shouldn't the control channel have used AES128 in the first instance as well? What am I missing here?
Last edited by a moderator: