I was hoping SSL_peek might work, but I can't find any documentation.

I do have the guarantee from the application layer that messaging occurs in
a strict  client request -> server response sequence, without any
pipelining, etc.  I know with certainty that the heartbeat response is the
next record; I just need to coax the OpenSSL layer to read the next record,
which I know will not be application data.

On Sun, Jan 24, 2016 at 5:06 PM, Salz, Rich <rs...@akamai.com> wrote:

> I don't think you can do this.  You will have to have your layer wrap
> application data in its own packaging layer.  And of course, if there's a
> TCP break, you have no idea how many bytes were sent/received on either end.
>
> _______________________________________________
> openssl-dev mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
>
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to