Re: [openssl-users] Means to update read bio only

2015-02-09 Thread Susan Hinrichs
On 2/7/2015 8:33 AM, Matt Caswell wrote: On 06/02/15 21:46, Matt Caswell wrote: On 06/02/15 15:48, Susan Hinrichs wrote: Hello, In Apache Traffic Server we are primarily using SSL_accept and SSL_read/SSL_write with file descriptor bios. But during the handshake, we need to feed in our own

Re: [openssl-users] Means to update read bio only

2015-02-07 Thread Matt Caswell
On 06/02/15 21:46, Matt Caswell wrote: > > > On 06/02/15 15:48, Susan Hinrichs wrote: >> Hello, >> >> In Apache Traffic Server we are primarily using SSL_accept and >> SSL_read/SSL_write with file descriptor bios. >> >> But during the handshake, we need to feed in our own packets via >> read-on

Re: [openssl-users] Means to update read bio only

2015-02-06 Thread Matt Caswell
On 06/02/15 15:48, Susan Hinrichs wrote: > Hello, > > In Apache Traffic Server we are primarily using SSL_accept and > SSL_read/SSL_write with file descriptor bios. > > But during the handshake, we need to feed in our own packets via > read-only buffers. We use the BIO mem_buf to pass along th