Page 1 of 1
Removing the dependency on openssl
Posted: Wed Sep 10, 2014 2:19 pm
by john12
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.
Re: Removing the dependency on openssl
Posted: Thu Sep 11, 2014 5:16 am
by john12
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?
Re: Removing the dependency on openssl
Posted: Thu Sep 11, 2014 12:44 pm
by john12
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??