On 10 February 2015 at 23:01, Matt Caswell <[email protected]> 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.
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to