Discussion:
[stunnel-users] Windows Mobile 6.5
(too old to reply)
Jeffrey McCain
2015-08-24 01:36:13 UTC
Permalink
Hello,
Does Anyone know if the makece.bat for ARM actually functions anymore?
I'd like to build the latest possible version of stunnel for a client
that uses Window Mobile 6.5, but not if I have to go back to stunnel
version 4.15, which appears to be the last time someone built binaries
for it...
Thanks!
Jeff.
Pierre DELAAGE
2015-08-24 02:27:26 UTC
Permalink
Hello,
I regularly adapt stunnel to WM5/WM6.
Check that page for general understanding and ready-to-go v434 :
http://delaage.pierre.free.fr

Once you have succeeded to recompile that stuff, try to adapt yourself
to compile v5.02 from original sources
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.02.tar.gz

AND my patch for v5.02, that you will find here :
https://groups.google.com/forum/#!topic/mailing.unix.stunnel-users/jIquRUNp5Ys

Once understood everything, you should try to compile Version 5.05, that
includes most of my patch (but not everything).

Then, cross fingers and try to recompile v5.22 : it "may" work provided
that nothing new between v5.05 and 5.22 has broken any win32/wce code.

I will check that myself in a few days.

Yours sincerely,
Pierre
Post by Jeffrey McCain
Hello,
Does Anyone know if the makece.bat for ARM actually functions
anymore? I'd like to build the latest possible version of stunnel for
a client that uses Window Mobile 6.5, but not if I have to go back to
stunnel version 4.15, which appears to be the last time someone built
binaries for it...
Thanks!
Jeff.
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Michal Trojnara
2015-08-24 11:53:49 UTC
Permalink
Hi Guys,
Post by Pierre DELAAGE
Once understood everything, you should try to compile Version 5.05,
that includes most of my patch (but not everything).
To be more precise, I indeed directly applied large parts of the
patches provided by Pierre, but I also reimplemented several
non-trivial parts of their functionality to facilitate the further
development of stunnel (also on other platforms).

Props to Pierre for his work on WCE patches. Most of his changes were
related to Unicode support, which is included upstream (and enabled by
default) since stunnel 5.04.

I'm sure some changes are still required to build the current stunnel
for Windows CE/Mobile.

Best regards,
Mike
Pierre DELAAGE
2015-08-24 12:06:42 UTC
Permalink
Hi Michal,
By that time (5.05) my patch around the icon display on wce (with the
extras wce files) was not implemented,
so that the stunnel icon, once masked just one time, never re-appears
(because released from the resource pool of the wce system).
My patch for that was wce and w32 compatible (as most of the time...)
provided that my wce files are used to reimplement w32 functions.

I will check that soon on 5.22 or 5.23 in detail and let you know.

Yours sincerely,
Pierre
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Guys,
Post by Pierre DELAAGE
Once understood everything, you should try to compile Version 5.05,
that includes most of my patch (but not everything).
To be more precise, I indeed directly applied large parts of the
patches provided by Pierre, but I also reimplemented several
non-trivial parts of their functionality to facilitate the further
development of stunnel (also on other platforms).
Props to Pierre for his work on WCE patches. Most of his changes were
related to Unicode support, which is included upstream (and enabled by
default) since stunnel 5.04.
I'm sure some changes are still required to build the current stunnel
for Windows CE/Mobile.
Best regards,
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJV2wXMAAoJEC78f/DUFuAUV9UQAK+lII3kV3fTjMDaXrfp9Ssc
Tzf7TnsAFuedajs9gRZENhCc4tB846Ajl0iZh92nXIAg9qkLlEtC0K1AeVNJmBcy
ojSunnNDbGVifUdrElBh8GoXNZohcKJkJoU5GqR+tN2g2ARcIF1PfYlDbo5Osdet
jID1aCsBLN1p2k+pfZBjePddjf81ZPLXmSvOYLOPYuro5Ns6s4dZXuceXW4F04tW
e0bN3IF1FdtEQihsr+tBnKQv3kUY2q3+3m/RTc7izhtLJFdnuxIIecbTbWNzQUL8
oI/4CxB6Hwq4kfTOnB5NsVEeO8OIX2C/uNm9DmWLGHi3AKkKKMeoC7Xox8FlJez9
Y11GHJpC8V83dxh90IeVApEnDZbkjvlTp7G0H9L5DS6XSzknjyBNY5tQWsbOAecL
HRUsfT1c23Qzkr1NvLj5P82Kyu3P3UbQDFR2xqS5eXDZL/JpJtBfby3nXkPqYuxf
tumxHyNszuKdP8IlFDtHQcmODnfwKvKWEVuz12JVmE4s8tsxl1rtPypXM5I0FG2D
192VrdFTya65HbMompXhvenEmJTK0DhGUrzcOAq/REQ9HI6J34mRwrkKSVx/ihRx
XwnAu62rcExNPtUNu2jL1OxbkUxpCep8acGrtOLiizQL40rH5CYOLqbz4FyYyFzj
X09tgDX+Ei+vslMMNiId
=XAep
-----END PGP SIGNATURE-----
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Jeffrey McCain
2015-08-31 15:27:54 UTC
Permalink
Pierre & Michael,
I just wanted to thank you guys...Pierre sent links to compiled 5.02 for
ARMv4/Windows Mobile 6.5 and it is working great.
It is breathing a little more life into an old device/technology.
Thanks again,
Jeff.

sent from Jeffrey's nexus10
Post by Jeffrey McCain
Hello,
I regularly adapt stunnel to WM5/WM6.
http://delaage.pierre.free.fr
Once you have succeeded to recompile that stuff, try to adapt yourself to
compile v5.02 from original sources
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.02.tar.gz
https://groups.google.com/forum/#!topic/mailing.unix.stunnel-users/jIquRUNp5Ys
Once understood everything, you should try to compile Version 5.05, that
includes most of my patch (but not everything).
Then, cross fingers and try to recompile v5.22 : it "may" work provided
that nothing new between v5.05 and 5.22 has broken any win32/wce code.
I will check that myself in a few days.
Yours sincerely,
Pierre
Post by Jeffrey McCain
Hello,
Does Anyone know if the makece.bat for ARM actually functions anymore?
I'd like to build the latest possible version of stunnel for a client that
uses Window Mobile 6.5, but not if I have to go back to stunnel version
4.15, which appears to be the last time someone built binaries for it...
Thanks!
Jeff.
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Pierre DELAAGE
2015-08-31 15:52:12 UTC
Permalink
Hi Jeffrey, glad to help.
For those interested, here are the links I provided for
5.02/WCE/WM5/WM6/WM6.5...

http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/libeay32.dll


http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/ssleay32.dll


http://delaage.pierre.free.fr/contrib/stunnel/v502p2/v502patch2_pdelaage.zip


The dll files are already precompiled for arm.

You will find stunnel for ARM by unzipping the zipfile, then go into
./bin/ARMV4 ...

To compile for another CPU, check instructions below in that mail.

In the future, I will check recent versions of openssl (>= 5.02) and
stunnel (>= 5.23).

Yours sincerely,
Pierre
Post by Jeffrey McCain
Pierre & Michael,
I just wanted to thank you guys...Pierre sent links to compiled 5.02
for ARMv4/Windows Mobile 6.5 and it is working great.
It is breathing a little more life into an old device/technology.
Thanks again,
Jeff.
sent from Jeffrey's nexus10
Hello,
I regularly adapt stunnel to WM5/WM6.
http://delaage.pierre.free.fr
Once you have succeeded to recompile that stuff, try to adapt
yourself to compile v5.02 from original sources
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.02.tar.gz
https://groups.google.com/forum/#!topic/mailing.unix.stunnel-users/jIquRUNp5Ys
<https://groups.google.com/forum/#%21topic/mailing.unix.stunnel-users/jIquRUNp5Ys>
Once understood everything, you should try to compile Version
5.05, that includes most of my patch (but not everything).
Then, cross fingers and try to recompile v5.22 : it "may" work
provided that nothing new between v5.05 and 5.22 has broken any
win32/wce code.
I will check that myself in a few days.
Yours sincerely,
Pierre
Hello,
Does Anyone know if the makece.bat for ARM actually functions
anymore? I'd like to build the latest possible version of
stunnel for a client that uses Window Mobile 6.5, but not if I
have to go back to stunnel version 4.15, which appears to be
the last time someone built binaries for it...
Thanks!
Jeff.
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Josealf.rm
2015-09-01 00:12:00 UTC
Permalink
Hi Pierre,

You mean OpenSSL >= 1.02
Just a small correction :)

Regards
Jose
Post by Pierre DELAAGE
Hi Jeffrey, glad to help.
For those interested, here are the links I provided for 5.02/WCE/WM5/WM6/WM6.5...
http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/libeay32.dll
http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/ssleay32.dll
http://delaage.pierre.free.fr/contrib/stunnel/v502p2/v502patch2_pdelaage.zip
The dll files are already precompiled for arm.
You will find stunnel for ARM by unzipping the zipfile, then go into ./bin/ARMV4 ...
To compile for another CPU, check instructions below in that mail.
In the future, I will check recent versions of openssl (>= 5.02) and stunnel (>= 5.23).
Yours sincerely,
Pierre
Post by Jeffrey McCain
Pierre & Michael,
I just wanted to thank you guys...Pierre sent links to compiled 5.02 for ARMv4/Windows Mobile 6.5 and it is working great.
It is breathing a little more life into an old device/technology.
Thanks again,
Jeff.
sent from Jeffrey's nexus10
Post by Jeffrey McCain
Hello,
I regularly adapt stunnel to WM5/WM6.
http://delaage.pierre.free.fr
Once you have succeeded to recompile that stuff, try to adapt yourself to compile v5.02 from original sources
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.02.tar.gz
https://groups.google.com/forum/#!topic/mailing.unix.stunnel-users/jIquRUNp5Ys
Once understood everything, you should try to compile Version 5.05, that includes most of my patch (but not everything).
Then, cross fingers and try to recompile v5.22 : it "may" work provided that nothing new between v5.05 and 5.22 has broken any win32/wce code.
I will check that myself in a few days.
Yours sincerely,
Pierre
Post by Jeffrey McCain
Hello,
Does Anyone know if the makece.bat for ARM actually functions anymore? I'd like to build the latest possible version of stunnel for a client that uses Window Mobile 6.5, but not if I have to go back to stunnel version 4.15, which appears to be the last time someone built binaries for it...
Thanks!
Jeff.
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Sunny J
2021-03-08 20:55:21 UTC
Permalink
Hi everyone, probably talking to myself at this point but I've been trying to compile the latest stunnel for windows mobile and I cannot get it to compile. I tried downloading the prebuilt one here for v5.02 but I cannot get it to run using the config file. I was hoping someone can either compile latest stunnel for armv4 (windows mobile) and/or provide me a working conf file for windows mobile.

Thanks
Post by Josealf.rm
Hi Pierre,
You mean OpenSSL >= 1.02
Just a small correction :)
Regards
Jose
Hi Jeffrey, glad to help.
For those interested, here are the links I provided for 5.02/WCE/WM5/WM6/WM6.5...
http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/libeay32.dll
http://delaage.pierre.free.fr/contrib/openssl/wce/v102snap_stable20121213/ssleay32.dll
http://delaage.pierre.free.fr/contrib/stunnel/v502p2/v502patch2_pdelaage.zip
The dll files are already precompiled for arm.
You will find stunnel for ARM by unzipping the zipfile, then go into ./bin/ARMV4 ...
To compile for another CPU, check instructions below in that mail.
In the future, I will check recent versions of openssl (>= 5.02) and stunnel (>= 5.23).
Yours sincerely,
Pierre
Pierre & Michael,
I just wanted to thank you guys...Pierre sent links to compiled 5.02 for ARMv4/Windows Mobile 6.5 and it is working great.
It is breathing a little more life into an old device/technology.
Thanks again,
Jeff.
sent from Jeffrey's nexus10
Hello,
I regularly adapt stunnel to WM5/WM6.
http://delaage.pierre.free.fr
Once you have succeeded to recompile that stuff, try to adapt yourself to compile v5.02 from original sources
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.02.tar.gz
https://groups.google.com/forum/#!topic/mailing.unix.stunnel-users/jIquRUNp5Ys
Once understood everything, you should try to compile Version 5.05, that includes most of my patch (but not everything).
Then, cross fingers and try to recompile v5.22 : it "may" work provided that nothing new between v5.05 and 5.22 has broken any win32/wce code.
I will check that myself in a few days.
Yours sincerely,
Pierre
Hello,
Does Anyone know if the makece.bat for ARM actually functions anymore? I'd like to build the latest possible version of stunnel for a client that uses Window Mobile 6.5, but not if I have to go back to stunnel version 4.15, which appears to be the last time someone built binaries for it...
Thanks!
Jeff.
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
_______________________________________________
stunnel-users mailing list
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
Loading...