gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] session ticket support


From: Daiki Ueno
Subject: Re: [PATCH] session ticket support
Date: Sun, 09 Aug 2009 15:48:29 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

>>>>> In <address@hidden> 
>>>>>   Simon Josefsson <address@hidden> wrote:
> I changed my mind: rather than supporting different formats and crypto
> agility, the entire API would become:

OK, I see.

>   int gnutls_session_ticket_key_generate (gnutls_datum_t *key);

> The algorithm used are chosen by the library.  The app has to write its
> own import/export stuff.  What do you think?

Sounds nice to me.  Here is the new patch, with changes from the
previous version:

* Internal session state format is used instead of the RFC
  recommendation.

* Fallback to full handshake if the decryption of tickets is failed.

* The key management interfaces are drawn togeter into a single function
  `gnutls_session_ticket_key_generate'

* tests/session_ticket.c is merged into tests/resume.c.

* The doc-comments for the new interface functions are added.

Attachment: session-ticket-2009-08-09.diff.gz
Description: Binary data

Regards,
-- 
Daiki Ueno

reply via email to

[Prev in Thread] Current Thread [Next in Thread]