Opened 5 years ago
Closed 2 years ago
#1223 closed Bug / Defect (wontfix)
Misleading "AES-CBC Cipher Algorithm" option
Reported by: | tom.ty89 | Owned by: | OpenVPN Inc. |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OpenVPN Connect | Version: | OpenVPN Connect for Android v3.0.1 |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description
The option is merely equivalence of ncp-disable. If the ovpn does not have cipher specified, BF-CBC would be used instead of AES-128-CBC or AES-256-CBC.
Change History (5)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Ah, this is about OpenVPN Connect... so maybe there are buttons in the App that are confusing. Sorry, I misread this, can only speak for OpenVPN 2.x
comment:3 Changed 4 years ago by
Owner: | changed from yuriy to denys |
---|---|
Status: | new → assigned |
comment:4 Changed 4 years ago by
Owner: | changed from denys to OpenVPN Inc. |
---|
comment:5 Changed 2 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
OpenVPN Inc does not want to receive any feedback for the "Connect"
OpenVPN clients via the community bug trackers (here and in GH issues).
Please resubmit - if still relevant - via https://support.openvpn.net/
Note: See
TracTickets for help on using
tickets.
Not sure I am following you here. What option do you specify, exactly, and what is the desired outcome?
If you specify
--cipher aes-128-cbc
on both sides, this is what is used.If you specify no
--cipher
and disable NCP, yes, BF-CBC is what you get.