ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
482 stars 217 forks source link

Support of Openvpn 2.4 instead of openvpn 3 #85

Closed Tsiddiqui123 closed 6 years ago

Tsiddiqui123 commented 6 years ago

Hi ! is it possible to downgrade the openvpn version 3 to openvpn 2.4 as Openvpn 3 doesn't have support of fragment key parameter for configuration and openvpn 2.4 have this key support so i want that this openvpn adapter can support openvpn 2.4 instead of openvpn 3 ??

ss-abramchuk commented 6 years ago

I'm afraid it is not possible. openvpn3 is written on C++ and openvpn on C. They have different API so it would require significant amount of work to downgrade the library.

Tsiddiqui123 commented 6 years ago

@ss-abramchuk Thanks for your answer.