[openssl-dev] Minor bug in custom TLS extensions

Matt Caswell matt at openssl.org
Wed Sep 2 14:55:00 UTC 2015



On 02/09/15 15:50, Bill Cox wrote:
> As for the order issue, we parse headers before creating any, so I'll
> just not add the header in the AddCallback if s->hit is set on the
> server side.  This should behave well long term, I think.

Except that in master (i.e. version 1.1.0) you will not be able to
access s->hit. You should use SSL_cache_hit instead.

Matt


More information about the openssl-dev mailing list