Hello Pierre,
Am Sonntag, den 11.11.2012, 16:25 +0100 schrieb Pierre Ton-That
<ptonthat@club-internet.fr>:
Someone has done a useful job there:
http://atarimint.blogspot.fr/2010/05/openssl-100-for-68000-68020-60-colfire.html
OpenSSL 1.x is also available in the netsurf SDK. Also, it is compiled
for coldfire.
http://ci.netsurf-browser.org/builds/toolchains/
I also looked in the cabssl.ovl sources: it appears openssl is used,
but le libssl is compiled within the .ovl.
Don't know anything about it, but I wouldn't use it - it's too old.
Is there a shared library (LDG, SLB, XDD ?) or most programs used
under MiNT use SSL in their own code?
Not any that I know of, each program which uses SSL is linked statically
agains an SSL library.
If you want to use SSL - use either OpenSSL or PolarSSL. PolarSSL is much
smaller and AFAIK it also should compile well with AHCC (as long as
you don't
need to include network code - which is not so easy to access from
AHCC - because of
missing mintlib).
PolarSSL:
http://polarssl.org
(If you just want to have some special encryption or hashing method,
just include that
file into your project, PolarSSL is modular and also intended to be
included just partially)
Greets,
Ole