Yes it was as straightforward as you mentioned. Thanks to those who responded. jeff
On 11-06-02 05:47 AM, Neo Liu wrote: > > > On Wed, Jun 1, 2011 at 10:22 PM, Victor Duchovni > <victor.ducho...@morganstanley.com > <mailto:victor.ducho...@morganstanley.com>> wrote: > > On Tue, May 31, 2011 at 09:05:29AM -0400, Jeff Saremi wrote: > > > I'd like to know the feasibility or complexity around using my own > > socket code with OpenSSL's ssl code. If I provide OpenSSL with a > pair of > > BIOs to read and write would that be sufficient? How tightly > integrated > > the code is with bio_connect and bio_socket? thanks > > jeff > > man BIO_new_bio_pair > > Look at the example. > > > As Victor pointed that you can use BIO pair to handle data transmission > and separate data transmission procedure from SSL handshake and > encrypt/decrypt procedure. > Using BIO pair, the SSL structure only handle the data in SSL Record > layer but not any lower layer. > > -- > Viktor. > ______________________________________________________________________ > OpenSSL Project > http://www.openssl.org > > <http://console.mxlogic.com/redir/?nS6mkQm4PrapEVssoo76M0llLxix_00jt-psLuZXTLsTsTkN3UBWHv2B3OXtfzg5lm-5a7Y01dKc9zzqbdNRXL8Kf6Sm3obZ8Qg0JK49g8Cy0o60Gq8aMd45j43h1iJyLPd45GEurDUvf5zZB0SyrhdIFCzBNNdNwSXjFrmHp> > User Support Mailing List > openssl-users@openssl.org <mailto:openssl-users@openssl.org> > Automated List Manager > majord...@openssl.org <mailto:majord...@openssl.org> > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org