Missing ciphers: How to add a new one?
Posted: Wed Mar 06, 2013 4:55 pm
Hi,
I'm newbie with openvpn.
I miss some ciphers inside openvpn despite openssl shows them. Why openvpn don't recognize the rest of ciphers?
How can I add Camellia to openvpn?. Is there some tutorial or help?.
this is what OpenSSL v0.9.8e and OpenVPN v2.0 show me:
any help would be appreciated.
thanks so much,
I'm newbie with openvpn.
I miss some ciphers inside openvpn despite openssl shows them. Why openvpn don't recognize the rest of ciphers?
How can I add Camellia to openvpn?. Is there some tutorial or help?.
this is what OpenSSL v0.9.8e and OpenVPN v2.0 show me:
Code: Select all
#openssl -h
openssl:Error: 'c-h' is an invalid command.
...
Cipher commands (see the `enc' command for more details)
aes-128-cbc aes-128-ecb aes-192-cbc aes-192-ecb
aes-256-cbc aes-256-ecb base64 bf
bf-cbc bf-cfb bf-ecb bf-ofb
camellia-128-cbc camellia-128-ecb camellia-192-cbc camellia-192-ecb
camellia-256-cbc camellia-256-ecb cast cast-cbc
cast5-cbc cast5-cfb cast5-ecb cast5-ofb
des des-cbc des-cfb des-ecb
des-ede des-ede-cbc des-ede-cfb des-ede-ofb
des-ede3 des-ede3-cbc des-ede3-cfb des-ede3-ofb
des-ofb des3 desx idea
idea-cbc idea-cfb idea-ecb idea-ofb
rc2 rc2-40-cbc rc2-64-cbc rc2-cbc
rc2-cfb rc2-ecb rc2-ofb rc4
rc4-40
Code: Select all
#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)
thanks so much,