Closed GoogleCodeExporter closed 9 years ago
The ENcryption cipher and paket authentication corospond to the --cipher and
--auth values of OpenVPN which are documented in the man page.
OpenVPN for Android support all ciphers/digest of the OpenSSL library on
Android. In particulary I am pretty sure that AES-512 is not a cipher in any
OpenSSL version.
Original comment by arne@rfc2549.org
on 9 Dec 2013 at 9:45
Strange, yes the standard openvpn on my server and desktop systems seems to go
up to AES-256 but dd-wrt's seems to manage to go up to AES-512. Not sure how it
manages this can't find many details about it.
# openvpn --show-ciphers
The following ciphers and cipher modes are available
for use with OpenVPN. Each cipher shown below may be
used as a parameter to the --cipher option. The default
key size is shown as well as whether or not it can be
changed with the --keysize directive. Using a CBC mode
is recommended.
DES-CBC 64 bit default key (fixed)
RC2-CBC 128 bit default key (variable)
DES-EDE-CBC 128 bit default key (fixed)
DES-EDE3-CBC 192 bit default key (fixed)
DESX-CBC 192 bit default key (fixed)
BF-CBC 128 bit default key (variable)
RC2-40-CBC 40 bit default key (variable)
CAST5-CBC 128 bit default key (variable)
RC2-64-CBC 64 bit default key (variable)
AES-128-CBC 128 bit default key (fixed)
AES-192-CBC 192 bit default key (fixed)
AES-256-CBC 256 bit default key (fixed)
SEED-CBC 128 bit default key (fixed)
AES-512-CBC 512 bit default key (fixed)
Original comment by simpf...@gmail.com
on 9 Dec 2013 at 11:25
Original issue reported on code.google.com by
simpf...@gmail.com
on 9 Dec 2013 at 9:35