It looks to me like a 64-bit client cant connect to a 32-bit server.

nope, it works.


The ASN1 structures/headers have int's and longs scattered throughout them (and probably in other parts of the openssl libraries). In fact, the 32-bit server fails to recieve a connection with the error "bad asn1 object header".

The ASN1 structures are local forms that are created from wire representations (DER). Look at the various i2d_xxx and d2i_xxx functions.

If you're having problems, it's not because something is wrong in the
place where you're looking. :)
        /r$
--
Rich Salz, Chief Security Architect
DataPower Technology         http://www.datapower.com
XS40 XML Security Gateway    http://www.datapower.com/products/xs40.html


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

Reply via email to