Building OpenVPN server 2.3.4 with GOST ciphers support.
Posted: Wed Oct 29, 2014 3:23 pm
Hi everyone.
I tried to build openvpn server with GOST ciphers support.
OS is CentOS 6.5:
Builded custom openssl from sources, and enabled GOST engine:
Configuration line:
But after successfully building and installation openvpn doesn't see the GOST ciphers:
What i'm doing wrong?
I tried to build openvpn server with GOST ciphers support.
OS is CentOS 6.5:
Code: Select all
[root@openvpn bayramgulov]# uname -a
Linux openvpn 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
[bayramgulov@openvpn ~]$ /opt/openssl-1.0.1j/bin/openssl version
OpenSSL 1.0.1j 15 Oct 2014
[bayramgulov@openvpn ~]$ /opt/openssl-1.0.1j/bin/openssl ciphers | tr ":" "\n" | grep -i gost
GOST2001-GOST89-GOST89
GOST94-GOST89-GOST89
Code: Select all
[bayramgulov@openvpn openvpn-2.3.4]$ ./configure --prefix=/opt/openvpn-2.3.4 --enable-iproute2 --disable-plugin-auth-pam CFLAGS="-DALLOW_NON_CBC_CIPHERS" OPENSSL_SSL_LIBS="-L/opt/openssl-1.0.1j/lib -lssl" OPENSSL_SSL_CFLAGS="-I/opt/openssl-1.0.1j/include" OPENSSL_CRYPTO_LIBS="-L/usr/openssl-1.0.1j/lib -lcrypto" OPENSSL_CRYPTO_CFLAGS="-I/usr/openssl-1.0.1j/include/" LZO_CFLAGS="-I/opt/lzo-2.08/include/" LZO_LIBS="-L/opt/lzo-2.08/lib/ -llzo2"
Code: Select all
[bayramgulov@openvpn openvpn-2.3.4]$ /opt/openvpn-2.3.4/sbin/openvpn --show-ciphers | grep -i gost