Re: [openssl-users] BIO Pair vs Custom BIO for non standard transport

2016-08-29 Thread Matt Caswell
ks fine but actual implementation of a socket's BIO in > openssl\crypto\bio\bss_sock.c looks much cleaner then the code which is > using BIO Pairs and I think I can create a custom BIO which is talking > to our layer, instead of socket, based on this as an example. > > Is it consi

[openssl-users] BIO Pair vs Custom BIO for non standard transport

2016-08-29 Thread lilulo
\crypto\bio\bss_sock.c looks much cleaner then the code which is using BIO Pairs and I think I can create a custom BIO which is talking to our layer, instead of socket, based on this as an example. Is it considered a normal practice to create a custom BIO? The actual structure for BIO is hidden

Custom BIO

2005-01-20 Thread Paul Wakefield
Hi, I need to write a custom BIO to integrate OpenSSL into my custom comms/proxy library. Could anyone point me in the right direction or make any suggestions as to the best way to go about this? Kind Regards, Paul