[APP] openvpn-2.3.2 D(arm)/E/F

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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
I do NOT receive any PM. Please use forum.
langioletto
SamyGO Project Donor
Posts: 28
Joined: Tue Jun 24, 2014 8:45 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post by langioletto »

Really a great job, thanks!!

I have downloaded everything

Attached tun.ko.zip

It works with UE46ES6560 vermagic=0064
You do not have the required permissions to view the files attached to this post.
jose24
Posts: 1
Joined: Wed Aug 20, 2014 12:45 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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!
langioletto
SamyGO Project Donor
Posts: 28
Joined: Tue Jun 24, 2014 8:45 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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

Code: Select all

cat /.version
kaese
SamyGO Project Donor
Posts: 9
Joined: Sat Nov 01, 2014 9:07 pm
Contact:

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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)
UE42F5370
T-MST12DEUC-1119.0
samyGOso 1.2.5
langioletto
SamyGO Project Donor
Posts: 28
Joined: Tue Jun 24, 2014 8:45 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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
tobi148
SamyGO Project Donor
Posts: 5
Joined: Sat Dec 19, 2015 12:41 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
lekron
SamyGO Project Donor
Posts: 40
Joined: Thu Apr 28, 2016 12:59 pm
Location: Germany

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post by lekron »

Had anybody success with compiling a Version for h series?
UE40H6740 T-MST2130
UE40MU6179 T-KTM1145.0
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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 :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Post 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!

Post Reply

Return to “[F] Software”