[gnutls-devel] GnuTLS | tls1.3: server returns early on handshake when no cert is provided by client (!711)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Jul 27 15:35:22 CEST 2018
Nikos Mavrogiannopoulos commented on a discussion on lib/handshake-tls13.c:
> + IMED_RET("generate app keys", ret, 0);
>
> - if (session->internals.resumed != RESUME_FALSE)
> - _gnutls_set_resumed_parameters(session);
> + /* set traffic keys */
> + ret = _tls13_connection_state_init(session, STAGE_APP);
> + IMED_RET("set app keys", ret, 0);
> + }
> /* fall through */
> - case STATE112:
> -
> - ret = _gnutls13_send_session_ticket(session, 1, AGAIN(STATE112));
> - STATE = STATE112;
> - IMED_RET("send session ticket", ret, 0);
> + case STATE114:
> + if (!(session->internals.hsk_flags & HSK_EARLY_START_USED)) {
Makes sense. Updated.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/711#note_90801393
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180727/8206dcf0/attachment.html>
More information about the Gnutls-devel
mailing list