passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

Support cipher none #303

Closed RaviKumarAndroid closed 1 year ago

RaviKumarAndroid commented 1 year ago

tunnel kit is not supporting cipher none. its automatically using fallback. can we add cipher none or maybe some simple patch?? to support cipher none???

RaviKumarAndroid commented 1 year ago

When i print configuration it shows using a fallback cipher as Remotes: [:TCP:443] 15:18:31 INFO Configuration.print():660 - Cipher: AES-128-CBC 15:18:31 INFO Configuration.print():665 - Digest: HMAC-SHA1 even when the configuration contains cipher none

keeshux commented 1 year ago

I would deem this a "wontfix", but I'm certainly open to anyone submitting a PR for that.