[openssl-dev] The evolution of the 'master' branch

Richard Moore richmoore44 at gmail.com
Wed Feb 11 14:40:18 UTC 2015


On 10 February 2015 at 23:01, Matt Caswell <matt at openssl.org> wrote:

> On the wiki you wrote:
> "session->tlsext_tick_lifetime_hint - we were directly accessing the
> lifetime hint of the session."
>
> I have just pushed (along with some associated documentation) some new
> ticket API functions, which should cover the above gap:
>
> int SSL_SESSION_has_ticket(const SSL_SESSION *s);
> unsigned long SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s);
> void SSL_SESSION_get0_ticket(const SSL_SESSION *s, unsigned char **tick,
>                              size_t *len);
>
>
Great - I'll port the code to use those when building against 1.1 then with
the fixes I've already made Qt dev branch should build fine against the
current master. I've also updated the wiki to note what got broken in curl
and wget BTW (only one breakage in each AFAIK).

Cheers

Rich.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150211/1ddbef83/attachment.html>


More information about the openssl-dev mailing list