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.
Removing the dependency on openssl
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 8
- Joined: Wed Sep 10, 2014 2:05 pm
-
- OpenVpn Newbie
- Posts: 8
- Joined: Wed Sep 10, 2014 2:05 pm
Re: Removing the dependency on openssl
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?
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?
-
- OpenVpn Newbie
- Posts: 8
- Joined: Wed Sep 10, 2014 2:05 pm
Re: Removing the dependency on openssl
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??
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??