On Thu, Sep 16, 2021 at 06:50:40PM +0200, Hubert Kario wrote:
> On Thursday, 16 September 2021 17:59:48 CEST, Viktor Dukhovni wrote:
> > The Internet does not solely consist of browser traffic from portable
> > devices at wifi hotspots to taboo web sites.
>
> taboo web sites are not the only reaso
On Thursday, 16 September 2021 17:59:48 CEST, Viktor Dukhovni wrote:
The Internet does not solely consist of browser traffic from portable
devices at wifi hotspots to taboo web sites.
taboo web sites are not the only reason to expect privacy...
--
Regards,
Hubert Kario
Senior Quality Engineer,
On Thu, Sep 16, 2021 at 04:11:49PM +0200, Hubert Kario wrote:
> On Thursday, 16 September 2021 04:41:44 CEST, Jaya Muthiah wrote:
> >
> > I am trying to get the remaining lifetime of the ticket so that
> > server can decide to renew ticket or not
>
> TLS 1.3 tickets are single use. If the ticket
On Thu, Sep 16, 2021 at 04:57:03PM +0200, Hubert Kario wrote:
> On Thursday, 16 September 2021 16:28:47 CEST, Benjamin Kaduk wrote:
> > On Thu, Sep 16, 2021 at 04:11:49PM +0200, Hubert Kario wrote:
> > > On Thursday, 16 September 2021 04:41:44 CEST, Jaya Muthiah wrote:
> > > >
> > > > I am trying
On Thursday, 16 September 2021 16:28:47 CEST, Benjamin Kaduk wrote:
On Thu, Sep 16, 2021 at 04:11:49PM +0200, Hubert Kario wrote:
On Thursday, 16 September 2021 04:41:44 CEST, Jaya Muthiah wrote:
I am trying to get the remaining lifetime of the ticket so that server
can decide to renew ticket
On Thu, Sep 16, 2021 at 04:11:49PM +0200, Hubert Kario wrote:
> On Thursday, 16 September 2021 04:41:44 CEST, Jaya Muthiah wrote:
> >
> > I am trying to get the remaining lifetime of the ticket so that server
> > can decide to renew ticket or not
>
> TLS 1.3 tickets are single use. If the ticket
On Thursday, 16 September 2021 04:41:44 CEST, Jaya Muthiah wrote:
I am trying to get the remaining lifetime of the ticket so that
server can decide to renew ticket or not
TLS 1.3 tickets are single use. If the ticket was used by a client, and
you expect it to make a connection in the future,
On Thu, Sep 16, 2021 at 08:11:44AM +0530, Jaya Muthiah wrote:
> I am trying to get the remaining lifetime of the ticket so that server can
> decide to renew ticket or not
In Postfix, I rotate ticket keys every hour, and sessions are valid for
two hours. For the first hour when they were issued b
I am trying to get the remaining lifetime of the ticket so that server can
decide to renew ticket or not
I have defined callback like this, and it is working. However, the
SSL_SESSION_get_ticket_lifetime_hint() always returns zero.
SSL_CTX_set_session_ticket_cb(ctx->ctx, ticket_gen_cb, ticket_dec