Re: Problems using openssl through an ffi.

2006-07-28 Thread Lawrence Oluyede
On 7/27/06, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: I'm trying to use openssl library through a foreign function interface (ctypes in Python) but it seems that: BIO_set_nbio and SSL_CTX_set_options/SSL_set_options are not exported in the dynamic library. Is that "a bug" ? An implementation de

Problems using openssl through an ffi.

2006-07-27 Thread Lawrence Oluyede
I'm trying to use openssl library through a foreign function interface (ctypes in Python) but it seems that: BIO_set_nbio and SSL_CTX_set_options/SSL_set_options are not exported in the dynamic library. Is that "a bug" ? An implementation decision or what? I tried with 0.9.7 and 0.9.8b and neithe