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

2016-08-29 Thread Matt Caswell
On 29/08/16 14:27, lilulo wrote: > Hi All, > > I need to use TLS on the top of our collection of low-level transport > classes. It looks like the standard choice is to create a BIO Pair and > to manage data transfer between transport layer and the TLS through it. > This looks fine but actual imp

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

2016-08-29 Thread lilulo
Hi All, I need to use TLS on the top of our collection of low-level transport classes. It looks like the standard choice is to create a BIO Pair and to manage data transfer between transport layer and the TLS through it. This looks fine but actual implementation of a socket's BIO in openssl\crypto