Well, I made a new engine (new-engine) to run openvpn with it. It works in Linux, but in the FreeBSB it doesn't (I already compiled in that machine). Below is the error when I try to connect:
I already put my new-engine.so in the folder /usr/lib/engines/ and my config file is below:
And I already put the section about my engine in the openssl.cnf:
I already put my new-engine.so in the folder /usr/lib/engines/ and my config file is below:
Code:
port 1194
proto udp
dev tun
secret static.key
engine new-engine
And I already put the section about my engine in the openssl.cnf:
Code:
openssl_conf = openssl_init
[openssl_init]
oid_section = new_oids
engines = engine_section
[engine_section]
new-engine = new-engine_config
[new-engine_config]
engine_id = new-engine
dynamic_path = /usr/lib/engines/new-engine.so
init=1