You said:

>Roy,
>    I ported SSLeay to an embedded system whose OS didn't have
>unix-style sockets, what I ended up doing was writing "wrapper"
>functions ("socket", "bind" etc) which had the same names as the
>unix calls but internally used the embedded systems API to actually
>do anything.


That's about what it's coming down to.  It finally seems to be working 
after I changed the SSL client method in my call to SSL_CTX_new().  Using 
SSLv23_client_method() is broken, for some reason (probably Mac-related), 
but SSLv2_client_method() seems to work.  Maybe I'll keep poking at it, 
though now that it works, I'm pretty content with the way things are 
(crude hack and all).

I suppose I ought to start thinking about submitting diffs back to the 
project, huh?


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

Reply via email to