On Thu, Jun 21, 2018 at 12:17 AM, Yann Ylavic <ylavic.dev@xxxxxxxxx> 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. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users