
Will upload tomorrow...
edit:
Here you go
Code: Select all
cat /.version
Code: Select all
VDLinux#> ./openvpn --conf /mtd_rwcommon/openvpn/keys/S1.conf
Options error: Unrecognized option or missing parameter(s) in /mtd_rwcommon/openvpn/keys/S1.conf:24: tls-version-min (2.3.2)
Code: Select all
Thu Jan 1 00:07:42 1970 OpenVPN 2.3.2 arm-buildroot-linux-gnueabi [SSL (OpenSSL)] [EPOLL] [eurephia] [MH] [IPv6] built on Nov 20 2016
..
Thu Jan 1 00:07:48 1970 VERIFY OK: depth=1, C=UK, ST=London, L=London (...)
Thu Jan 1 00:07:48 1970 VERIFY OK: nsCertType=SERVER
Thu Jan 1 00:07:48 1970 VERIFY OK: depth=0, C=UK, ST=London, L=London, (..)
..
Thu Jan 1 00:08:05 1970 Initialization Sequence Completed
I would say like this If I would try to compile once for H I would get one success, if two I have two successlekron wrote:Had anybody success with compiling a Version for h series?
Thank you very much for that version, amazing now we have fully functional openvpn!tobi148 wrote: ↑Sun Nov 20, 2016 2:08 pm After two long weekends digging into the OpenSSL1.0.2h Code and OpenVPN 2.3.2 code, I finally found a way to avoid the certificate validation in regards to the expiration/not yet valid certificates without setting the systemtime of the TV via NTP or via any workaround.
This version of OpenVPN and OpenSSL are compiled with VDLinux-arm-v7a8v3r1 toolchain.
I have the openvpn application running in /mtd_rwcommon/openvpn and it expects the libs to be in /mnt/opt/privateer/lib/.
ATTENTION: Please be aware this version of OpenVPN and OpenSSL does not check the systemtime against the certificate validFROM Date/Time and validTO Date/Time and might be insecure.
Pay attention to the Time and the Verify method:In case of questions feel free to ask and have fun with this version.Code: Select all
Thu Jan 1 00:07:42 1970 OpenVPN 2.3.2 arm-buildroot-linux-gnueabi [SSL (OpenSSL)] [EPOLL] [eurephia] [MH] [IPv6] built on Nov 20 2016 .. Thu Jan 1 00:07:48 1970 VERIFY OK: depth=1, C=UK, ST=London, L=London (...) Thu Jan 1 00:07:48 1970 VERIFY OK: nsCertType=SERVER Thu Jan 1 00:07:48 1970 VERIFY OK: depth=0, C=UK, ST=London, L=London, (..) .. Thu Jan 1 00:08:05 1970 Initialization Sequence Completed