ss-abramchuk / OpenVPNAdapter

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

OpenVPNAdapter with SecIdentity #202

Open aevtyushin opened 3 years ago

aevtyushin commented 3 years ago

Is it possible to use OpenVPNAdapter with SecIdentity?

We are currently using the following approach:

We would like to change the situation:

Is it possible?

In the description of openvpn3 I found the following: image image

But I still haven't figured out how to use it. Do you have examples?

ss-abramchuk commented 3 years ago

Hi @aevtyushin,

Alas, but I can't give you exact answer. Probably, with external PKI it is possible but I didn't have a chance to check it. And currently, OpenVPNAdapter doesn't expose this feature, so it will require some work at first.