Page 6 of 7
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Thu Sep 15, 2016 11:23 pm
by zoelechat
Yeah, it's a long time it's no longer on Samsung opensource, better store ASAP what's on before it's removed

Will upload tomorrow...
edit:
Here you go
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Fri Sep 16, 2016 4:47 pm
by langioletto
Really a great job, thanks!!
I have downloaded everything
Attached tun.ko.zip
It works with UE46ES6560 vermagic=0064
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Sep 18, 2016 8:55 pm
by jose24
Does anyone have the ton.ko for an F-series MST or the kernel for an F6400 (it is no longer available in opensource.samsung.com)? Thanks!
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Sep 18, 2016 9:06 pm
by langioletto
You tried tun.ko-FXP-152.zip vermagic=0110 here
https://forum.samygo.tv/viewtopic.php?f ... 293#p44212 ??
I have UE40F6510 and work
You give this console command and paste the result
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Oct 02, 2016 1:15 am
by kaese
Hi
I get the following error message when I try to connect.
Does that mean the tls library is missing?
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)
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Oct 16, 2016 10:40 am
by langioletto
openvpn-2.3.12 + libs openssl v1.0.2j and lzo v2.09
Follow this link
https://forum.samygo.tv/viewtopic.php?f=63&t=11122
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Nov 20, 2016 2:08 pm
by tobi148
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:
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
In case of questions feel free to ask and have fun with this version.
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Dec 11, 2016 1:04 pm
by lekron
Had anybody success with compiling a Version for h series?
Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sun Dec 11, 2016 1:22 pm
by sectroyer
lekron wrote:Had anybody success with compiling a Version for h series?
I would say like this If I would try to compile once for H I would get one success, if two I have two success

So since I tried 0 times I can report 0 success

Re: [APP] openvpn-2.3.2 D(arm)/E/F
Posted: Sat Feb 11, 2017 7:07 pm
by bobiturboto
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:
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
In case of questions feel free to ask and have fun with this version.
Thank you very much for that version, amazing now we have fully functional openvpn!