Removing the dependency on openssl

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
john12
OpenVpn Newbie
Posts: 8
Joined: Wed Sep 10, 2014 2:05 pm

Removing the dependency on openssl

Post by john12 » Wed Sep 10, 2014 2:19 pm

Hi,
I am completely new to the openvpn technology and I want to modify openvpn in a such way that it won't be depend on openssl and other encryption techniques. Can you please guide me for doing the same.

john12
OpenVpn Newbie
Posts: 8
Joined: Wed Sep 10, 2014 2:05 pm

Re: Removing the dependency on openssl

Post by john12 » Thu Sep 11, 2014 5:16 am

Thanks for you reply.
I am not even generating static key. I am just using followinf certificates and keys:
1.ca.crt
2.client.key
3. client.key
4.server.key
5. server.crt
rite now what I am trying to do is to make user access the system without any authentication and without any encryption. Can you please guide to do the same?

john12
OpenVpn Newbie
Posts: 8
Joined: Wed Sep 10, 2014 2:05 pm

Re: Removing the dependency on openssl

Post by john12 » Thu Sep 11, 2014 12:44 pm

hey thanks again.
it's not like that i don't want any authentication and encryption. I want to apply my own security algorithms on it. For that to happen I want my openvpn to be completely independent of openssl lzo and encryption.
Till now what i have done is I have disabled SSL, LZO and CRYPTO in configure file of openvpn. Is there any another way to remove dependency directly from the source code??

Post Reply