[openssl-users] Double TLS 1.3 session ticket?

Yann Ylavic ylavic.dev at gmail.com
Wed Jun 20 23:16:27 UTC 2018


On Thu, Jun 21, 2018 at 12:17 AM, Yann Ylavic <ylavic.dev at gmail.com> wrote:
>
> Right but if s_server had handled SSL_CB_HANDSHAKE_START/DONE in its
> info callback (like s_client), you'd see "SSL negotiation finished
> successfully" after each ticket, even if the server knows (or could).

Hm, actually I tried that and the real end on the server seems to be
SSL_CB_HANDSHAKE_DONE && SSL_get_state(s) == TLS_ST_OK, while
SSL_CB_HANDSHAKE_* are only transactions markers (not really limited
to tickets). Sorry for the noise.


More information about the openssl-users mailing list