Paul> Does anybody know if (parts of) OpenSSL compile and run on the
 Paul> pSos operating system?

 Paul> In case it matters: I'm particularly interested in the crypto
 Paul> (algorithms, x509, etc.) part of OpenSSL, which could (except
 Paul> BIO, ...?) be quite portable I guess.

OpenSSL (0.9.7) has some configuration option to compile for vxWorks
on a PowerPC with the supplied gcc (not DIAB).  It needs some simple
modifications are need for other processors (like ARM).  The code is
very clean and should compile on most Posix OS's.  Very few functions
needed special handling under vxWorks.

I don't know that much about PSOS, but there are translation kits to
convert code either way (vxWorks to PSOS, PSOS to vxWorks).  So I
don't think it would go off "without a hitch", but it should be fairly
easy to do.  It maybe more important which processor (and compiler)
you are using.

fwiw,
Bill Pringlemeir.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to