It's for research.

I need a way, using only SSL layer functionality, for a client to know with
certainty that the server has received a message. This is trivial at the
application layer, but that is not what is wanted.

In particular, the client needs to know that the server has completed a
resume (for key rotation, not connection initiation). If a client performs
a resume and no messages exchange afterwards, the client cannot be
guaranteed that the server has received ChangeCipherSpec.

Anyways, it doesn't matter. I just need a way for my application to know if
a heartbeat response has been received, without committing to reading a
chunk of application layer data of a specific size in a certain memory
address.



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

> TLS does this automatically with its record layer and MAC's.  Why do you
> need to repeat it?
> _______________________________________________
> 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